set term png color set output "/home/httpd/html/monitor/index.png" set xdata time set ylabel "latency in seconds" set bmargin 3 set logscale y set timefmt "%m %d %H %M %S %Y" plot "index.log" using 1:7 title "time to retrieve patrick.net home page"