X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=results%2F20110226%2Fplots.gnuplot;h=e59bac85f09747b6cfb36d2b0ec0286e7a4906a2;hb=edc8e63804c4c1065f3224e829b711c75330072d;hp=49d47bc3991a48aaaf07575f5a6a5d02b2d60423;hpb=fcfa65ce8923a13cc3d6022b0c6e2bd5d4262a28;p=bluesky.git diff --git a/results/20110226/plots.gnuplot b/results/20110226/plots.gnuplot index 49d47bc..e59bac8 100644 --- a/results/20110226/plots.gnuplot +++ b/results/20110226/plots.gnuplot @@ -4,14 +4,23 @@ set ylabel "Achieved Operations per Second" 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.20110226-s3-smallcache" with linespoints title "BlueSky (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)", \ + "../20110306/sfssum.20110306-s3-west-4GB" with linespoints title "BlueSky (S3-US-West, 4 GB Cache, re-run)", \ + "../20110307/sfssum.20110307-ec2-west2" with linespoints title "In-cloud NFS" 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.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-s3-west-1GB" using 1:3 with linespoints title "BlueSky (S3-US-West, 1 GB Cache)", \ + "../20110307/sfssum.20110306-s3-west-4GB" using 1:3 with linespoints title "BlueSky (S3-US-West, 4 GB Cache, re-run)", \ + "../20110307/sfssum.20110307-ec2-west2" using 1:3 with linespoints title "In-cloud NFS", \ + "../20110307/sfssum.20110307-ec2-west" using 1:3 with linespoints title "In-cloud NFS" -set term wxt 2 -set ylabel "Working Set Size (GB)" -plot "sfssum.20110225-native" using 1:($9*0.3/1024.0**2) with linespoints notitle +#set term wxt 2 +#set ylabel "Working Set Size (GB)" +#plot "sfssum.20110225-native" using 1:($9*0.3/1024.0**2) with linespoints notitle