RRDtool

Table of Contents

The RRDCreator class

Introduction

Class for creation of RRD database file.

Class synopsis

RRDCreator
class RRDCreator {
/* Methods */
public void addArchive ( string $description )
public void addDataSource ( string $description )
public __construct ( string $path [, string $startTime [, int $step = 0 ]] )
public bool save ( void )
}

The RRDGraph class

Introduction

Class for exporting data from RRD database to image file.

Class synopsis

RRDGraph
class RRDGraph {
/* Methods */
public __construct ( string $path )
public array save ( void )
public array saveVerbose ( void )
public void setOptions ( array $options )
}

The RRDUpdater class

Introduction

Class for updating RDD database file.

Class synopsis

RRDUpdater
class RRDUpdater {
/* Methods */
public __construct ( string $path )
public bool update ( array $values [, string $time = time() ] )
}