include nice and wait times in Combined
This commit is contained in:
parent
d272ec6aca
commit
10a438d4e0
|
@ -61,7 +61,7 @@ public class CpuPerc {
|
||||||
}
|
}
|
||||||
|
|
||||||
public double getCombined() {
|
public double getCombined() {
|
||||||
return this.user + this.sys;
|
return this.user + this.sys + this.nice + this.wait;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static String format(double val) {
|
public static String format(double val) {
|
||||||
|
|
Loading…
Reference in New Issue