Portal Home > Knowledgebase > Server Administration > Trace Perl Process


Trace Perl Process




Trace Perl Process

Run these via command line:

/usr/sbin/lsof -p
(replace [pid] with actual PID number, without brackets)

ps aux|grep ^nobody
ps aux|grep sh
ls -al /tmp|grep -v sess

Another Procedure:

ps aux | grep perl
lsof | grep
less /proc/pid/environ
ps waux | grep -c user

ps auxwww | grep

ps wauxf | grep perl
lsof -p PROCESS-ID |more

Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
Repair MySQL Database (Views: 1315)
Check Available Ports (Views: 1788)
Where to Find Logs? (Views: 1214)
High Server Load (Views: 1317)
O/S Info (Views: 1230)