view benchmark_kvm_bldsv10/gen_pdf.plt @ 7:44a95cddab8a

added benchmark results and graphs and gnuplot script
author Shoshi TAMAKI
date Wed, 20 Feb 2013 20:09:12 +0900
parents
children
line wrap: on
line source

set xrange [1:45]
set xlabel "number of nodes"
set ylabel "avarage time (sec)"
set datafile separator ","
set terminal pdf

set output "read_kvm_bldsv10.pdf"

plot "read_cassandra_kvm_bldsv10.csv" using 1:2 with lines linewidth 1 linecolor rgbcolor "red" title "cassandra" , "read_jungle_kvm_bldsv10.csv" using 1:2 with lines linewidth 1 linecolor rgbcolor "blue" title "jungle"

set output "write_kvm_bldsv10.pdf"

plot "write_cassandra_kvm_bldsv10.csv" using 1:2 with lines linewidth 1 linecolor rgbcolor "red" title "cassandra" , "write_jungle_kvm_bldsv10.csv" using 1:2 with lines linewidth 1 linecolor rgbcolor "blue" title "jungle"