Subject: /bin/ps puts out nonsense in -current
To: None <port-alpha@netbsd.org>
From: Erik E. Fair <fair@jittery.clock.org>
List: port-alpha
Date: 05/24/2001 20:13:03
OK, so I updated my userland with stuff compiled this morning
(along with new kernel), and I get this from ps:

USER PID %CPU %MEM   VSZ   RSS TT  STAT STARTED           TIME COMMAND
fair 196 98.9  0.3  1352   648 C0- RN    8:03PM        6:48.04 dnetc 
root 216  0.0  0.3  1312   776 p0  S     8:09PM        0:00.06 -csh 
fair 209  0.0  0.3  1280   744 p0  Is    8:08PM        0:00.09 -csh 
root 208  0.0  0.8   232  2136 ??  S     8:08PM        0:00.06 telnetd 
root 201  0.0  0.3  1232   688 C0  Is+   8:03PM        0:00.08 -csh 
root 185  0.0  0.4   320  1024 ??  Is    8:02PM        0:00.01 /usr/sbin/cron 
root 182  0.0  0.4   160  1008 ??  Is    8:02PM        0:00.02 /usr/sbin/inetd -l 
root 171  0.0  1.8  1296  4672 C2  S<s+  8:02PM 71582788:15.45 /usr/sbin/ntpd 
root 166  0.0  0.3    72   888 ??  Is    8:02PM        0:00.02 /usr/sbin/rwhod 
root 116  0.0  8.3     0 21448 ??  IK    8:02PM        0:00.00 (nfsio)
root 115  0.0  8.3     0 21448 ??  IK    8:02PM        0:00.00 (nfsio)
root 114  0.0  8.3     0 21448 ??  IK    8:02PM        0:00.00 (nfsio)
root 113  0.0  8.3     0 21448 ??  IK    8:02PM        0:00.01 (nfsio)
root 109  0.0  0.1 33480   296 ??  Is    8:02PM        0:00.01 mount_mfs -s65536 swap /tmp 
root  98  0.0  0.4   248   960 ??  Is    8:02PM        0:00.01 /usr/sbin/rpcbind -l 
root  87  0.0  0.4   152   896 ??  Ss    8:02PM        0:00.10 /usr/sbin/syslogd -s 
root   8  0.0  8.3     0 21448 ??  DK    8:02PM 55070126:27.06 (aiodoned)
root   7  0.0  8.3     0 21448 ??  DK    8:02PM 55070126:27.12 (ioflush)
root   6  0.0  8.3     0 21448 ??  DK    8:02PM 55070126:27.14 (reaper)
root   5  0.0  8.3     0 21448 ??  DK    8:02PM 55070126:27.05 (pagedaemon)
root   4  0.0  8.3     0 21448 ??  DK    8:02PM        0:00.00 (isp2:0)
root   3  0.0  8.3     0 21448 ??  DK    8:02PM        0:00.00 (isp1:0)
root   2  0.0  8.3     0 21448 ??  DK    8:02PM        0:00.00 (isp0:0)
root   1  0.0  0.2   904   416 ??  Is    8:02PM        0:00.05 init 
root 219  0.0  0.1   984   272 p0  R<+   8:09PM        0:00.01 ps auxww 
root   0  0.0  8.3     0 21448 ??  DKs   8:02PM 55070126:27.05 (swapper)


What's with the big CPU numbers on the kernel threads?

	Erik <fair@clock.org>