RRDtoolTable of Contents
The RRDCreator classIntroductionClass for creation of RRD database file. Class synopsisRRDCreator
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 classIntroductionClass for exporting data from RRD database to image file. Class synopsisRRDGraph
class RRDGraph
{
/* Methods */
public __construct
( string
$path
)
public array save
( void
)
public array saveVerbose
( void
)
public void setOptions
( array
}$options
)The RRDUpdater classIntroductionClass for updating RDD database file. Class synopsisRRDUpdater
class RRDUpdater
{
/* Methods */
public __construct
( string
$path
)
public bool update
( array
}$values
[, string $time
= time()
] ) |