VPS CPU Usage 100%

Jacks01

New Member
Jan 16, 2025
5
0
1
Hello. I have a problem where I have a server machine and I would like to run two VPSs on it, but if I create a second VPS, the CPU usage on the second VPS goes up to 100% for some reason, and I don't even do anything on it. I would like to ask for someone's help with this if possible. Thanks in advance. https://prnt.sc/XprACe9HHJWA
 
What should I share photos of or what settings should I use?
What is shown when you run the command htop on your machine that is in overdrive? Could you also please post a screenshot of the VE dashboard?
 
Is there a Shell script running in the background on your overloaded machine? Htop is showing several bash processes using a lot of your processing power.
 
This is a freshly installed ubuntu, I haven't done anything with it. I would like to eliminate this, why is something running at 100%
 
Hi,
you can try to find out what is spawning these processes and what they are doing. For starting, e.g. ps faxl to see the process tree, lsof -p <PID> to see what files are open for a given process. Checking the system logs/journal is also a good idea.