Month: September 2011

  • Autobench, httperf – Web Server Benchmarking

    Automate the benchmarking process for new/existing server: # need to install autobench and httperf autobench –single_host –host1 localhost –uri1 /stresstest/simple.php –low_rate 1000 –high_rate 10000 –rate_step 100 –const_test_time 20 –timeout 5 –quiet –file results.tsv # graph the results in PostScript file (Mac Mail can preview this automatically) rm -f results.ps && bench2graph results.tsv results.ps 4 5…