From af87a6dfa549a2894de53529d7aa6648ad4fb2d4 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Mon, 28 Feb 2011 08:45:26 -0800 Subject: [PATCH] Plots for the CIFS SPECsfs results. --- results/20110227a/plots.gnuplot | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 results/20110227a/plots.gnuplot 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)" -- 2.20.1