Dec 2, 2003 #1 municipal Programmer Joined Jan 1, 2001 Messages 62 Location IL Hi In AIX Version 4 how can i know if procees is in endless loop TIA
Dec 2, 2003 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location 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.
Dec 2, 2003 Thread starter #3 municipal Programmer Joined Jan 1, 2001 Messages 62 Location IL Thank U Upvote 0 Downvote