cPanel & WHM Version
v78.0.49

dppedersen

Registered
Jul 8, 2020
1
0
1
Copenhagen
cPanel Access Level
Website Owner
hi,
i am experiencing a problem with very high Load Average, and do not get much wiser from looking under Process Manager.
It is only one command, called "id" which takes approx. 500 - 600% of CPU.


PidOwnerPriorityCPU %Memory %Command
20556 (Trace) (Kill)root0
606.86
0.01ls

Each time i Kill it, it just pops right back up.

Any clue what this could be?
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,304
363
Houston
This is implying that there is a process owned by root that is running an ls command - if you log in via the CLI and run the following what do you see?
Code:
ps faux |grep 20556
You might also look at what has it open by running lsof -p 20556