-
public final class ProcessInfoRepresents process info.
-
-
Constructor Summary
Constructors Constructor Description ProcessInfo(String type, Integer id, Double cpuTime)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Integercomponent2()final Doublecomponent3()final ProcessInfocopy(String type, Integer id, Double cpuTime)final StringgetType()Specifies process type. final IntegergetId()Specifies process id. final DoublegetCpuTime()Specifies cumulative CPU usage in seconds across all threads of the process since the process start. -
-
Method Detail
-
component1
final String component1()
-
component2
final Integer component2()
-
component3
final Double component3()
-
copy
final ProcessInfo copy(String type, Integer id, Double cpuTime)
-
getCpuTime
final Double getCpuTime()
Specifies cumulative CPU usage in seconds across all threads of the process since the process start.
-
-
-
-