summaryrefslogtreecommitdiff
path: root/server-scalability/results/lynx/test_download-20171103T141537/requests.gplot
blob: e465e54b9d03c7b0c71e6562e3b161946b947ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T141537/requests_rps.png"
set title "Requests Per Second"
set xlabel "Concurrent Users"
set ylabel "Requests Per Second"
set grid
set xrange [0:201]
set terminal png size 640,540
plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T141537/requests.data" u 1:2 w linespoints lw 2 lt 2 t "RPS"
set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T141537/requests.png"
set title "Requests Response time"
set ylabel "Duration (s)"
set bars 5.0
set grid back
set style fill solid .25
plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T141537/requests.data" u 1:8:8:10:9 t "med/p90/p95" w candlesticks lt 1 lw 1 whiskerbars 0.5, "" u 1:7:4:8:8 w candlesticks lt 2 lw 1 t "min/p10/med" whiskerbars 0.5, "" u 1:5 t "avg" w lines lt 3 lw 2