javascriptRRD libraries

The javascriptRRD package contains base three javascript modules:

Together they can be used to implement AJAX style applications.

The rrdFilter module can be used to filter datasources (DSs) and apply user-customized filter objects such as mathematical operations. This module also has methods to Filter RRAs for time shifts (for timezone implementation) and/or Averaging (for creating new, averaged RRAs with different step sizes). See the rrdJFlotFilter.html (DS Filters) example and the rrdJFlotFilterRRA (RRA Filters) example.

The package also provides two classes, based on Flot, that automate most of the graphing needs:


The javascriptRRD package is hosted at http://javascriptrrd.sourceforge.net.
It is licensed under the MIT license.