Dec 2, 2003 #1 municipal Programmer Jan 1, 2001 62 IL Hi In AIX Version 4 how can i know if procees is in endless loop TIA
Dec 2, 2003 #2 PHV MIS Nov 8, 2002 53,708 FR I'm not confident with AIX, but in "standard" unix you can try something like this: Code: ps -le | awk '$2=="R"' Hope This Help PH. Upvote 0 Downvote
I'm not confident with AIX, but in "standard" unix you can try something like this: Code: ps -le | awk '$2=="R"' Hope This Help PH.