Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 952 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 952 Bytes

abplot

Bash shell script to automate running Apache Bench and Gnuplot to generate graphical benchmark statistics.

Requirement

Installation

Clone this repository.

Run

$ ./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.

Credit

Original gnuplot script author is Brad Landers. See Apache Bench and Gnuplot: you’re probably doing it wrong.