scripts/apachebench
2023-11-02 09:46:25 +01:00
..
ab.sh add apachebench benchmarking and graphing 2023-11-02 09:46:25 +01:00
plot_ttfb.sh add apachebench benchmarking and graphing 2023-11-02 09:46:25 +01:00
plot_ttime.sh add apachebench benchmarking and graphing 2023-11-02 09:46:25 +01:00
README.md add apachebench benchmarking and graphing 2023-11-02 09:46:25 +01:00

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: