report: add arcstat

One of the infos, that can sometimes be usable.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
Aaron Lauterer 2022-10-18 14:11:05 +02:00 committed by Thomas Lamprecht
parent 655080eeeb
commit c46eb47e53

View File

@ -124,6 +124,7 @@ my $init_report_cmds = sub {
'zpool status', 'zpool status',
'zpool list -v', 'zpool list -v',
'zfs list', 'zfs list',
'arcstat',
; ;
} }