add apachebench benchmarking and graphing
This commit is contained in:
parent
31c999bdb6
commit
0bea8f2eb0
4 changed files with 61 additions and 0 deletions
10
apachebench/README.md
Normal file
10
apachebench/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# ab (apache bench) and Gnuplot
|
||||
Two scripts:
|
||||
|
||||
* `ab.sh` runs your ab benchmark. Specifiy requests, concurrency and URL
|
||||
* `plot_ttime.sh` generates graphs with Gnuplot (total time)
|
||||
* `plot_ttfb.sh` generates graphs with Gnuplot (Time To First Byte)
|
||||
|
||||
Web links:
|
||||
|
||||
* [Apache Bench and Gnuplot: you’re probably doing it wrong](http://www.bradlanders.com/2013/04/15/apache-bench-and-gnuplot-youre-probably-doing-it-wrong/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue