cvs commit: src/sys/nfsclient nfs_nfsiod.c

Nate Lawson nate at root.org
Wed Jul 2 10:20:54 PDT 2003


On Wed, 2 Jul 2003, Poul-Henning Kamp wrote:
>   Change idle sleep indentifier to "-" for nfsiod
>
>   Revision  Changes    Path
>   1.78      +1 -1      src/sys/nfsclient/nfs_nfsiod.c

I'm ok with changing to a single character for the default sleep state but
"-" is the same as a running process.  For example:

 1000 90138 90136   2  18  0  1780 1364 pause  Ss    p0    0:00.10 -tcsh
 1000 90210 90138   2  28  0   440  196 -      R+    p0    0:00.00 ps axl

As you can see, without looking at the run field, it doesn't immediately
jump out at you which processes are asleep where the "pause" above
definitely does.  How about something like "+" or "*"?

-Nate


More information about the cvs-all mailing list