author | alex <alex@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 24 Dec 2001 06:51:49 +0000 (06:51 +0000) | ||
committer | alex <alex@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 24 Dec 2001 06:51:49 +0000 (06:51 +0000) | ||
commit | c2564a62666f9ad9f78a2271765aa2c8e64f1e49 | |
tree | d496d6a47149c41611b1a9d9ea4bfdf0b87bb240 | tree | snapshot |
parent | cb9336ab101dbeb58221553b6ef8515182ea388b | commit | diff |
A patch of size 44Kbytes... in short:
Found and repaired the off-by-one error in rrd_fetch_fn().
As a result I had to remove the hacks in rrd_fetch_fn(),
rrd_tool.c, vdef_calc(), data_calc(), data_proc() and
reduce_data(). There may be other places which I didn't
find so be careful.
Enhanced debugging in rrd_fetch_fn(), it shows the RRA selection
process.
Added the ability to print VDEF timestamps. At the moment it
is a hack, I needed it now to fix the off-by-one error.
If the format string is "%c" (and nothing else!), the time
will be printed by both ctime() and as a long int.
Moved some code around (slightly altering it) from rrd_graph()
initializing now in rrd_graph_init()
options parsing now in rrd_graph_options()
script parsing now in rrd_graph_script()
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@59 a5681a0c-68f1-0310-ab6d-d61299d08faa
Found and repaired the off-by-one error in rrd_fetch_fn().
As a result I had to remove the hacks in rrd_fetch_fn(),
rrd_tool.c, vdef_calc(), data_calc(), data_proc() and
reduce_data(). There may be other places which I didn't
find so be careful.
Enhanced debugging in rrd_fetch_fn(), it shows the RRA selection
process.
Added the ability to print VDEF timestamps. At the moment it
is a hack, I needed it now to fix the off-by-one error.
If the format string is "%c" (and nothing else!), the time
will be printed by both ctime() and as a long int.
Moved some code around (slightly altering it) from rrd_graph()
initializing now in rrd_graph_init()
options parsing now in rrd_graph_options()
script parsing now in rrd_graph_script()
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@59 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_fetch.c | diff | blob | history | |
program/src/rrd_graph.c | diff | blob | history | |
program/src/rrd_graph.h | diff | blob | history | |
program/src/rrd_tool.c | diff | blob | history |