[Gllug] How to kill a rogue process

Tethys tet at accucard.com
Fri Nov 15 11:23:19 UTC 2002


"Hari Pillai" writes:

>Just wondering, is there a way to find out what is the process waiting
>for?. How would you know its waiting for I/O?

The marvelously undocumented wchan field in ps will give you more info
about what the process is doing. It's not in the default output, so
you'll have to explicitly tell it which fields to display:

	ps -eopid,tt,user,fname,stat,wchan

Tet

-- 
Gllug mailing list  -  Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug




More information about the GLLUG mailing list