diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/benchmark_kvm_bldsv10/gen_pdf.plt	Wed Feb 20 20:09:12 2013 +0900
@@ -0,0 +1,13 @@
+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"