Date: Thu, 21 Sep 2000 17:39:08 +0200 From: "Jose M. Alcaide" <jose@we.lc.ehu.es> To: current@FreeBSD.org Subject: processes only consume system time ???? Message-ID: <39CA2B9C.DB675E0D@we.lc.ehu.es>
next in thread | raw e-mail | index | archive | help
This happens with freshly built -CURRENT, on an uniprocessor machine:
$ cat loop.c
main() { while (1); }
$ time ./loop
[ wait for ten seconds... ]
^C
real 0m9.982s
user 0m0.000s
sys 0m5.689s
Uh? Other utilities, such as top(1) and systat(1) show that 100% of time
is accounted to the system. I imagine that this is related to SMPng...
Any clues?
Cheers,
-- JMA
****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org ******
** "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein **
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39CA2B9C.DB675E0D>
