From 2376739a29a64891aa9eded9a75d063c2f574bd8 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Sun, 27 Feb 2011 22:39:43 -0800 Subject: [PATCH] Check in README and sample plots for some of the new data. --- results/20110215/README | 6 ++++++ results/20110215/plots.gnuplot | 13 +++++++++++++ results/20110226/plots.gnuplot | 17 +++++++++++++++++ results/20110227/plots.gnuplot | 1 + 4 files changed, 37 insertions(+) create mode 100644 results/20110215/README create mode 100644 results/20110215/plots.gnuplot create mode 100644 results/20110226/plots.gnuplot create mode 100644 results/20110227/plots.gnuplot diff --git a/results/20110215/README b/results/20110215/README new file mode 100644 index 0000000..6420696 --- /dev/null +++ b/results/20110215/README @@ -0,0 +1,6 @@ +These runs are similar to the later 20110226/ runs, but using the older +disk (80 GB and slower) in the proxy. + +One major difference is that all OPS targets use the same working set +size for the files, rather than having it scale up with the load. Total +there is ~10 GB of data, but the working set is around 3.0-3.5 GB. diff --git a/results/20110215/plots.gnuplot b/results/20110215/plots.gnuplot new file mode 100644 index 0000000..bd09c6f --- /dev/null +++ b/results/20110215/plots.gnuplot @@ -0,0 +1,13 @@ +set xlabel "Requests Operations per Second" +set ylabel "Achieved Operations per Second" + +set term wxt 0 +plot "sfssum.20110214-native" with linespoints title "Linux knfsd", \ + "sfssum.20110215-bluesky-512M" with linespoints title "BlueSky (512 MB Cache)", \ + "sfssum.20110214-bluesky-4G" with linespoints title "BlueSky (4 GB Cache)" + +set term wxt 1 +set ylabel "Latency (ms)" +plot "sfssum.20110214-native" using 1:3 with linespoints title "Linux knfsd", \ + "sfssum.20110215-bluesky-512M" using 1:3 with linespoints title "BlueSky (512 MB Cache)", \ + "sfssum.20110214-bluesky-4G" using 1:3 with linespoints title "BlueSky (4 GB Cache)" diff --git a/results/20110226/plots.gnuplot b/results/20110226/plots.gnuplot new file mode 100644 index 0000000..49d47bc --- /dev/null +++ b/results/20110226/plots.gnuplot @@ -0,0 +1,17 @@ +set xlabel "Requests Operations per Second" +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)" + +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)" + +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 diff --git a/results/20110227/plots.gnuplot b/results/20110227/plots.gnuplot new file mode 100644 index 0000000..a4d9725 --- /dev/null +++ b/results/20110227/plots.gnuplot @@ -0,0 +1 @@ +plot "profile.times" using 0:2 with linespoints notitle -- 2.20.1