# HG changeset patch # User Yasutaka Higa # Date 1391399050 -32400 # Node ID 30c746568ef6a59d7bad903dae011c821c68687f # Parent 9c48096c2348d6684ec274888595857ad0ff2a43 Change graph colors diff -r 9c48096c2348 -r 30c746568ef6 paper/gnuplot/bldsv12/bldsv12_read_bench.svg --- a/paper/gnuplot/bldsv12/bldsv12_read_bench.svg Mon Feb 03 12:29:34 2014 +0900 +++ b/paper/gnuplot/bldsv12/bldsv12_read_bench.svg Mon Feb 03 12:44:10 2014 +0900 @@ -90,7 +90,7 @@ Jungle - - - - - - - - - - - + M86.8,387.4 L95.8,387.4 h0.01'/> + + + + + + + + + + gnuplot_plot_2 @@ -116,7 +116,7 @@ Cassandra Consistency Level ONE - - - - - - - - - - - + M86.8,312.6 L95.8,312.6 h0.01'/> + + + + + + + + + + - + diff -r 9c48096c2348 -r 30c746568ef6 paper/gnuplot/bldsv12/bldsv12_write_bench.svg --- a/paper/gnuplot/bldsv12/bldsv12_write_bench.svg Mon Feb 03 12:29:34 2014 +0900 +++ b/paper/gnuplot/bldsv12/bldsv12_write_bench.svg Mon Feb 03 12:44:10 2014 +0900 @@ -99,7 +99,7 @@ Jungle - - - - - - - - - - - + M86.8,394.4 L95.8,394.4 h0.01'/> + + + + + + + + + + gnuplot_plot_2 @@ -125,7 +125,7 @@ Cassandra Consistency Level ONE - - - - - - - - - - - + M86.8,368.4 L95.8,368.4 h0.01'/> + + + + + + + + + + - + diff -r 9c48096c2348 -r 30c746568ef6 paper/gnuplot/bldsv12/makegraph_bldsv12_read.sh --- a/paper/gnuplot/bldsv12/makegraph_bldsv12_read.sh Mon Feb 03 12:29:34 2014 +0900 +++ b/paper/gnuplot/bldsv12/makegraph_bldsv12_read.sh Mon Feb 03 12:44:10 2014 +0900 @@ -6,5 +6,5 @@ set xrange[8:60] set xlabel 'number of clients' set ylabel 'time(sec)' -plot 'bldsv12_read_jungle.dat' using 1:2:3 title 'Jungle' lt rgb "blue" lw 5 with errorbars, 'bldsv12_read_cassandra.dat' using 1:2:3 title "Cassandra Consistency Level ONE" lt rgb "red" lw 5 with errorbars +plot 'bldsv12_read_jungle.dat' using 1:2:3 title 'Jungle' lt rgb "navy" lw 5 with errorbars, 'bldsv12_read_cassandra.dat' using 1:2:3 title "Cassandra Consistency Level ONE" lt rgb "light-red" lw 5 with errorbars EOF diff -r 9c48096c2348 -r 30c746568ef6 paper/gnuplot/bldsv12/makegraph_bldsv12_write.sh --- a/paper/gnuplot/bldsv12/makegraph_bldsv12_write.sh Mon Feb 03 12:29:34 2014 +0900 +++ b/paper/gnuplot/bldsv12/makegraph_bldsv12_write.sh Mon Feb 03 12:44:10 2014 +0900 @@ -6,5 +6,5 @@ set xrange[8:60] set xlabel 'number of clients' set ylabel 'time(sec)' -plot 'bldsv12_write_jungle.dat' using 1:2:3 title 'Jungle' lt rgb "blue" lw 5 with errorbars, 'bldsv12_write_cassandra.dat' using 1:2:3 title "Cassandra Consistency Level ONE" lt rgb "red" lw 5 with errorbars +plot 'bldsv12_write_jungle.dat' using 1:2:3 title 'Jungle' lt rgb "navy" lw 5 with errorbars, 'bldsv12_write_cassandra.dat' using 1:2:3 title "Cassandra Consistency Level ONE" lt rgb "light-red" lw 5 with errorbars EOF diff -r 9c48096c2348 -r 30c746568ef6 paper/gnuplot/distributed/distributed_read_bench.svg --- a/paper/gnuplot/distributed/distributed_read_bench.svg Mon Feb 03 12:29:34 2014 +0900 +++ b/paper/gnuplot/distributed/distributed_read_bench.svg Mon Feb 03 12:44:10 2014 +0900 @@ -87,16 +87,16 @@ Jungle - - - - - - + M527.9,404.3 L536.9,404.3 M527.9,390.8 L536.9,390.8 h0.01'/> + + + + + gnuplot_plot_2 @@ -104,16 +104,16 @@ Cassandra Consistency Level QUORUM - - - - - - + M101.7,354.5 L110.7,354.5 M101.7,335.2 L110.7,335.2 h0.01'/> + + + + + gnuplot_plot_3 @@ -121,19 +121,19 @@ Cassandra Consistency Level ONE - - - - - - + M208.3,335.1 L217.3,335.1 M208.3,327.4 L217.3,327.4 h0.01'/> + + + + + - + diff -r 9c48096c2348 -r 30c746568ef6 paper/gnuplot/distributed/distributed_write_bench.svg --- a/paper/gnuplot/distributed/distributed_write_bench.svg Mon Feb 03 12:29:34 2014 +0900 +++ b/paper/gnuplot/distributed/distributed_write_bench.svg Mon Feb 03 12:44:10 2014 +0900 @@ -87,16 +87,16 @@ Jungle - - - - - - + M528.6,416.7 L537.6,416.7 M528.6,410.3 L537.6,410.3 h0.01'/> + + + + + gnuplot_plot_2 @@ -104,16 +104,16 @@ Cassandra Consistency Level QUORUM - - - - - - + M109.3,389.8 L118.3,389.8 M109.3,382.9 L118.3,382.9 h0.01'/> + + + + + gnuplot_plot_3 @@ -121,19 +121,19 @@ Cassandra Consistency Level ONE - - - - - - + M214.1,397.0 L223.1,397.0 M214.1,395.4 L223.1,395.4 h0.01'/> + + + + + - + diff -r 9c48096c2348 -r 30c746568ef6 paper/gnuplot/distributed/makegraph_distributed_read.sh --- a/paper/gnuplot/distributed/makegraph_distributed_read.sh Mon Feb 03 12:29:34 2014 +0900 +++ b/paper/gnuplot/distributed/makegraph_distributed_read.sh Mon Feb 03 12:44:10 2014 +0900 @@ -6,5 +6,5 @@ set xrange[8:32] set xlabel 'number of clients and server nodes' set ylabel 'time(sec)' -plot 'distributed_read_jungle.dat' using 1:2:3 title 'Jungle' lt rgb "blue" lw 5 with errorbars, 'distributed_read_cassandra.dat' using 1:2:3 title "Cassandra Consistency Level QUORUM" lt rgb "dark-green" lw 5 with errorbars, 'distributed_read_cassandra_one.dat' using 1:2:3 title "Cassandra Consistency Level ONE" lt rgb "red" lw 5 with errorbars, +plot 'distributed_read_jungle.dat' using 1:2:3 title 'Jungle' lt rgb "navy" lw 5 with errorbars, 'distributed_read_cassandra.dat' using 1:2:3 title "Cassandra Consistency Level QUORUM" lt rgb "dark-spring-green" lw 5 with errorbars, 'distributed_read_cassandra_one.dat' using 1:2:3 title "Cassandra Consistency Level ONE" lt rgb "light-red" lw 5 with errorbars, EOF diff -r 9c48096c2348 -r 30c746568ef6 paper/gnuplot/distributed/makegraph_distributed_write.sh --- a/paper/gnuplot/distributed/makegraph_distributed_write.sh Mon Feb 03 12:29:34 2014 +0900 +++ b/paper/gnuplot/distributed/makegraph_distributed_write.sh Mon Feb 03 12:44:10 2014 +0900 @@ -6,5 +6,5 @@ set xrange[8:32] set xlabel 'number of clients and server nodes' set ylabel 'time(sec)' -plot 'distributed_write_jungle.dat' using 1:2:3 title 'Jungle' lt rgb "blue" lw 5 with errorbars, 'distributed_write_cassandra.dat' using 1:2:3 title "Cassandra Consistency Level QUORUM" lt rgb "dark-green" lw 5 with errorbars, 'distributed_write_cassandra_one.dat' using 1:2:3 title "Cassandra Consistency Level ONE" lt rgb "red" lw 5 with errorbars, +plot 'distributed_write_jungle.dat' using 1:2:3 title 'Jungle' lt rgb "navy" lw 5 with errorbars, 'distributed_write_cassandra.dat' using 1:2:3 title "Cassandra Consistency Level QUORUM" lt rgb "dark-spring-green" lw 5 with errorbars, 'distributed_write_cassandra_one.dat' using 1:2:3 title "Cassandra Consistency Level ONE" lt rgb "light-red" lw 5 with errorbars, EOF diff -r 9c48096c2348 -r 30c746568ef6 paper/gnuplot/makegraph_distributed_read.sh --- a/paper/gnuplot/makegraph_distributed_read.sh Mon Feb 03 12:29:34 2014 +0900 +++ b/paper/gnuplot/makegraph_distributed_read.sh Mon Feb 03 12:44:10 2014 +0900 @@ -6,5 +6,5 @@ set xrange[8:32] set xlabel 'number of nodes and clients' set ylabel 'time(sec)' -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 +plot 'read_jungle_errorbar.dat' using 1:2:3 title 'Jungle' lt rgb "navy" with errorbars, 'read_cassandra_quorum_errorbar.dat' using 1:2:3 title "Cassandra Consistency Level Quorum" lt rgb "light-red" with errorbars EOF diff -r 9c48096c2348 -r 30c746568ef6 paper/gnuplot/makegraph_distributed_write.sh --- a/paper/gnuplot/makegraph_distributed_write.sh Mon Feb 03 12:29:34 2014 +0900 +++ b/paper/gnuplot/makegraph_distributed_write.sh Mon Feb 03 12:44:10 2014 +0900 @@ -6,5 +6,5 @@ set xrange[8:32] set xlabel 'number of nodes' set ylabel 'time(sec)' -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 +plot 'write_jungle_errorbar.dat' using 1:2:3 title 'Jungle' lt rgb "navy" with errorbars, 'write_cassandra_quorum_errorbar.dat' using 1:2:3 title "Cassandra Consistency Level Quorum" lt rgb "light-red" with errorbars EOF diff -r 9c48096c2348 -r 30c746568ef6 paper/gnuplot/read_makegraph.sh --- a/paper/gnuplot/read_makegraph.sh Mon Feb 03 12:29:34 2014 +0900 +++ b/paper/gnuplot/read_makegraph.sh Mon Feb 03 12:44:10 2014 +0900 @@ -5,5 +5,5 @@ set title 'read benchmark(1,000,000 Requests)' set xlabel 'number of nodes' set ylabel 'time(sec)' -plot 'read_jungle.dat' title 'Jungle' lt rgb "blue" with linespoints, 'read_cassandra.dat' title "Cassandra Consistency Level Quorum" lt rgb "red" with linespoints, 'read_cassandra_one.dat' title "Cassandra Consistency Level ONE" lt rgb "red" with linespoints +plot 'read_jungle.dat' title 'Jungle' lt rgb "navy" with linespoints, 'read_cassandra.dat' title "Cassandra Consistency Level Quorum" lt rgb "light-red" with linespoints, 'read_cassandra_one.dat' title "Cassandra Consistency Level ONE" lt rgb "red" with linespoints EOF diff -r 9c48096c2348 -r 30c746568ef6 paper/gnuplot/write_makegraph.sh --- a/paper/gnuplot/write_makegraph.sh Mon Feb 03 12:29:34 2014 +0900 +++ b/paper/gnuplot/write_makegraph.sh Mon Feb 03 12:44:10 2014 +0900 @@ -5,5 +5,5 @@ set title 'write benchmark(1,000,000 Requests)' set xlabel 'number of nodes' set ylabel 'time(sec)' -plot 'write_jungle.dat' title 'Jungle' lt rgb "blue" with linespoints, 'write_cassandra.dat' title "Cassandra Consistency Level Quorum" lt rgb "red" with linespoints, 'write_cassandra_one.dat' title "Cassandra Consistency Level ONE" lt rgb "dark-red" with linespoints +plot 'write_jungle.dat' title 'Jungle' lt rgb "navy" with linespoints, 'write_cassandra.dat' title "Cassandra Consistency Level Quorum" lt rgb "light-red" with linespoints, 'write_cassandra_one.dat' title "Cassandra Consistency Level ONE" lt rgb "dark-red" with linespoints EOF