diff --git a/proxmox/src/sys/linux/procfs.rs b/proxmox/src/sys/linux/procfs.rs index 8f6ec835..d1aecaad 100644 --- a/proxmox/src/sys/linux/procfs.rs +++ b/proxmox/src/sys/linux/procfs.rs @@ -308,8 +308,6 @@ fn parse_proc_stat(statstr: &str) -> Result { + stat.irq + stat.softirq + stat.steal - + stat.guest - + stat.guest_nice + stat.idle; // returns avg. heuristic for the first request