This repository was archived by the owner on Nov 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
CpuUsage Measure
Dahab edited this page Aug 30, 2017
·
5 revisions
This measure computes the CPU usage by the execution of the JVM and by the whole system which execute the JVM.
- value : {Double,Double}
No property
No dependency
The implementation of that measure uses the library OperatingSystemMxBean to return the CPU usages of the JVM execution and of the entire system executing the JVM. It returns two Double corresponding to the both types of CPU usage computed. Those results are either between 0.0 and 1.0 or a negative value if the CPU usage is not available.
The result of the CpuUsage measure is represented by two numbers associated to the type of CPU usage computed (the JVM and the System).
