From Mike Hammett, 5 Years ago, written in Plain Text.
Embed
  1. root@indy-librenms:/home/mhammett# ps aux | grep rrd
  2. librenms   679  0.1  0.0 2121952 3804 ?        Ssl  15:37   0:02 /usr/bin/rrdcached -B -F -R -w 1800 -z 1800 -t 4 -b /mnt/librenms/rrd/db -j /mnt/librenms/rrd/journal/ -G librenms -U librenms -p /var/run/rrdcached.pid -s librenms -l unix:/var/run/rrdcached.sock
  3. root     14018  0.0  0.0  12784   928 pts/0    S+   16:09   0:00 grep rrd
  4. root@indy-librenms:/home/mhammett# /etc/init.d/rrdcached stop
  5. [ ok ] Stopping rrdcached (via systemctl): rrdcached.service.
  6. root@indy-librenms:/home/mhammett# ps aux | grep rrd
  7. root     14064  0.0  0.0  12784   984 pts/0    S+   16:09   0:00 grep rrd
  8. root@indy-librenms:/home/mhammett# /etc/init.d/rrdcached start
  9. [ ok ] Starting rrdcached (via systemctl): rrdcached.service.
  10. root@indy-librenms:/home/mhammett# ps aux | grep rrd
  11. librenms 14082  0.0  0.0 188624  3156 ?        Ssl  16:09   0:00 /usr/bin/rrdcached -B -F -R -w 1800 -z 1800 -t 4 -b /mnt/librenms/rrd/db -j /mnt/librenms/rrd/journal/ -G librenms -U librenms -p /var/run/rrdcached.pid -s librenms -l unix:/var/run/rrdcached.sock
  12. root     14107  0.0  0.0  12784   928 pts/0    S+   16:09   0:00 grep rrd
  13.