4BSD/ULE numbers...
From: Emanuel Strobl (Emanuel.strobl_at_gmx.net)
Date: 09/26/05
- Previous message: Vladimir Grebenschikov: "Re: resume (from S3) not working on Sony Vaio [Was: Re: powerd (cpufreq) problems]"
- Next in thread: Kris Kennaway: "Re: 4BSD/ULE numbers..."
- Reply: Kris Kennaway: "Re: 4BSD/ULE numbers..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: freebsd-current@freebsd.org Date: Mon, 26 Sep 2005 18:47:27 +0200
Hello,
I tried ULE with BETA5 and for me it felt a bit sluggish when making ports.
So I did some "realworld" simulation and compared 4BSD/ULE to see what
numbers tell me. And the prooved my feeling right.
It seems that ULE is priorizing nice a little higher, but in general the
output of the 4 BSD machine is higher and finishing the tests took not so
long as with ULE, especially the "make configure" differs horribly.
What I did is to start "flops" with (standard) nice, start bonnie++
simultaniously (without nice) and run "make configure"
in /usr/ports/net/samba3.
I did the same with flops unniced... But same result, 4BSD gives better
benchmarks results in shorter time...
Unfortunately I don't know a good way to format these results in a nice
way, so here's a example of the script I ran and attached the resulting
text files:
#!/bin/csh
cd /usr/ports/net/samba3
make clean
make extract
/usr/bin/time -h -o /tmp/flops.ule.nonice.time flops >
/tmp/flops.ule.nonice.result &
/usr/bin/time -h -o /tmp/bonnie++.ule.nonice.time bonnie++ -d /usr -u 0 -r
256 > /tmp/bonnie++.ule.nonice.result &
/usr/bin/time -h -o /tmp/samba.configure.ule.nonice.time make configure
For anyone who can imagine what goes wrong in ULE, I can't ;)
-Harry
- text/x-diff attachment: bonnie__.bsd.nonice.result
- text/x-diff attachment: bonnie__.bsd.result
- text/plain attachment: bonnie__.bsd.nonice.time
- text/plain attachment: bonnie__.bsd.time
- text/x-diff attachment: bonnie__.ule.nonice.result
- text/plain attachment: bonnie__.ule.nonice.time
- text/x-diff attachment: bonnie__.ule.result
- text/plain attachment: bonnie__.ule.time
- text/plain attachment: flops.bsd.nonice.result
- text/plain attachment: flops.bsd.nonice.time
- text/plain attachment: flops.bsd.result
- text/plain attachment: flops.bsd.time
- text/plain attachment: flops.ule.nonice.result
- text/plain attachment: flops.ule.nonice.time
- text/plain attachment: flops.ule.result
- text/plain attachment: flops.ule.time
- text/plain attachment: samba.configure.bsd.nonice.time
- text/plain attachment: samba.configure.bsd.time
- text/plain attachment: samba.configure.ule.nonice.time
- text/plain attachment: samba.configure.ule.time
- application/pgp-signature attachment: stored
- Previous message: Vladimir Grebenschikov: "Re: resume (from S3) not working on Sony Vaio [Was: Re: powerd (cpufreq) problems]"
- Next in thread: Kris Kennaway: "Re: 4BSD/ULE numbers..."
- Reply: Kris Kennaway: "Re: 4BSD/ULE numbers..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]