UNPKG

pm2-rrd

Version:
37 lines (31 loc) 2.5 kB
# pm2-rrd A pm2 module for [rrdtool](https://oss.oetiker.ch/rrdtool/index.en.html) ``` $ pm2 install pm2-rrd ``` ## Awesome RRDtool ### RRDtool resources [Home Page](https://oss.oetiker.ch/rrdtool/index.en.html) [GitHub repo](https://github.com/oetiker/rrdtool-1.x) [RRDtool Wizard](http://rrdwizard.appspot.com/index.php) Simple wizard which shows the basic RRD features. [Using RRD](http://forum.arduino.cc/index.php?topic=367981.0) HowTo: Using RRD - Round Robin Database. ### node RRDtool projects [BastiOfBerlin/rrdcached-binding](https://github.com/BastiOfBerlin/rrdcached-binding) This is a Node.js lib for binding to RRDrool's rrdcached using node's net API. [plainlystated/coffeescript-rrd](https://github.com/plainlystated/coffeescript-rrd) coffeescript library for using manipulating RRD files - depends on rrdtool. [siboulet/node-rrd-stream](https://github.com/siboulet/node-rrd-stream) Node.js library for streaming RRD file. [kvz/metriks](https://github.com/kvz/metriks) A lightweight server graphing framework. [cliffeh/rrd-server](https://github.com/cliffeh/rrd-server) a simple RESTful rrd server. [https://github.com/Orion98MC/node_rrd](Orion98MC/node_rrd) A node.js native binding for RRDtool. [https://github.com/yourtion/node_rrd](yourtion/node_rrd) Fork of Orion98MC/node_rrd found on npmjs.org [https://github.com/wolfeidau/node-rrdtool](wolfeidau/node-rrdtool) This module is a very basic wrapper over rrdtool using the nodejs child_process module. [jhs67/rrdjs](https://github.com/jhs67/rrdjs) Minimal native bindings to librrd. ### Other RRDtool projects on GitHub [oetiker/RrdGraphJS](https://github.com/oetiker/RrdGraphJS) An interactive graphing component for RRDtool [https://github.com/famzah/rrdwizard](famzah/rrdwizard) RRDtool Wizard. [https://github.com/rs/rrdcollect-remote](rs/rrdcollect-remote) Collect rrdcollect output from several hosts to update local RRD files. [https://github.com/icc/rrdtool-bash-scripts](icc/rrdtool-bash-scripts) BASH scripts that uses RRDtool to generate different stats graphs. ### stackoverflow [rrdtool tag](https://stackoverflow.com/questions/tagged/rrdtool) [How to install node_rrd correctly](https://stackoverflow.com/questions/41893905/how-to-install-node-rrd-correctly) [Rrdtool with nodejs](https://stackoverflow.com/questions/29088240/rrdtool-with-nodejs) [rrd tool alternative for high volume](https://stackoverflow.com/questions/605251/rrd-tool-alternative-for-high-volume)