As the name implies (Javascript RRD), javascriptRRD is a javascript library for reading and interpreting RRD (Round Robind Database) files from both remote Web servers and local file directories. It uses AJAX-like techniques, but without any code being run on a remote Web server; i.e. it provides a purely client-side access to RRD files.
The javascriptRRD package provides the basic RRD reading libraries, as well as helper libraries to make displaying of RRD files easy with the Flot library.
The current stable release is 0.6.3.
It was released on Sept 12th 2012.
It has been tested extensively with Flot 0.7,
using Firefox 15 under Linux.
Other platforms are expected to work, but have not been tested.
Below you can see two representations of a sample RRD.
The first one shows the full poer of javascriptRRD+Flot.
Try change selecting various attributes, zoom in or change the resolution.
(The code that does it all is fully included in the
example1.js include file.)
The second one is instead a simpler version that shows a fixed view of it.
(The code that does it is fully included in the
example2.js include file.)