Excessive resource usage: tcpdump

Post Reply
ChrisM2A
Junior Member
Posts: 1
Joined: 10 Jan 2018, 06:39

Excessive resource usage: tcpdump

Post 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
Elizine
Junior Member
Posts: 40
Joined: 17 Aug 2015, 13:04

Re: Excessive resource usage: tcpdump

Post 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.
Post Reply