Checking hung processes
am 23.10.2007 04:48:54 von apogeusistemas
Hi:
Is there an easy way to check to see if a process has hung or exceeds
a certain time limit?
Im my job anytimes we have any f60web hung process, and I need
any command to check if this process is hung and kill them.
Thank You.
Re: Checking hung processes
am 23.10.2007 07:57:01 von ramesh.thangamani
On Oct 23, 7:48 am, apogeusiste...@gmail.com wrote:
> Hi:
> Is there an easy way to check to see if a process has hung or exceeds
> a certain time limit?
> Im my job anytimes we have any f60web hung process, and I need
> any command to check if this process is hung and kill them.
> Thank You.
I guess tools like gdb ( GNU debugger ) or truss should help.