如何以编程方式使用 Netbeans Profiler?
我希望能够使用 Netbeans Profiler API 对某些应用程序进行一些分析。 我对使用 Visual VM 不感兴趣,而是以编程方式从应用程序收集数据[比如说 CPU 使用情况和方法执行时间]。 例如,使用 CPU 使用率和热方法。 例如,如何获取该数据并将其打印在控制台上?
I want to be able to do some profiling to some app using the Netbeans Profiler API. I'm not interested in using Visual VM , but rather in programmatically collecting data from the application[let's say CPU usage, and method execution times]. For instance, using CPU usage and hot methods. How to get that data and print it on console for instance?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是来自 Jiri Sedlacek——VisualVM 开发者之一:
就是这样,伙计们!
This was from Jiri Sedlacek - one of the VisualVM develpers:
So that's it folks!
JRockit Mission Control 根据新的且值得注意的< /a> 对于 3.1 版本,公共 API 用于订阅 JMX 数据并建立与本地/远程服务器的连接。 请参阅页面底部。
JRockit Mission Control have according to new and noteworthy for the 3.1 release a public API that be used to subscribe to JMX-data and to establish connections to local/remote servers. See at the bottom of the page.
为了提供更新的信息:Netbeans 的代码在 https://github.com/apache 下公开/incubator-netbeans
在模块分析器下,代码可用于以编程方式获取所需信息。
For the sake of providing the updated information: Netbeans is code is public under https://github.com/apache/incubator-netbeans
Under the module profiler, the code can be used for getting required information programmatically.