5
0
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:
Aaron Lauterer 2022-10-18 14:33:02 +02:00 committed by Thomas Lamprecht
parent 3c78a1dec2
commit fcc8e35499

View File

@ -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![]),
]
}