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
1)支持在不支持ascII的console,比如
2)支持可被应用读取的数据
所有数据扁平化,不带单位
process-CPU: 11% memory-rss: 1133433333 memory-swap:0
thread-OSP-WORKER-1: WAITING 23.63% 5.95% 2.79% 0.74% thread-OSP-WORKER-2: WAITING 13.63% 2.95% 5.19% 2.24%
3) 支持只输出JVM信息或只输出线程信息
The text was updated successfully, but these errors were encountered:
#97 整理options项,同时讲Thread的计算拆分出去
671b4d4
#97 支持-o cleanconsole 模式
ee2c5c6
#97 支持-o text 模式,输出方便第三方工具采集的text文本模式
53e44b6
#97 如果后台输出,将不支持ansi码,自动转为cleanConsole模式
7ca9ecf
#97 支持只输出JVM信息或只输出线程信息
f42927e
No branches or pull requests
1)支持在不支持ascII的console,比如
2)支持可被应用读取的数据
所有数据扁平化,不带单位
process-CPU: 11%
memory-rss: 1133433333
memory-swap:0
thread-OSP-WORKER-1: WAITING 23.63% 5.95% 2.79% 0.74%
thread-OSP-WORKER-2: WAITING 13.63% 2.95% 5.19% 2.24%
3) 支持只输出JVM信息或只输出线程信息
The text was updated successfully, but these errors were encountered: