GoLang rrd_xport

request it (336)
GoLang replacement for PHP's rrd_xport [edit | history]



Do you know a GoLang replacement for PHP's rrd_xport? Write it!

PHP rrd_xport

PHP original manual for rrd_xport [ show | php.net ]

rrd_xport

(PECL rrd >= 0.9.0)

rrd_xportExports the information about RRD database

Description

array rrd_xport ( array $options )

Exports the information about RRD database file. This data can be converted to XML file via user space PHP script and then restored back as RRD database file.

Parameters

options

Array of options for the export, see rrd xport man page.

Return Values

Array with information about RRD database file, FALSE when error occurs.