scripts/rrdcached
author Tomas Zeman <tzeman@volny.cz>
Wed, 12 Sep 2018 16:28:23 +0200
changeset 36 9db9af459e7b
parent 35 d126a511b32a
permissions -rwxr-xr-x
scripts/os-info

#!/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/://