S
svidyuk
httperf4r version 0.0.1 is released!
http://httperf4r.rubyforge.org
httperf4r is ruby wrapper of httperf(http://www.hpl.hp.com/research/
linux/httperf/) webserver benchmarking utility and autobench(http://
www.xenoclast.org/autobench/) port to ruby.
Can operate in 2 modes
* httperf mode
HTTPerf.new.run ["--server=localhost","--port=8000"]
* bench mode
HTTPerf.new.bench
This will output bench.tsv file containing benchmark output that can
be converted to ps or jpeg with utils provided in bin/
http://httperf4r.rubyforge.org
httperf4r is ruby wrapper of httperf(http://www.hpl.hp.com/research/
linux/httperf/) webserver benchmarking utility and autobench(http://
www.xenoclast.org/autobench/) port to ruby.
Can operate in 2 modes
* httperf mode
HTTPerf.new.run ["--server=localhost","--port=8000"]
* bench mode
HTTPerf.new.bench
This will output bench.tsv file containing benchmark output that can
be converted to ps or jpeg with utils provided in bin/