always print totals for comparision
This commit is contained in:
parent
c94556a2e0
commit
88ea672ba6
@ -62,11 +62,9 @@ public class CpuInfo extends SigarCommandBase {
|
||||
output(cpus[i]);
|
||||
}
|
||||
|
||||
if (infos.length > 1) {
|
||||
println("Totals........");
|
||||
output(this.sigar.getCpuPerc());
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
new CpuInfo().processCommand(args);
|
||||
|
Loading…
Reference in New Issue
Block a user