The javascriptRRD package contains base two javascript modules:
The rrdFile module, used to extract information from RRD archives loaded as binary file objects.
The binaryXHR module, used to retrieve binary files using the XMLHttpRequest API.
Together they can be used to implement AJAX style applications.
The package also provides two classes, based on JFlot, that automate most of the graphing needs:
The rrdFlot module can be used to plot a single RRD file.
See also the rrdJFlot.html example.
The rrdFlotMatrix module can be used to plot a list of RRD files.
See also the rrdMatrixFlot.html example.
The javascriptRRD package
is hosted at http://javascript.sourceforge.net.
|