mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
11 lines
482 B
Plaintext
11 lines
482 B
Plaintext
RRD::Simple provides a simple interface to RRDTool's RRDs module.
|
|
This module does not currently offer fetch method that is
|
|
available in the RRDs module. It does however create RRD files
|
|
with a sensible set of default RRA (Round Robin Archive)
|
|
definitions, and can dynamically add new data source names to an
|
|
existing RRD file.
|
|
|
|
This module is ideal for quick and simple storage of data within
|
|
an RRD file if you do not need to, nor want to, bother defining
|
|
custom RRA definitions.
|