smbinterp/plots/scalability/server.plt

13 lines
211 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 p t 'Speedup'