rrd_update(3) php man page | unix.com

Man Page: rrd_update

Operating Environment: php

Section: 3

RRD_UPDATE(3)								 1							     RRD_UPDATE(3)

rrd_update - Updates the RRD database.

SYNOPSIS
bool rrd_update (string $filename, array $options)
DESCRIPTION
Updates the RRD database file. The input data is time interpolated according to the properties of the RRD database file.
PARAMETERS
o $filename - RRD database file name. This database will be updated. o $options - Options for updating the RRD database. This is list of strings. See man page of rrd update for whole list of options.
RETURN VALUES
Returns TRUE on success, FALSE when error occurs. PHP Documentation Group RRD_UPDATE(3)
Related Man Pages
rrddump(1) - debian
rrdflushcached(1) - debian
rrdupdate(1) - debian
rrddump(1) - centos
rrdupdate(1) - suse
Similar Topics in the Unix Linux Community
Can't start NTOP service/daemon
Graphing data with awk/while loop