From d6de40b6daecd986e67d82f25d1d1cbf981d0db5 Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 3 Nov 2017 13:06:25 -0200 Subject: Reorganize lynx results in directories. --- .../results/lynx/1000k/test_download-20171103T143121/tests.gplot | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 server-scalability/results/lynx/1000k/test_download-20171103T143121/tests.gplot (limited to 'server-scalability/results/lynx/1000k/test_download-20171103T143121/tests.gplot') diff --git a/server-scalability/results/lynx/1000k/test_download-20171103T143121/tests.gplot b/server-scalability/results/lynx/1000k/test_download-20171103T143121/tests.gplot new file mode 100644 index 0000000..ed9d5f4 --- /dev/null +++ b/server-scalability/results/lynx/1000k/test_download-20171103T143121/tests.gplot @@ -0,0 +1,8 @@ +set output "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T143121/tests.png" +set title "Successful Tests Per Second" +set terminal png size 640,540 +set xlabel "Concurrent Users" +set ylabel "Test/s" +set grid back +set xrange [0:201] +plot "/root/scalability/soledad/scripts/scalability/test_controller/client/test_download-20171103T143121/tests.data" u 1:2 w linespoints lw 2 lt 2 t "STPS" -- cgit v1.2.3