From 4befa0abe089d682d4b884e4c23bd25c1dd647a0 Mon Sep 17 00:00:00 2001 From: Oguz Bektas Date: Tue, 11 May 2021 13:04:00 +0200 Subject: [PATCH] pvereport: get pressure stall information PSI can be queried in /proc/pressure/{cpu,io,memory} for the corresponding resources. this helps us track down disruptions caused by resource overcommitment. Signed-off-by: Oguz Bektas --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Report.pm b/PVE/Report.pm index fc54e9e2..e89edbb0 100644 --- a/PVE/Report.pm +++ b/PVE/Report.pm @@ -24,6 +24,7 @@ my $init_report_cmds = sub { sub { dir2text('/etc/apt/sources.list.d/', '.*list') }, sub { dir2text('/etc/apt/sources.list.d/', '.*sources') }, 'lscpu', + 'head /proc/pressure/*', 'pvesh get /cluster/resources --type node --output-format=yaml', ], },