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'