From 97acb2a8c857d39210804b228908c092a576527b Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Wed, 18 May 2011 15:16:44 -0700 Subject: [PATCH] Updating synthetic read plot with newer data --- results/figures/syn-read.gnuplot | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/results/figures/syn-read.gnuplot b/results/figures/syn-read.gnuplot index 26c2795..bcdb66d 100644 --- a/results/figures/syn-read.gnuplot +++ b/results/figures/syn-read.gnuplot @@ -8,9 +8,9 @@ set xrange [0:100] set output "syn-read-1.eps" set title "Single-Client Request Stream" set key top right -plot "../20110318-synread/32k-c1.data" using (100*$1/32):4 with linespoints title "32 KB", \ - "../20110318-synread/128k-c1.data" using (100*$1/32):4 with linespoints title "128 KB", \ - "../20110318-synread/1024k-c1.data" using (100*$1/32):4 with linespoints title "1024 KB" +plot "../20110517/32k-c1.data" using (100*$1/32):4 with linespoints title "32 KB", \ + "../20110517/128k-c1.data" using (100*$1/32):4 with linespoints title "128 KB", \ + "../20110517/1024k-c1.data" using (100*$1/32):4 with linespoints title "1024 KB" # set output "syn-read-16.eps" # set title "16 Concurrent Request Streams" @@ -23,9 +23,9 @@ set ylabel "Read Bandwidth (MB/s)" set output "syn-read-1b.eps" set title "Single-Client Request Stream" set key top left -plot "../20110318-synread/32k-c1.data" using (100*$1/32):3 with linespoints title "32 KB", \ - "../20110318-synread/128k-c1.data" using (100*$1/32):3 with linespoints title "128 KB", \ - "../20110318-synread/1024k-c1.data" using (100*$1/32):3 with linespoints title "1024 KB" +plot "../20110517/32k-c1.data" using (100*$1/32):3 with linespoints title "32 KB", \ + "../20110517/128k-c1.data" using (100*$1/32):3 with linespoints title "128 KB", \ + "../20110517/1024k-c1.data" using (100*$1/32):3 with linespoints title "1024 KB" # set output "syn-read-16b.eps" # set title "16 Concurrent Request Streams" -- 2.20.1