Page 1 of 1

Excessive resource usage: tcpdump

Posted: 10 Jan 2018, 06:41
by ChrisM2A
Hi,

Getting emails re: Excessive resource usage: tcpdump,

Any suggestions please?

Account: tcpdump
Resource: Process Time
Exceeded: 160445 > 3000 (seconds)
Executable: /usr/sbin/tcpdump
Command Line: tcpdump -vvv
PID: 695269 (Parent PID:110743)
Killed: No

Re: Excessive resource usage: tcpdump

Posted: 11 Jan 2018, 11:07
by Elizine
Assuming that process is stuck and can be killed off, just run:

Code: Select all

kill -9 110743
If you still get more notifications of that process running for more than 3000 seconds run a lsof on it:

Code: Select all

lsof -p PID
and check if it provides any clues for getting stuck, otherwise open up a ticket with cPanel so they can look into why the process is running for so long.