added server cpu use stats and plots
This commit is contained in:
parent
c55aff9330
commit
4d043062b7
10
plots/scalability/server.out
Normal file
10
plots/scalability/server.out
Normal 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
|
11
plots/scalability/server.plt
Normal file
11
plots/scalability/server.plt
Normal 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'
|
Loading…
Reference in New Issue
Block a user