From 4d043062b789c8783d2a7570706dbd2be095c250 Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Mon, 30 May 2011 19:11:28 -0600 Subject: [PATCH] added server cpu use stats and plots --- plots/scalability/server.out | 10 ++++++++++ plots/scalability/server.plt | 11 +++++++++++ 2 files changed, 21 insertions(+) create mode 100644 plots/scalability/server.out create mode 100644 plots/scalability/server.plt diff --git a/plots/scalability/server.out b/plots/scalability/server.out new file mode 100644 index 0000000..e989756 --- /dev/null +++ b/plots/scalability/server.out @@ -0,0 +1,10 @@ +16 7 +45 30 +64 40 +90 65 +128 100 +181 160 +196 175 +224 185 +256 195 +512 195 diff --git a/plots/scalability/server.plt b/plots/scalability/server.plt new file mode 100644 index 0000000..3361f3a --- /dev/null +++ b/plots/scalability/server.plt @@ -0,0 +1,11 @@ +load '../main.plt' + +set output 'server.eps' + +set nokey + +set xlabel "Number of Participating Minions" +set ylabel "Approximate CPU utilization (% CPU)" + +# set log xy +plot 'server.out' u 1:2 w lp t 'Speedup'