# ############################################################################ # # Generated by psad v2.0.9-pre1 (file revision: 2109) # Command line: 'psad -m iptables.data --gnuplot --CSV-fields dst dp:3306,count --CSV-regex SRC=200.216.205.189 --gnuplot-graph points --gnuplot-yrange 0:150 --gnuplot-file-prefix fig14-7' # Time stamp: Tue Sep 18 17:20:45 2007 # ############################################################################ # reset set title "psad iptables log visualization: dst dp:3306,count" set terminal png transparent nocrop enhanced set output "fig14-7.png" set xlabel "dst" set ylabel "dp:3306,count" set yrange [0:150] plot 'fig14-7.dat' using 1:2 with points title '(dst,dp)'