We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perfdata对主应用的交互更少
对一个IDE里简单运行对java程序, 运行j cmd pid PerfCounter.print 可以得到Perfdata列表
可替换的包括 classLoader信息: classloader java.cls.loadedClasses ,java.cls.unloadedClasses=0
java.rt.vmArgs
各代内存使用情况: sun.gc.generation.0.xxx sun.gc.generation.1.xxx sun.gc.metaspace sun.gc.compressedclassspace
The text was updated successfully, but these errors were encountered:
#71 优先使用perfData获取数据,如:vmArgs、classLoaded、classUnLoaded、各代内存使用情况等
f416300
#71 内存各代大小的数据获取改回用JMX
d9f0669
boxingYi
No branches or pull requests
perfdata对主应用的交互更少
对一个IDE里简单运行对java程序, 运行j cmd pid PerfCounter.print 可以得到Perfdata列表
可替换的包括
classLoader信息:
classloader java.cls.loadedClasses ,java.cls.unloadedClasses=0
java.rt.vmArgs
各代内存使用情况:
sun.gc.generation.0.xxx
sun.gc.generation.1.xxx
sun.gc.metaspace
sun.gc.compressedclassspace
The text was updated successfully, but these errors were encountered: