comparison paper/gnuplot/makegraph_distributed_write.sh @ 83:9c48096c2348

Change graph format to svg from eps
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Mon, 03 Feb 2014 12:29:34 +0900
parents 7b595f4b341e
children 30c746568ef6
comparison
equal deleted inserted replaced
82:d24492455ead 83:9c48096c2348
1 #!/bin/sh 1 #!/bin/sh
2 gnuplot << EOF 2 gnuplot << EOF
3 set terminal postscript eps 3 set terminal svg
4 set output 'distributed_write_bench.eps' 4 set output 'distributed_write_bench.svg'
5 set title 'write benchmark (Requests : clients * 50,000)' 5 set title 'write benchmark (Requests : clients * 50,000)'
6 set xrange[8:32] 6 set xrange[8:32]
7 set xlabel 'number of nodes' 7 set xlabel 'number of nodes'
8 set ylabel 'time(sec)' 8 set ylabel 'time(sec)'
9 plot 'write_jungle_errorbar.dat' using 1:2:3 title 'Jungle' lt rgb "blue" with errorbars, 'write_cassandra_quorum_errorbar.dat' using 1:2:3 title "Cassandra Consistency Level Quorum" lt rgb "red" with errorbars 9 plot 'write_jungle_errorbar.dat' using 1:2:3 title 'Jungle' lt rgb "blue" with errorbars, 'write_cassandra_quorum_errorbar.dat' using 1:2:3 title "Cassandra Consistency Level Quorum" lt rgb "red" with errorbars