According to Akintayo Holder: While burning my CPU.
>
> Is there a way of telling if a program is not responding ?
Surely just by using the running program one would be able to tell.
> A sure way of differentiating between a hung program and a slow one ala
> widows.
Anyway you could try;
'top' will show what it is doing, memory useage etc.
'strace -p PID' will show system calls etc.
'gdb -c PID'
You make no mention of what sort of program it is, if the problem program
has anything to do with networking, then possably a slow network "might"
make it "seem" that the program is responding eraticly, ie, its waiting for
a domain lookup responce from a slow network.
>
> --
> WI 2 Aus 1
> Ice Cube
> RH5.2 Personal 17728385
> http://www.bigfoot.com/~blakdogg
>
--
Regards Richard.
[EMAIL PROTECTED]