Package org.bootchart.common
Class CPUSample
java.lang.Object
org.bootchart.common.Sample
org.bootchart.common.CPUSample
CPU statistics sample.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleThe percentage of CPU time spent waiting on disk I/O.doubleSystem load.doubleUser load.Fields inherited from class org.bootchart.common.Sample
time, TIME_FORMAT -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
user
public double userUser load. -
sys
public double sysSystem load. -
io
public double ioThe percentage of CPU time spent waiting on disk I/O.
-
-
Constructor Details
-
CPUSample
Creates a new sample.- Parameters:
time- sample timeuser- user loadsys- system loadio- IO wait
-
-
Method Details