#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, <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
------------------------------------------------------------------
ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH
Phone: +41 61 826 93 00 Fax: +41 61 826 93 01
PGP: <finger -l [EMAIL PROTECTED]>
PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E
------------------------------------------------------------------

_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to