From b36ebc87f449af5ad7a677350a3ccfc7d26cfb1e Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 2 Nov 2017 09:28:56 -0200 Subject: move client responsiveness tests to a subfolder --- scripts/sync_stats.gnuplot | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 scripts/sync_stats.gnuplot (limited to 'scripts/sync_stats.gnuplot') diff --git a/scripts/sync_stats.gnuplot b/scripts/sync_stats.gnuplot deleted file mode 100755 index 7fdf29a..0000000 --- a/scripts/sync_stats.gnuplot +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/gnuplot - -infile="$0" -outfile="$1" - -# maybe save image file -if (outfile ne '') \ - set term png size 1000,400; \ - set output "./out/sync-stats.png" - -# make the graph beautiful -set title 'Soledad Sync Phases' -set xtics 10 -set ytics 50 -set grid -set key outside - -# plot! -plot for [col=2:6] infile using 1:col with linespoints title columnheader - -# pause when not saving image file -if (outfile eq '') \ - pause -1 -- cgit v1.2.3