[pve-devel] [PATCH manager] report: add arcstat
Aaron Lauterer
a.lauterer at proxmox.com
Tue Oct 18 14:11:05 CEST 2022
One of the infos, that can sometimes be usable.
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
PVE/Report.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Report.pm b/PVE/Report.pm
index b8bceb24..90b7cb1c 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -124,6 +124,7 @@ my $init_report_cmds = sub {
'zpool status',
'zpool list -v',
'zfs list',
+ 'arcstat',
;
}
--
2.30.2
More information about the pve-devel
mailing list