List i/o stuff as the 4th parameter
This commit is contained in:
parent
c1e9e0fc0d
commit
19c0652ab8
|
@ -69,7 +69,7 @@ class Chart {
|
|||
|
||||
cpu() {
|
||||
let cpu = this.stat.cpu()
|
||||
return [cpu.user, cpu.nice, cpu.sys, cpu.wait]
|
||||
return [cpu.user, cpu.nice, cpu.sys, cpu.wait + cpu.irq + cpu.softirq]
|
||||
}
|
||||
|
||||
clear() {
|
||||
|
|
Loading…
Reference in New Issue