High CPU in only one node of the cluster?

chupacabra

New Member
Apr 9, 2023
29
0
1
i have a three node cluster that has a relatively balanced number of VMs and load on them (at least i think). I am seeing much higher CPU in one of the nodes as opposed to the others. when i look at the VMs in the nodes, they all have relatively the same CPU utilization. Is there a way to tell what else could be eating CPU on that node?
pve01.png

pve02.png

pve03.png
 
I would run htop (or top if you don't want to install the htop package first) and order the processes by the CPU utilization. Then you should see what processes use up more CPU time.
 
th
I would run htop (or top if you don't want to install the htop package first) and order the processes by the CPU utilization. Then you should see what processes use up more CPU time.
Thanks, seems to be an issue with systemd-udevd on that one node. it's strange because the other nodes are identical.