From c46eb47e53a93aa45813f9128e71092416aa5f44 Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Tue, 18 Oct 2022 14:11:05 +0200 Subject: [PATCH] report: add arcstat One of the infos, that can sometimes be usable. Signed-off-by: Aaron Lauterer --- 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', ; }