File: README

package info (click to toggle)
rrdtool 1.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,772 kB
  • sloc: ansic: 39,371; sh: 1,810; perl: 1,268; cs: 652; makefile: 573; python: 169; ruby: 61; awk: 30
file content (22 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# ruby librrd bindings
# author: Miles Egan <miles@caddr.com>
#

- Introduction 

This module provides ruby bindings for librrd, with functionality
comparable to the native perl bindings.  See test.rb for a script that
exercises all ruby-librrd functionality.

- Installation

Installation is standard.  Simply run:

ruby extconf.rb
make
make install

I hope this works for you.  Please let me know if you have any
problems or suggestions.  Someday when I'm feeling less lazy I'll
actually document this thing.  Thanks to Tobi for rrdtool!