src/bin/proxmox-backup-proxy.rs: simplify code
and gather all stats for the root disk
This commit is contained in:
@ -34,9 +34,11 @@ fn get_node_stats(
|
||||
"memtotal", "memused",
|
||||
"swaptotal", "swapused",
|
||||
"netin", "netout",
|
||||
"roottotal", "rootused",
|
||||
"loadavg",
|
||||
],
|
||||
"total", "used",
|
||||
"read_ios", "read_bytes", "read_ticks",
|
||||
"write_ios", "write_bytes", "write_ticks",
|
||||
],
|
||||
timeframe,
|
||||
cf,
|
||||
)
|
||||
|
Reference in New Issue
Block a user