Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
/ RRDMerge Public archive

RRDMerge is a tool developped by OPENevents to merge multiple RRD file with input/output datasources.

Notifications You must be signed in to change notification settings

OPENevents/RRDMerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

RRDMerge

RRDMerge is a tool developped by OPENevents to merge multiple RRD file with input/output datasources.

Installation

  • Install php5, php5-rrd

apt-get update && apt-get install php5 php5-rrd

  • Add RRDMerge in your $PATH

mv RRDMerge /usr/local/bin/

chmod 755 /usr/local/bin/RRDMerge

Usage

RRDMerge --start=<timestamp> --end=<timestamp> --source=</path/to/file1.rrd,/path/to/file2.rrd...> --output=</path/to/file_merged.rrd> [OPTIONS]

Options :
    --start     Start time
    --end       End time
    --source    Path to RRD files
    --output    Path to RRD file merged
    --verbose   Verbose
    --help      Show help for RRDMerge

About

RRDMerge is a tool developped by OPENevents to merge multiple RRD file with input/output datasources.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages