scripts/rrdcached
changeset 35 d126a511b32a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/rrdcached	Mon Sep 03 13:32:32 2018 +0200
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+RRDCACHED_HOST=localhost
+RRDCACHED_PORT=6784
+
+echo stats | nc -N $RRDCACHED_HOST $RRDCACHED_PORT | tail -n +2 | sed -e 's/^/- rrdcached./' -e s/://