more info
This commit is contained in:
parent
10a438d4e0
commit
d780891c15
|
@ -43,6 +43,9 @@ public class CpuInfo extends SigarCommandBase {
|
||||||
println("Sys Time......" + CpuPerc.format(cpu.getSys()));
|
println("Sys Time......" + CpuPerc.format(cpu.getSys()));
|
||||||
println("Idle Time....." + CpuPerc.format(cpu.getIdle()));
|
println("Idle Time....." + CpuPerc.format(cpu.getIdle()));
|
||||||
println("Wait Time....." + CpuPerc.format(cpu.getWait()));
|
println("Wait Time....." + CpuPerc.format(cpu.getWait()));
|
||||||
|
println("Nice Time....." + CpuPerc.format(cpu.getNice()));
|
||||||
|
println("Combined......" + CpuPerc.format(cpu.getCombined()));
|
||||||
|
|
||||||
println("");
|
println("");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue