2017-05-04 17:49:01 +00:00
|
|
|
# CPUUsage Object
|
|
|
|
|
2017-05-04 21:15:27 +00:00
|
|
|
* `percentCPUUsage` Number - Percentage of CPU used since the last call to getCPUUsage.
|
2017-05-04 17:49:01 +00:00
|
|
|
First call returns 0.
|
2017-05-04 21:15:27 +00:00
|
|
|
* `idleWakeupsPerSecond` Number - The number of average idle cpu wakeups per second
|
2017-05-04 17:49:01 +00:00
|
|
|
since the last call to getCPUUsage. First call returns 0.
|