Benchmark Toolsets
From Ye Ole Stash
Contents |
Benchmarks
MySQL
- mysqlslap - More of a load simulator but a default MySQL package.
Filesystem / Harddrive
- IOZone
- Tiobench - RPMFORGE
- VDbench
- Bonnie++ - RPMFORGE
- dt
- fio - RPMFORGE fio example configs
Suites
- Phoronix - http://www.phoronix-test-suite.com/?k=pts_desktop_live
- sysbench - http://sysbench.sourceforge.net/
- Postal - http://doc.coker.com.au/projects/postal/
- Examples
- time smtp-source -c -N -l 300 -t $your-full-email-address -s 200 -m 300 filter03
- smtp-source (Postfix) - Default Package in CentOS
- xstress -
- Postal - http://doc.coker.com.au/projects/postal/
Apache
- ab - Part of the Apache RPM
- Examples :
- ab -n 5000 -c 2500 -t 10 http://powerpointsermons.com/info.php (NOTE you have to do ulimit -n $numberover 3000 to run this benchmark)
- FunkLoad - [1]
- ab - Part of the Apache RPM
Asterisk
Network
- iperf - yum install iperf-2.0.4-4.el5.x86_64
- Examples :
- iperf - yum install iperf-2.0.4-4.el5.x86_64
CPU
- Compile Kernel
- openssl speed
Benchmark Links
- Qmail vs Postfix - http://www.dt.e-technik.uni-dortmund.de/~ma/postfix/vsqmail.html
Apache
- Apache Worker vs Prefork MPM - http://www.camelrichard.org/apache-prefork-vs-worker