Mail Archives: pgcc/1999/05/20/08:42:30
On Thu, 20 May 1999, Jens-Uwe Rumstich wrote:
> I still donīt know, why my results are that wrong :-(
Running benchmarks on a living breathing system generally isn't advised.
If you're running this on your own personal computer at home, some tips
(from experience).
o Quit X. If you can't, kill off, or suspend as many of the X processes
you've got as you can (other xterms, xpdf, xemacs, etc..)
o Stop crond. /etc/rc.d/init.d/crond stop
o Stop atd. /etc/rc.d/init.d/atd stop
o Stop inetd. /etc/rc.d/init.d/inet stop
o Kill off any other servers which make your system accessable from the
outside (apache, postfix/qmail/sendmail, innd, bind, dhcpd, etc..)
o sync your disks (type "sync")
o Don't play mp3's (hey, i only did it once!)
o Check with "top" and make sure that nothing that could suddenly pipe up
is running.
o Try to lower the amount of I/O that a test does (unless testing I/O
speeds).
o Run your test 3-4 times ("% time ./mytest") to get a feel for how long
it takes and to negate (if applicable) the 2.2.x caching system.
o Run the actual test a couple times and average the result.
Those tips have generally shown good results for me; of course YMMV.
JAmes
- Raw text -