Proxmox high CPU usage >80%

hungna

Member
Feb 15, 2023
6
0
6
Hi all,
I have 2 proxmox test machines and join the cluster, I check there is 1 machine running abnormally CPU always says >80% even though I haven't installed any VM. I test yes Command: xMEu is always running very high and can't stop it. How can I remove it?
 

Attachments

  • Capture.PNG
    Capture.PNG
    24.8 KB · Views: 15
is there any way to check it?
You can check the output of ps -f -p 14597 and lsof -p 14597. Maybe you can guess something from the process name or the open files.
 
  • Like
Reactions: hungna
Also you might want to check open connections to your system ss -tupen
 
You can check the output of ps -f -p 14597 and lsof -p 14597. Maybe you can guess something from the process name or the open files.
Tks Chris, i don't know what it is, but i successfully removed it from my system
 
You still should try to find out what that program came from. If your host really got compromised you should wipe the entire server.