comparison paper/gnuplot/makegraph_distributed_read.sh @ 49:7b595f4b341e

modified chapter3.txt
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Fri, 31 Jan 2014 11:19:32 +0900
parents c63aaa629330
children 9c48096c2348
comparison
equal deleted inserted replaced
48:6553b7a3717c 49:7b595f4b341e
4 set output 'distributed_read_bench.eps' 4 set output 'distributed_read_bench.eps'
5 set title 'distributed read benchmark (Requests : clients * 50,000)' 5 set title 'distributed read benchmark (Requests : clients * 50,000)'
6 set xrange[8:32] 6 set xrange[8:32]
7 set xlabel 'number of nodes and clients' 7 set xlabel 'number of nodes and clients'
8 set ylabel 'time(sec)' 8 set ylabel 'time(sec)'
9 plot 'read_jungle_errorbar.dat' using 1:2:3 title 'Jungle' lt rgb "blue" with errorbars, 'distributed_read_cassandra_quorum.dat' title "Cassandra Consistency Level Quorum" lt rgb "red" with linespoints, 'distributed_read_cassandra_one.dat' title "Cassandra Consistency Level ONE" lt rgb "dark-red" with linespoints 9 plot 'read_jungle_errorbar.dat' using 1:2:3 title 'Jungle' lt rgb "blue" with errorbars, 'read_cassandra_quorum_errorbar.dat' using 1:2:3 title "Cassandra Consistency Level Quorum" lt rgb "red" with errorbars
10 EOF 10 EOF