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