Bash shell script to automate running Apache Bench and Gnuplot to generate graphical benchmark statistics.
Clone this repository.
$ ./abplot.sh [number of requests] [number of concurrent request] [url]
For example to generate benchmark statistics graph for number of request 10000 with 10 concurrent requests to url https://example.com/
$ ./abplot.sh 10000 10 https://example.com/
After script finish, in current working directory, there will be new file name
timeseries.png
.
Original gnuplot script author is Brad Landers. See Apache Bench and Gnuplot: you’re probably doing it wrong.