List i/o stuff as the 4th parameter
This commit is contained in:
parent
c1e9e0fc0d
commit
19c0652ab8
|
@ -69,7 +69,7 @@ class Chart {
|
||||||
|
|
||||||
cpu() {
|
cpu() {
|
||||||
let cpu = this.stat.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() {
|
clear() {
|
||||||
|
|
Loading…
Reference in New Issue