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.

13 lines
226 B

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