Subject: None
To: None <nad@castle.ed.ac.uk>
From: Chris G. Demetriou <cgd@nobozo.CS.Berkeley.EDU>
List: netbsd-bugs
Date: 11/13/1993 23:28:34
> Yo. BTW, I believe there is a bug in NetBSD-0.9, when you do a
> ps -xgu, there is _always_ a 0.0 %CPU column, which as far as I
> can see is incorrect.
could be that you're just getting unlucky, though i do recall
a %CPU fix sometime in the past...
on -current:
223 [sun-lamp] kern % ps -xgu
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
cgd 18844 2.0 1.6 332 260 p8 R+ 11:26PM 0:00.03 ps -xgu
cgd 18310 0.0 0.9 588 140 p7 I+ 11:14PM 0:00.14 rlogin freefall
cgd 18309 0.0 2.1 588 328 p7 I+ 11:14PM 0:00.23 rlogin freefall
cgd 16723 0.0 1.8 360 292 p8 Ss 10:42PM 0:00.78 -csh (csh)
cgd 16722 0.0 1.8 360 292 p7 Is 10:42PM 0:00.61 -csh (csh)
it seems to work. (and -agux shows processes with %CPU, too, so...)
later,
chris
------------------------------------------------------------------------------