# # Copyrights : CNRS # Author : Oleg Lodygensky # Acknowledgment : XtremWeb-HEP is based on XtremWeb 1.8.0 by inria : http://www.xtremweb.net/ # Web : http://www.xtremweb-hep.org # # This file is part of XtremWeb-HEP. # # XtremWeb-HEP is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # XtremWeb-HEP is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with XtremWeb-HEP. If not, see . # set title "XWHEP 7.5.0 Vs 7.4.0\nClient timestamps, submitting 10K jobs\n\n200 TCP handlers\nSequential flow : time = fct(event number)" set xlabel "Event number" set ylabel 'Time (ms)' set encoding iso_8859_1 set key outside #set key left Left reverse 80,235 #set size 1.2,1.2 set key spacing 1.5 set key width 1.5 #set logscale y #set yrange [0:300] set xtics rotate set terminal png set output 'xwhep_750_740.png' plot 'datas/xwhep750_TCP200_DB60_0W.dat' using 4 title '7.5.0 Reference' lt 2 lw 2 with lines,\ 'datas/xwhep750_TCP200_DB60_1457W.dat' using 4 title '7.5.0 DB60' lt 2 lw 2 with lines,\ 'datas/xwhep750_TCP200_DB120_1466W.dat' using 4 title '7.5.0 DB120' lt 1 lw 2 with lines,\ 'datas/xwhep740_TCP200_DB60_2323W_insertdelayed_commoptimized_tblindexes_hpools_dbcache2.dat' using 4 title '7.4.0 DB60' lt 3 lw 2 with lines