From: Michael Vrable Date: Tue, 1 Mar 2011 04:26:24 +0000 (-0800) Subject: Merge git+ssh://c09-44.sysnet.ucsd.edu/scratch/bluesky X-Git-Url: http://git.vrable.net/?a=commitdiff_plain;h=db42bf53b8e2c262644308fe5de900c1c4def814;hp=9c8b209b8e3a95d993b7f00cf4f1ee2c62c5049a;p=bluesky.git Merge git+ssh://c09-44.sysnet.ucsd.edu/scratch/bluesky --- diff --git a/cleaner/azure.py b/cleaner/azure.py index 9f0ac51..89b4f23 100644 --- a/cleaner/azure.py +++ b/cleaner/azure.py @@ -152,12 +152,9 @@ if __name__ == '__main__': container = 'bluesky' conn = AzureConnection() - print "Container contents:" - for k in conn.list(container): - print k - conn.put(container, "testkey", "A" * 40) print "Fetch result:", conn.get(container, "testkey") for k in list(iter(conn.list(container))): + print "Deleting", k conn.delete(container, k) diff --git a/results/20110227a/plots.gnuplot b/results/20110227a/plots.gnuplot new file mode 100644 index 0000000..2309fe0 --- /dev/null +++ b/results/20110227a/plots.gnuplot @@ -0,0 +1,11 @@ +set xlabel "Requests Operations per Second" +set ylabel "Achieved Operations per Second" + +set term wxt 0 +plot "sfssum.20110227-samba" with linespoints title "Samba 3", \ + "sfssum.20110227-cifs-bluesky-smallcache" with linespoints title "BlueSky Samba 4 (1 GB Cache)" + +set term wxt 1 +set ylabel "Latency (ms)" +plot "sfssum.20110227-samba" using 1:3 with linespoints title "Samba 3", \ + "sfssum.20110227-cifs-bluesky-smallcache" using 1:3 with linespoints title "BlueSky Samba 4 (1 GB Cache)"