From 9abd16fcbc23306e542aaa5cdc2ea8e9847dbfd7 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 8 Apr 2016 03:16:18 -0400 Subject: add ability to trigger a sync and measure reactor responsiveness this is bad news though: we're blocking the reactor with the current implementation. what's the culprit?? stay tuned... --- graphit | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 graphit (limited to 'graphit') diff --git a/graphit b/graphit new file mode 100755 index 0000000..177c040 --- /dev/null +++ b/graphit @@ -0,0 +1,6 @@ +#! /usr/bin/gnuplot + +name=system("echo $data") +set title name +plot name with linespoints notitle +pause -1 -- cgit v1.2.3