The RRDGraph class

(PECL rrd >= 0.9.0)

Введение

Class for exporting data from RRD database to image file.

Обзор классов

RRDGraph {
/* Методы */
public __construct ( string $path )
public array save ( void )
public array saveVerbose ( void )
public void setOptions ( array $options )
}

Содержание

Коментарии

Автор:
On Windows if you get "Cannot parse DS in 'DEF:rr=C:/Users/xxx/code/monitor/speed_gauge.rrd:value:MAX'" error on Windows. This may mean that rrdtool does not like ":" on your file name - it needs to be replaced with "\:"

Atleast for me fixed that issue if I replace colon "str_replace(':', '\\:', $rrdPath);"
2016-12-01 16:38:46
http://php5.kiev.ua/manual/ru/class.rrdgraph.html

    Поддержать сайт на родительском проекте КГБ