CakeFest 2024: The Official CakePHP Conference

RRDCreator::addArchive

(PECL rrd >= 0.9.0)

RRDCreator::addArchiveAdds RRA - archive of data values for each data source

Açıklama

public RRDCreator::addArchive(string $description): void

Adds RRA definition by description of archive. Archive consists of a number of data values or statistics for each of the defined data-sources (DS). Data sources are defined by method RRDCreator::addDataSource(). You need call this method for each requested archive.

Bağımsız Değişkenler

description

Definition of archive - RRA. This has same format as RRA definition in rrd create command. See man page of rrd create for more details.

Dönen Değerler

Hiçbir değer dönmez.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top