From 8ba96f686e98dc592d13457cc4aa82e56e75a6f7 Mon Sep 17 00:00:00 2001
From: alisonjm Together they can be used to implement AJAX style applications. The rrdFilter module can be used to filter datasources or apply user-customized filter object such as mathematical operations.
+ 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
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.
More examples can be found on the - examples web page.
+ examples web page, with mode helpful comments in the code.