About the cpu usage calculation. #7743
Unanswered
weiqiang-w
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Explaing JVM codes are not SkyWalking responsibility |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
what's the difference of between
cpuCost * 1.0d / ((now - lastSampleTimeNs) * cpuCoreNum) * 100
and
OperatingSystemMXBean.getProcessCpuLoad();
the first one is provide by skywalking .the second one is provide by sun management.
Beta Was this translation helpful? Give feedback.
All reactions