added server cpu use stats and plots

This commit is contained in:
Stephen McQuay 2011-05-30 19:11:28 -06:00
parent c55aff9330
commit 4d043062b7
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,10 @@
16 7
45 30
64 40
90 65
128 100
181 160
196 175
224 185
256 195
512 195

View File

@ -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'