Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想对我的应用程序进行性能测量,并希望能够为特定模块配置统计信息(为特定模块启用并为某些模块禁用),我想测量内存使用情况、线程、平均带宽等..
任何人都可以建议一些东西,我是新手。我认为 Visual VM 很好,但它不支持配置不同的模块。
Perf4j 或 Admin4j 在这里工作吗?有人用过这些吗?
有点晚了,但可能这就是你要找的东西:Java Management Extensions (JMX) API
http://docs.oracle.com/javase/6/docs/technotes/guides/jmx/