scripts/apachebench/README.md
2023-11-02 09:46:25 +01:00

10 lines
419 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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: youre probably doing it wrong](http://www.bradlanders.com/2013/04/15/apache-bench-and-gnuplot-youre-probably-doing-it-wrong/)