summaryrefslogtreecommitdiff
path: root/graphit
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-04-08 03:16:18 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-04-08 03:16:18 -0400
commit9abd16fcbc23306e542aaa5cdc2ea8e9847dbfd7 (patch)
treee3515203616179e9f81392e3ae6017fe91be70b9 /graphit
parent4dec62b52e9ee5982fc3587ea6c8eefc21d76417 (diff)
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...
Diffstat (limited to 'graphit')
-rwxr-xr-xgraphit6
1 files changed, 6 insertions, 0 deletions
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