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