mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 03:58:26 +00:00
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 <o.bektas@proxmox.com>
This commit is contained in:
parent
230c4416f2
commit
4befa0abe0
@ -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',
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user