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.
我正在尝试监视 IBM Websphere Server 中的 JVM 使用情况。通常我使用来自 JDK 的 jstat 工具,但由于 IBM WAS 不提供该工具,是否还有其他可用的工具?
WAS 在后台使用 IBM 的 J9 JVM。因此,HotSpot JVM 的一些调试工具将无法使用它。WAS 使用Performance Monitoring Infrastucture(PMI)公开所有细节。您应该能够使用它获得大量指标。您需要启用此功能才能获取指标。