ABGraph is a simple tool to benchmark webservers. The program uses ab (apache benchmark) to actually benchmark the selected remote host. A graph in PNG format is generated with gnuplot and saved to the selected path/file.

Usage: abgraph [hostname to benchmark with http:// and trailing /] [output file .png] [number of requests]
       e.g: ./abgraph http://example.com/ /home/myhome/graph.png 500

Main requirements: installed ab (apache benchmark)
                   installed gnuplot

#####

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
