This is a tiny script to count request per time interval from an Apache access log file and plot them using Gnuplot.
You need Gnuplot installed and the Gnuplot gem:
gem install gnuplot
The access log can either be piped into the script by STDIN
or be supplied as
the first argument.