Stephen Mardson McQuay
f47585735d
--HG-- rename : plots/scalability/speedup.plt => plots/scalability/efficiency.plt
13 lines
212 B
Gnuplot
13 lines
212 B
Gnuplot
load '../main.plt'
|
|
|
|
set output 'server.eps'
|
|
|
|
set nokey
|
|
|
|
set xlabel "Number of Participating Minions"
|
|
set ylabel "Approximate CPU utilization (% CPU)"
|
|
|
|
set yrange [0:210]
|
|
|
|
plot 'server.out' u 1:2 w lp t 'Speedup'
|