set title "XWHEP : BNBSS jobs per day" set xlabel "Days" set ylabel "Jobs" #set encoding iso_8859_1 set key inside #set key 80, 535 #set key 1,3 #set size 1,1 set key spacing 1.5 set key width 1.5 #set logscale y set xdata time set timefmt "%Y-%m-%d" set format x "%b '%y" set xtics rotate #set yrange[-5000:35000] #set terminal postscript eps #set output 'linear_FILEOUTps' #plot 'FILEINcsv' using 1 with impulses title 'Delai' #set terminal png set terminal png nocrop enhanced font verdana 12 size 1024,768 set output 'bnbss_timings.png' plot 'bnbss_timings.csv' using 1:2 with steps lt 2 lw 2 title 'Completeds',\ 'bnbss_timings.csv' using 1:3 with steps lt 1 lw 2 title 'Errors',\ 'bnbss_timings.csv' using 1:4 with steps lt 3 lw 2 title 'Submitted with X509 proxy',\ 'bnbss_timings.csv' using 1:6 with steps lt 6 lw 2 title 'Connected EGEE resources',\ 'bnbss_timings.csv' using 1:5 with steps lt -1 lw 2 title 'Executed on EGEE' #set terminal png set output 'bnbss_timings_shortsumary.png' plot 'bnbss_timings.csv' using 1:2 with steps lt 2 lw 2 title 'Completeds',\ 'bnbss_timings.csv' using 1:3 with steps lt 1 lw 2 title 'Errors',\ 'bnbss_timings.csv' using 1:4 with steps lt 3 lw 2 title 'Submitted with X509 proxy' set output 'bnbss_timings_resources.png' plot 'bnbss_timings.csv' using 1:6 with steps lt 6 lw 2 title 'Connected EGEE resources',\ 'bnbss_timings.csv' using 1:5 with steps lt 4 lw 2 title 'Executed on EGEE' set output 'bnbss_timings_pilotedsVScompleteds.png' plot 'bnbss_timings.csv' using 1:2 with steps lt 2 lw 2 title 'Completeds',\ 'bnbss_timings.csv' using 1:4 with steps lt 3 lw 2 title 'Submitted with X509 proxy',\ 'bnbss_timings.csv' using 1:5 with steps lt -1 lw 2 title 'Executed on EGEE' #set output 'completedsVSpiloteds.png' #plot 'bnbss_timings.csv' using 1:2 with steps title 'Completeds',\ # 'bnbss_timings.csv' using 1:5 with steps title 'Executed on EGEE' #set output 'proxyVSpiloteds.png' #set title "EGEE resources per day" #plot 'bnbss_timings.csv' using 1:4 with steps title 'Submitted with X509 proxy',\ # 'bnbss_timings.csv' using 1:5 with steps title 'Executed on EGEE' #set key top set output 'bnbss_timings_pilotedsVSegeeresources.png' set title "XWHEP : EGEE resources usage per day" set xlabel "Days" set ylabel "Resources" plot 'bnbss_timings.csv' using 1:4 with steps lt 3 lw 2 title 'Submitted with X509 proxy',\ 'bnbss_timings.csv' using 1:6 with steps lt 4 lw 2 title 'Connected EGEE resources',\ 'bnbss_timings.csv' using 1:5 with steps lt -1 lw 2 title 'Executed on EGEE'