]> git.proxmox.com Git - pve-manager.git/commitdiff
report: add arcstat
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 18 Oct 2022 12:11:05 +0000 (14:11 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Oct 2022 05:49:45 +0000 (07:49 +0200)
One of the infos, that can sometimes be usable.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/Report.pm

index b8bceb2474edf91c123ff9996a026793779beecf..90b7cb1cfd84868ecbf2b07eb7461e5ed08d1c9e 100644 (file)
@@ -124,6 +124,7 @@ my $init_report_cmds = sub {
            'zpool status',
            'zpool list -v',
            'zfs list',
+           'arcstat',
            ;
     }