Registry / utility / rrd-ffi

rrd-ffi

JSON →
library0.2.14rbrubygemsunverified

Provides bindings for many RRD functions (using ffi gem and librrd), as well as DSLs for graphic and rrd building. You must have librrd in your system!

gem install rrd-ffi
INSTALL
IMPORT
SIG · RRD-FFI
R
rrd-ffi
utilityrubyv0.2.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RRD
✓ require 'rrd-ffi'

Create a new RRD database file.

require 'rrd-ffi' RRD.create('test.rrd', '--start', 'now', '--step', '300', 'DS:temp:GAUGE:600:-50:100', 'RRA:AVERAGE:0.5:1:1200')
Debug
Known issues
gotchaRequires librrd system library to be installed.
fix
Install librrd via your package manager (e.g., apt-get install librrd-dev).
affects: >= 0.0.0
Upgrade
Version history
0.2.14latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rrd-ffi — gem install rrd-ffi · libregistry