Difference between revisions of "List of front-ends"
From collectd Wiki
(Import new version from User:Octo/Front-ends) |
|||
Line 66: | Line 66: | ||
| Ruby on Rails | | Ruby on Rails | ||
| Raphaël | | Raphaël | ||
+ | | {{No}} | ||
+ | |- | ||
+ | | [[rrd2flot]] | ||
+ | | Web-based | ||
+ | | jQuery, javascriptRRD, Flowplayer Tools, (Twisted) | ||
+ | | Flot | ||
| {{No}} | | {{No}} | ||
|} | |} |
Revision as of 01:14, 14 June 2010
The following is a list of front-ends to the data collected by collectd.
Name | Type | Framework | Engine | Flush |
---|---|---|---|---|
Collectd Graph Panel | Web-based | PHP | RRDtool | Yes |
Collectd-web | Web-based | CGI | RRDtool | No |
CollectGraph | Web-based | MoinMoin wiki | unknown | unknown |
collection3 | Web-based | CGI | RRDtool | Yes |
collectw | Web-based | FastCGI | gRaphaël | No |
EcoStats | Web-based | CGI | RRDtool | No |
Graphs on Rails | Web-based | Ruby on Rails | Flot | No |
Heymon | Web-based | Ruby on Rails | RRDtool | No |
kcollectd | Stand-alone | KDE | Qt | No |
Visage | Web-based | Ruby on Rails | Raphaël | No |
rrd2flot | Web-based | jQuery, javascriptRRD, Flowplayer Tools, (Twisted) | Flot | No |
Legend
- Type
- Type of front-end. Currently the categories are Web-based and Stand-alone.
- Framework
- Execution framework used.
- Engine
- Program or library used for drawing graphs from the available data.
- Flush
- Whether or not the front-end is able to send a FLUSH command to the daemon before querying the data for the graph. This is interesting when the CacheTimeout option of the RRDtool plugin has been set to a high value.