From 1e529ae15592d672b0825fd0e76c7b2b87fd95bb Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Mon, 16 Jan 2012 18:09:58 -0800 Subject: [PATCH] Update figures to include 100 Mbps results. --- results/figures/specsfs.gnuplot | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/results/figures/specsfs.gnuplot b/results/figures/specsfs.gnuplot index 627aac5..07e0ff5 100644 --- a/results/figures/specsfs.gnuplot +++ b/results/figures/specsfs.gnuplot @@ -19,7 +19,8 @@ plot "../20110409/sfssum.20110410-native-hi16" with linespoints title "Local NFS "../20110409/sfssum.20110409-s3-west-hi16" with linespoints title "BlueSky", \ "../20110409/sfssum.20110411-s3-west-hi16-crypt" with linespoints title "BlueSky (crypto)", \ "../20110409/sfssum.20110430-s3-west-hi16-nosegments" with linespoints title "BlueSky (noseg)", \ - "../20110409/sfssum.20110430-s3-west-hi16-fullfetch" with linespoints title "BlueSky (norange)" + "../20110409/sfssum.20110430-s3-west-hi16-fullfetch" with linespoints title "BlueSky (norange)", \ + "../20120109/sfssum.20120109-s3-west-hi16-lowbandwidth" with linespoints title "BlueSky (100 Mbps)" #"../20110409/sfssum.20110430-s3-west-hi16-noreadagg" with linespoints title "BlueSky (noreadagg)" #set output "spec2a.eps" @@ -30,7 +31,6 @@ plot "../20110409/sfssum.20110410-native-hi16" with linespoints title "Local NFS # "../20110409/sfssum.20110430-s3-west-hi16-noreadagg" with linespoints title "BlueSky (noreadagg)" set output "spec1b.eps" -set key top left set ylabel "Operation Latency (ms)" set yrange [0:100] set key top right @@ -38,7 +38,8 @@ plot "../20110409/sfssum.20110410-native-hi16" using 1:3 with linespoints title "../20110409/sfssum.20110409-s3-west-hi16" using 1:3 with linespoints title "BlueSky", \ "../20110409/sfssum.20110411-s3-west-hi16-crypt" using 1:3 with linespoints title "BlueSky (crypto)", \ "../20110409/sfssum.20110430-s3-west-hi16-nosegments" using 1:3 with linespoints title "BlueSky (noseg)", \ - "../20110409/sfssum.20110430-s3-west-hi16-fullfetch" using 1:3 with linespoints title "BlueSky (norange)" + "../20110409/sfssum.20110430-s3-west-hi16-fullfetch" using 1:3 with linespoints title "BlueSky (norange)", \ + "../20120109/sfssum.20120109-s3-west-hi16-lowbandwidth" using 1:3 with linespoints title "BlueSky (100 Mbps)" #"../20110409/sfssum.20110430-s3-west-hi16-noreadagg" using 1:3 with linespoints title "BlueSky (noreadagg)" # Comparison with low parallelism -- 2.20.1