如何测试java应用程序的性能?
我使用 Netbeans 创建了一个独立的 java 桌面应用程序。我想要一种方法来测试我的应用程序的性能。我需要一些工具来评估我的应用程序。我听说过软件指标,这与我的背景有关吗?或者 Netbeans 中是否有可用的工具或插件可供我测试。
I've created a stand alone java desktop application using Netbeans. I want a way to test the performance of my application. I need some tool with the help of which my application can be evaluated. I heard about Software metrics, is this related to my context. Or is there any tool or plugin available in Netbeans through which I can test.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看一下 Netbeans Profiler:
Have a look at the Netbeans Profiler:
Netbeans 拥有适用于 Java 应用程序的最佳分析器之一,它运行良好并提供您想要的详细信息。既然您使用 Netbeans,我就会利用它!
在教程方面,此处介绍了内存泄漏以及如何调试/ 使用探查器发现它们。一旦你开始使用它,其他功能应该很容易实现。
Netbeans has one of the best profilers going for Java apps, it runs well and provides as much detail as you want. Since you're using Netbeans I'd take advantage of it!
In terms of tutorials, there's one here about memory leaks and how to debug / discover them using the profiler. Once you get going with it the other features should come pretty easily.