added notes on INF
[rrdtool.git] / TODO
1 What has to be done before the 1.2.0 Release
2 --------------------------------------------
3 * Sync Docs with reality (there are things described which have not been
4   implemented)
5
6 * Write Changes Document with all new features
7
8 * Update Tutorials for new Release.
9
10 Future Ideas
11 ------------
12 reverse order of stacked graph entries prior to plotting ... this is to make
13 plotting order more naturally fit with the ordering of the legend ...
14
15 make it possible to define order of legend items independant of their order
16 on the commandline ...
17
18 use XDR to write architecture independant date
19
20 have drawing methode modifier for the LINE, AREA, STACK functions which allows
21 to select wether the data points should be presented as stepes (todays state)
22 or connected with lines.
23
24 LINEx:ds[#color][/method]:description
25
26 be more clever in the fetch function when no complete data coverage for the
27 desired area is possible.
28
29 Let the user define the base resolution of the graph independently of
30 the pixel resolution. If it is smaller than one pixel it will simply
31 be ignored
32
33 allow sub second precision for the step definition
34
35 modularise consolidation and acquisition functions
36
37 Allow the user to define vertical scaling of graphs in a more flexible way.
38 some thing like --inner-range 0-1000 and --outer-range 0-10000 which means
39 that the grapher can choose its vertical scaling in the given range ... 
40 this would replace upper and lower limit
41
42 make the inclusion of G?PRINT like output in to the lables of other graph 
43 elements possible
44
45 add axis on the right and on top of the graph ... 
46
47 add configurable counter wrap
48
49 build derivatives while plotting
50
51 show trend by building moving average and represent it as an arrow
52
53 offer side by side tiny box plots for each succesive hour, or some other
54 means of seeing the variation rather than just the mean level
55
56 circular periodic plots ... (polar)
57
58 analyse data in non time domain ... 
59
60 add smothing functions to grapher, using rolling average ... 
61
62 make VRULE and HRULE with 123 versions ... 
63
64 have configurable role-over limits for counters
65
66 align data points not to GMT but some free offset
67
68 allow starting through symlinks called rrdcreate rrdtune and the like