You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sledge/runtime/experiments/concurrency/throughput.gnuplot

13 lines
189 B

reset
set term jpeg
set output "throughput.jpg"
set xlabel "Concurrency"
set ylabel "Requests/sec"
set xrange [-5:105]
set yrange [0:]
plot 'throughput.dat' using 1:2 title 'Reqs/sec'