Sep 10, 2006 #1 h3nd Programmer Joined Jul 1, 2006 Messages 147 Location AU Hi guys, Just simple question, I was wondering to tell exactly how long has my script been running for ? So could you guys tell me the command or idea ? Thx guys,
Hi guys, Just simple question, I was wondering to tell exactly how long has my script been running for ? So could you guys tell me the command or idea ? Thx guys,
Sep 10, 2006 1 #2 cspilman MIS Joined Nov 17, 2000 Messages 307 Location US try: time script_name or: timex script_name Regards, Chuck Upvote 0 Downvote
Sep 11, 2006 1 #3 Mike042 MIS Joined May 17, 2004 Messages 456 Location US There is the -o etime option in ps to check the elapse time of a running process. I hope that helps. Mike Upvote 0 Downvote
There is the -o etime option in ps to check the elapse time of a running process. I hope that helps. Mike
Sep 12, 2006 Thread starter #4 h3nd Programmer Joined Jul 1, 2006 Messages 147 Location AU Thx guys, appreciate that Upvote 0 Downvote