CPU in percentage
#17178
Replies: 1 comment 2 replies
-
There's not a direct way of getting percentages from the CPU metrics at this point. The emitted metrics are counters, which contain the cumulative number of CPU seconds since system start. Getting percentages would require computing an offset from a previous value and dividing by the time interval. Most metric analytic software should be able to do this for you from the cumulative counters. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi,
I want to report the cpu in percent of each core every 10 secs, however I 'm not seeing a way to get the cpu in perecentage?
Am I misunderstanding the documents
Thanks
Beta Was this translation helpful? Give feedback.
All reactions