scripts/rrdcached
author Tomas Zeman <tomas.zeman@upc.cz>
Tue, 11 Dec 2018 14:40:00 +0100
changeset 38 1eada2e65e7a
parent 35 d126a511b32a
permissions -rwxr-xr-x
procstat rusage monitoring

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