From 83449e8e017a675a381f2c6817e1a223326cc2db Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Wed, 2 Mar 2011 16:02:45 -0800 Subject: [PATCH] Include S3-US-West results in graphs --- results/20110226/plots.gnuplot | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/results/20110226/plots.gnuplot b/results/20110226/plots.gnuplot index 2f452e0..c51bd50 100644 --- a/results/20110226/plots.gnuplot +++ b/results/20110226/plots.gnuplot @@ -5,14 +5,16 @@ set term wxt 0 plot "sfssum.20110225-native" with linespoints title "Linux knfsd", \ "sfssum.20110226-s3-bigcache" with linespoints title "BlueSky (64 GB Cache)", \ "sfssum.20110226-s3-smallcache" with linespoints title "BlueSky (1 GB Cache)", \ - "sfssum.20110228-azure-1GB" with linespoints title "BlueSky (Azure, 1 GB Cache)" + "sfssum.20110228-azure-1GB" with linespoints title "BlueSky (Azure, 1 GB Cache)", \ + "sfssum.20110228-s3-west-1GB" with linespoints title "BlueSky (S3-US-West, 1 GB Cache)" set term wxt 1 set ylabel "Latency (ms)" plot "sfssum.20110225-native" using 1:3 with linespoints title "Linux knfsd", \ "sfssum.20110226-s3-bigcache" using 1:3 with linespoints title "BlueSky (64 GB Cache)", \ "sfssum.20110226-s3-smallcache" using 1:3 with linespoints title "BlueSky (1 GB Cache)", \ - "sfssum.20110228-azure-1GB" using 1:3 with linespoints title "BlueSky (Azure, 1 GB Cache)" + "sfssum.20110228-azure-1GB" using 1:3 with linespoints title "BlueSky (Azure, 1 GB Cache)", \ + "sfssum.20110228-s3-west-1GB" using 1:3 with linespoints title "BlueSky (S3-US-West, 1 GB Cache)" set term wxt 2 set ylabel "Working Set Size (GB)" -- 2.20.1