RRDUpdater
class RRDUpdater (View source)
Class for updating RDD database file.
Methods
__construct($path)
Creates new RRDUpdater instance. This instance is responsible for updating the RRD database file.
update($values, $time = '')
Update the RRD file defined via RRDUpdater::__construct(). The file is updated with a specific values.
Details
__construct($path)
Creates new RRDUpdater instance. This instance is responsible for updating the RRD database file.
RRDUpdater constructor.
update($values, $time = '')
Update the RRD file defined via RRDUpdater::__construct(). The file is updated with a specific values.