分析 Java Web Start 应用程序
那里有很多 java 分析器,对于分析在战争中部署到 glassfish 的 java web start 应用程序有什么建议?
There are a lot of java profilers out there, any recommendations as to what would be best for profiling a java web start application that is being deployed to glassfish inside a war?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
那么,此类问题的传统答案是 VisualVM 和/或 Yourkit(如果你有钱)。
如果您选择 VisualVM,此线程将帮助您配置 Webstart JMX 的应用程序。
如果您选择 Yourkit,请查看此讨论。
Well, the traditional answers for such a question are VisualVM and/or Yourkit (if you have money).
If you go for VisualVM, this thread will help you to configure your Webstart application for JMX.
If you go for Yourkit, have a look at this discussion.
这里 一种快速而肮脏但简单、免费且有效的方法。
它与语言无关,并且解释了它的工作方式 这里。
Here's a quick-and-dirty but simple, free, and effective way.
It's language-agnostic, and the way it works is explained here.