Date: Tue, 18 Jul 2006 15:58:58 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: freebsd-stable@freebsd.org Subject: Re: Please confirm: top(1) cpu time broken on FreeBSD 6.1 (RELEASE/STABLE) SMP ? Message-ID: <20060718155642.H36995@godot.imp.ch> In-Reply-To: <20060718152306.X36995@godot.imp.ch> References: <20060718152306.X36995@godot.imp.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
#include <stdio.h> main() { while(1) {} } cc -o test.c test ./test & ./test & ./test & ./test & ./test & ./test & ./test & ./test & CPU states: 50.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 50.0% idle Mem: 1160M Active, 988M Inact, 254M Wired, 34M Cache, 112M Buf, 573M Free Swap: 8192M Total, 8192M Free PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 21651 root 1 104 0 1216K 420K RUN 2 0:03 28.85% test 21653 root 1 103 0 1216K 420K CPU0 0 0:02 28.26% test 21649 root 1 104 0 1216K 420K RUN 2 0:03 26.12% test 21647 root 1 103 0 1216K 420K RUN 2 0:02 25.04% test 21650 root 1 103 0 1216K 420K RUN 0 0:02 24.50% test 21645 root 1 103 0 1216K 420K RUN 0 0:03 23.31% test 21646 root 1 104 0 1216K 420K RUN 2 0:03 22.81% test 21638 root 1 103 0 1216K 420K RUN 2 0:03 21.79% test Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org> ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: <finger -l mbr@freebsd.org> PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060718155642.H36995>