# ############################################################################ # # Generated by psad v2.0.9-pre1 (file revision: 2109) # Command line: 'psad -m iptables.data --gnuplot --CSV-fields timestamp ip_len:92,counthour --gnuplot-graph lines --gnuplot-xrange 1140887484:1143867180 --CSV-regex PROTO=ICMP --CSV-neg-regex SRC=11.11. --gnuplot-file-prefix fig14-11' # Time stamp: Tue Sep 18 17:27:06 2007 # ############################################################################ # reset set title "psad iptables log visualization: timestamp iplen:92,counthour" set terminal png transparent nocrop enhanced set output "fig14-11.png" set xdata time set timefmt x "%s" set format x "%m/%d" set xlabel "time" set xrange ["1140887484":"1143867180"] set ylabel "iplen:92,counthour" plot 'fig14-11.dat' using 1:2 with lines title '(timestamp,iplen)'