Find CPU usage

Just today I realised that one of the servers in my cluster up their fans RPM every 15 minutes.

I’m planning to asses first it’s because of a VM, container or PVE itself. Then find the offending process(es).

How would you approach these two steps - any ideas for tools, perhaps even by proxmox themselves?

10 points · 2 comments · view on lemmy.world

2 Comments

lnxtx@feddit.nl · 2 pts · 3y (1 reply)

Builtin graphs (CPU, memory, network, disk I/O) doesn't have enough resolution.

You can try atop with 60 seconds interval, file /etc/default/atop:

LOGINTERVAL=60

How to read logs.

n0x0n@feddit.de · 2 pts · 3y

Thank you, that helped!