efab6eb8ad30eaa34ed4be16f677484b830e7b0c
[rrdtool.git] / NEWS
1 RRDTOOL NEWS
2 ============
3 Major Changes between 1.0.x and 1.2.x
4
5 Graphing
6 --------
7
8 * rewritten graphics generation based on libart.
9   - antialiased output
10   - alpha transparency support
11   - truetype fonts
12  
13 * additional graphics formats: EPS, PDF, SVG
14
15 * extended multipart documentation
16
17 * VDEF support; define and use variables.  Find, and use, the
18   maximum rate seen by rrdtool; compute and show the average
19
20 * Sliding window (trend) analysis
21   Compute a smoother average, for instance over the last 6 CDPs
22
23 * percentile (95th or other)
24   Remove peaks, 95 percent of all rates are at or below the
25   returned value
26
27 Logging
28 -------
29 * a second logging interface: rrdtool updatev
30   Verbose updating of the database; show CPDs being created
31
32 * Aberrant Behavior Detection with Holt-Winters Forecasting
33   Compare current data with expected data, detect and log when
34   the rates are outside expected levels
35
36 * COMPUTE datatype for artificial datasources calculating their
37   input using RPN math and data from the other datasources.
38  
39 Behind the Scenes
40 -----------------
41 * In order to support Holt-Winters and Calculated Datasources,
42   the rrdtool dataformat has changed. While the new version of rrdtool can
43   read files created with rrdtool 1.0.x. It is not possible to read files
44   created by rrdtool-1.2.x with rrdtool-1.0.x
45
46 * External libraries are not included with rrdtool anymore. This is in line
47   with todays trend of using shared libraries everywhere. With the exception
48   of the cgi library most things required by rrdtool will be found on every recent
49   system.
50
51 * Memory Mapped IO support for faster logging.
52
53 ---------------
54
55   Configure and Makefiles and accordingly.
56
57 2002/03/26 Peter Speck <speck@ruc.dk>
58   Contribution of an svg output routine for the new gfx graphing part
59
60 2002/03/23 Alex van den Bogaerdt <alex@ergens.op.Het.Net>
61   Several visible changes made to rrd_graph
62   * Pie chart support workable
63   * Elements that are not used do not take up space on the img
64   * Hack for the missing rotated text (see --vertical-label)
65   * Tiny boxes in front of labels now scale with the text
66
67 2002/01/15 Tobias Oetiker <tobi@oetiker.ch>
68   The BIG graph update
69   * Replace libgd with libart
70   * Added freetype
71   * Updated zlib and libpng
72   * rrd_gfx.c intrduced as libart wrapper
73   * LINE takes now a float as argument
74   * RRDtool uses truetype for fonts
75   * thanks to libart there is now full alpha transparenc
76     and antialiasing.
77   * the new option --font lets customize the font
78     and size for various graph elements
79   * Updated to -> libtool 1.4.2 automake 2.12 autoconf 2.52
80   * new --zoom commandline option for zoom ans shrinking
81   ---- Still missing is rotatet text for the yaxis description
82   ---- Still missing is tab support in the text rendere
83   ---- Still missing is autoconf support for a default truetype font
84
85 2001/07/26 Alex van den Bogaerdt <alex@ergens.op.Het.Net>
86   Added TOTAL to the VDEF functions.
87
88 2001/07/19 Alex van den Bogaerdt <alex@ergens.op.Het.Net>
89   VDEF support.  This is a variable containing one value
90   and a time component.  This type of variable can hold
91   the result of a function over a complete time series
92   of data (DEF or CDEF) such as the maximum seen, and when.
93
94 2001/03/10 Jake Brutlag <jakeb@corp.webtv.net>
95   Support for COMPUTE data sources (CDEF data sources). Removes the RPN
96   parser and calculator from rrd_graph and puts then in a new file,
97   rrd_rpncalc.c. Changes to core files rrd_create and rrd_update. Some
98   clean-up of aberrant behavior stuff, including a bug fix. 
99   Documentation update (rrdcreate.pod, rrdupdate.pod). Change xml format.
100   
101 2001/03/07 Tobias Oetiker <oetiker@ee.ethz.ch> 
102   Integrated complete rewrite
103   of rrdgraph documentation by Alex van den Bogaerdt
104   <alex@ergens.op.Het.Net>. This also contains info on his planned
105   changes to the rrdgraph module
106
107 2001/03/02 Tobias Oetiker <oetiker@ee.ethz.ch>
108   Added Aberrant Patch from Jake Brutlag <jakeb@microsoft.com>
109   From now one, new rrd files use version tag 0002. They can
110   NOT be read by the old 1.0.x RRDtools. 
111  
112   Jake:
113   Aberrant Behavior Detection support. A brief overview added to
114   rrdtool.pod.  Major updates to rrd_update.c, rrd_create.c. Minor update to
115   other core files.  Updated documentation: rrdcreate.pod, rrdgraph.pod,
116   rrdtune.pod.  This is backwards compatible (i.e. new tool can read and will
117   leave the binary header unchanged for old files).
118   See http://cricket.sourceforge.net/aberrant/rrd_hw.htm