mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-07 17:18:03 +03:00
report: add arcstat
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
3c78a1dec2
commit
fcc8e35499
@ -28,6 +28,7 @@ fn commands() -> Vec<(&'static str, Vec<&'static str>)> {
|
||||
("ls", vec!["-l", "/dev/disk/by-id", "/dev/disk/by-path"]),
|
||||
("zpool", vec!["status"]),
|
||||
("zfs", vec!["list"]),
|
||||
("arcstat", vec![]),
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user