summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 111c840)
raw | patch | inline | side by side (parent: 111c840)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 11 Apr 2005 12:29:32 +0000 (12:29 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 11 Apr 2005 12:29:32 +0000 (12:29 +0000) |
program/NEWS | patch | blob | history |
diff --git a/program/NEWS b/program/NEWS
index 2eb99b48ecb1d242cd9e9f86003245c5af777c74..efab6eb8ad30eaa34ed4be16f677484b830e7b0c 100644 (file)
--- a/program/NEWS
+++ b/program/NEWS
Graphing
--------
+* rewritten graphics generation based on libart.
+ - antialiased output
+ - alpha transparency support
+ - truetype fonts
+
+* additional graphics formats: EPS, PDF, SVG
+
+* extended multipart documentation
+
+* VDEF support; define and use variables. Find, and use, the
+ maximum rate seen by rrdtool; compute and show the average
+
+* Sliding window (trend) analysis
+ Compute a smoother average, for instance over the last 6 CDPs
+
+* percentile (95th or other)
+ Remove peaks, 95 percent of all rates are at or below the
+ returned value
+
Logging
-------
-* In addition to the PNG format, rrdtool
- can produce output in SVN, EPS and PDF format.
+* a second logging interface: rrdtool updatev
+ Verbose updating of the database; show CPDs being created
+
+* Aberrant Behavior Detection with Holt-Winters Forecasting
+ Compare current data with expected data, detect and log when
+ the rates are outside expected levels
+* COMPUTE datatype for artificial datasources calculating their
+ input using RPN math and data from the other datasources.
+
Behind the Scenes
-----------------
* In order to support Holt-Winters and Calculated Datasources,
of the cgi library most things required by rrdtool will be found on every recent
system.
+* Memory Mapped IO support for faster logging.
+
+---------------
Configure and Makefiles and accordingly.