On Thu, 31 Aug 2000 [EMAIL PROTECTED] wrote:

> I am testing my scsi driver. I started the test, and down
> the line, the I/O processes (cp/rm) are hung. It looks
> like they are hung on completion of some I/O. How do I 
> find out, for which I/O they are waiting ? Is there any
> way to look at the kernel data structures ?

Albert Cahalan sent this one to me when I was having scsi troubles.

ps -eo fname,tty,pid,stat,pcpu,nwchan,wchan
ps -eo pid,stat,pcpu,nwchan,wchan=WIDE-WCHAN-COLUMN -o args

dave


-- 
David Weis                | 10520 New York Ave, Des Moines, IA 50322
[EMAIL PROTECTED]      | Voice 515-278-0133 Ext 231
                          | http://www.perfectionlearning.com/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to