# test: add the additional RRA to the first and compare dumps
rm -f ${PREFIX}*.rrd ${PREFIX}*.xml
-
ST=1300000000
$RRDTOOL create ${PREFIX}a1.rrd --start $(($ST-1)) --step 60 DS:a:GAUGE:120:0:U RRA:AVERAGE:0.5:1:100 RRA:AVERAGE:0.5:5:2 RRA:MIN:0.5:5:2 RRA:MAX:0.5:5:2 RRA:LAST:0.5:5:2
report create1
is_cached && exit 0
$RRDTOOL fetch ${BUILD}.rrd AVERAGE -r 600 -s 1300000000 -e 1300015200 | grep ^1300 | \
- grep -v nan | $DIFF - $BASEDIR/dcounter1.output
+ grep -v nan | $DIFF9 - $BASEDIR/dcounter1.output
report "fetch"
TOP_BUILDDIR="${TOP_BUILDDIR:-${BASEDIR}/..}"
DIFF="diff -u"
+DIFF9=seddif
+
+function seddif {
+ sed -e "s/\([0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]\)[0-9]\(e+[0-9]\)/\1\2/g" | $DIFF $@
+}
#
# because valgrind has trouble with glib memory handling
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>510</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
</params>
<cdp_prep>
<ds>
- <primary_value>5.1000000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>5.100000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.2000000000e+02</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.3000000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.5000000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.6000000000e+02</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.7000000000e+02</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.8000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.0000000000e+02</v></row>
- <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.1000000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.200000000e+02</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.300000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.500000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.600000000e+02</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.700000000e+02</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.800000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.000000000e+02</v></row>
+ <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.100000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.7000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>1.0100000000e+03</value>
+ <primary_value>4.700000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>1.010000000e+03</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.0000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.0000000000e+01</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.2000000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.7000000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.2000000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.7000000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.2000000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.7000000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.2000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.7000000000e+02</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.000000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.000000000e+01</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.200000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.700000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.200000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.700000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.200000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.700000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.200000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.700000000e+02</v></row>
</database>
</rra>
</rrd>
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>510</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
</params>
<cdp_prep>
<ds>
- <primary_value>5.1000000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>5.100000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.2000000000e+02</v></row>
- <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.2000000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.2000000000e+02</v></row>
- <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.7000000000e+02</v></row>
- <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.7000000000e+02</v></row>
- <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.7000000000e+02</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.7000000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.7000000000e+02</v></row>
- <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>4.2000000000e+02</v></row>
- <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.2000000000e+02</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.2000000000e+02</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.3000000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.5000000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.6000000000e+02</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.7000000000e+02</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.8000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.0000000000e+02</v></row>
- <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.1000000000e+02</v></row>
+ <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.200000000e+02</v></row>
+ <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.200000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.200000000e+02</v></row>
+ <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.700000000e+02</v></row>
+ <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.700000000e+02</v></row>
+ <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.700000000e+02</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.700000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.700000000e+02</v></row>
+ <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>4.200000000e+02</v></row>
+ <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.200000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.200000000e+02</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.300000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.500000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.600000000e+02</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.700000000e+02</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.800000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.000000000e+02</v></row>
+ <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.100000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.7000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>1.0100000000e+03</value>
+ <primary_value>4.700000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>1.010000000e+03</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.0000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.0000000000e+01</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.2000000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.7000000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.2000000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.7000000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.2000000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.7000000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.2000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.7000000000e+02</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.000000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.000000000e+01</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.200000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.700000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.200000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.700000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.200000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.700000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.200000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.700000000e+02</v></row>
</database>
</rra>
</rrd>
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>510</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
<name> b </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>10510</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
<name> c </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>20510</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
</params>
<cdp_prep>
<ds>
- <primary_value>5.1000000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>5.100000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<ds>
- <primary_value>1.0510000000e+04</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>1.051000000e+04</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<ds>
- <primary_value>2.0510000000e+04</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>2.051000000e+04</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.2000000000e+02</v><v>1.0420000000e+04</v><v>2.0420000000e+04</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.3000000000e+02</v><v>1.0430000000e+04</v><v>2.0430000000e+04</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v><v>1.0440000000e+04</v><v>2.0440000000e+04</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.5000000000e+02</v><v>1.0450000000e+04</v><v>2.0450000000e+04</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.6000000000e+02</v><v>1.0460000000e+04</v><v>2.0460000000e+04</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.7000000000e+02</v><v>1.0470000000e+04</v><v>2.0470000000e+04</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.8000000000e+02</v><v>1.0480000000e+04</v><v>2.0480000000e+04</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v><v>1.0490000000e+04</v><v>2.0490000000e+04</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.0000000000e+02</v><v>1.0500000000e+04</v><v>2.0500000000e+04</v></row>
- <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.1000000000e+02</v><v>1.0510000000e+04</v><v>2.0510000000e+04</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.200000000e+02</v><v>1.042000000e+04</v><v>2.042000000e+04</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.300000000e+02</v><v>1.043000000e+04</v><v>2.043000000e+04</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v><v>1.044000000e+04</v><v>2.044000000e+04</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.500000000e+02</v><v>1.045000000e+04</v><v>2.045000000e+04</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.600000000e+02</v><v>1.046000000e+04</v><v>2.046000000e+04</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.700000000e+02</v><v>1.047000000e+04</v><v>2.047000000e+04</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.800000000e+02</v><v>1.048000000e+04</v><v>2.048000000e+04</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v><v>1.049000000e+04</v><v>2.049000000e+04</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.000000000e+02</v><v>1.050000000e+04</v><v>2.050000000e+04</v></row>
+ <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.100000000e+02</v><v>1.051000000e+04</v><v>2.051000000e+04</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.7000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>1.0100000000e+03</value>
+ <primary_value>4.700000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>1.010000000e+03</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<ds>
- <primary_value>1.0470000000e+04</primary_value>
- <secondary_value>1.0490000000e+04</secondary_value>
- <value>2.1010000000e+04</value>
+ <primary_value>1.047000000e+04</primary_value>
+ <secondary_value>1.049000000e+04</secondary_value>
+ <value>2.101000000e+04</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<ds>
- <primary_value>2.0470000000e+04</primary_value>
- <secondary_value>2.0490000000e+04</secondary_value>
- <value>4.1010000000e+04</value>
+ <primary_value>2.047000000e+04</primary_value>
+ <secondary_value>2.049000000e+04</secondary_value>
+ <value>4.101000000e+04</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.0000000000e+01</v><v>1.0030000000e+04</v><v>2.0030000000e+04</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.0000000000e+01</v><v>1.0070000000e+04</v><v>2.0070000000e+04</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.2000000000e+02</v><v>1.0120000000e+04</v><v>2.0120000000e+04</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.7000000000e+02</v><v>1.0170000000e+04</v><v>2.0170000000e+04</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.2000000000e+02</v><v>1.0220000000e+04</v><v>2.0220000000e+04</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.7000000000e+02</v><v>1.0270000000e+04</v><v>2.0270000000e+04</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.2000000000e+02</v><v>1.0320000000e+04</v><v>2.0320000000e+04</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.7000000000e+02</v><v>1.0370000000e+04</v><v>2.0370000000e+04</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.2000000000e+02</v><v>1.0420000000e+04</v><v>2.0420000000e+04</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.7000000000e+02</v><v>1.0470000000e+04</v><v>2.0470000000e+04</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.000000000e+01</v><v>1.003000000e+04</v><v>2.003000000e+04</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.000000000e+01</v><v>1.007000000e+04</v><v>2.007000000e+04</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.200000000e+02</v><v>1.012000000e+04</v><v>2.012000000e+04</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.700000000e+02</v><v>1.017000000e+04</v><v>2.017000000e+04</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.200000000e+02</v><v>1.022000000e+04</v><v>2.022000000e+04</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.700000000e+02</v><v>1.027000000e+04</v><v>2.027000000e+04</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.200000000e+02</v><v>1.032000000e+04</v><v>2.032000000e+04</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.700000000e+02</v><v>1.037000000e+04</v><v>2.037000000e+04</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.200000000e+02</v><v>1.042000000e+04</v><v>2.042000000e+04</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.700000000e+02</v><v>1.047000000e+04</v><v>2.047000000e+04</v></row>
</database>
</rra>
</rrd>
<name> b </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>10510</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
<name> c </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>20510</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
</params>
<cdp_prep>
<ds>
- <primary_value>1.0510000000e+04</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>1.051000000e+04</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<ds>
- <primary_value>2.0510000000e+04</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>2.051000000e+04</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>1.0320000000e+04</v><v>2.0320000000e+04</v></row>
- <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>1.0320000000e+04</v><v>2.0320000000e+04</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>1.0320000000e+04</v><v>2.0320000000e+04</v></row>
- <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>1.0370000000e+04</v><v>2.0370000000e+04</v></row>
- <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>1.0370000000e+04</v><v>2.0370000000e+04</v></row>
- <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>1.0370000000e+04</v><v>2.0370000000e+04</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>1.0370000000e+04</v><v>2.0370000000e+04</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>1.0370000000e+04</v><v>2.0370000000e+04</v></row>
- <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>1.0420000000e+04</v><v>2.0420000000e+04</v></row>
- <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>1.0420000000e+04</v><v>2.0420000000e+04</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>1.0420000000e+04</v><v>2.0420000000e+04</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>1.0430000000e+04</v><v>2.0430000000e+04</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>1.0440000000e+04</v><v>2.0440000000e+04</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>1.0450000000e+04</v><v>2.0450000000e+04</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>1.0460000000e+04</v><v>2.0460000000e+04</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>1.0470000000e+04</v><v>2.0470000000e+04</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>1.0480000000e+04</v><v>2.0480000000e+04</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>1.0490000000e+04</v><v>2.0490000000e+04</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>1.0500000000e+04</v><v>2.0500000000e+04</v></row>
- <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>1.0510000000e+04</v><v>2.0510000000e+04</v></row>
+ <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>1.032000000e+04</v><v>2.032000000e+04</v></row>
+ <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>1.032000000e+04</v><v>2.032000000e+04</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>1.032000000e+04</v><v>2.032000000e+04</v></row>
+ <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>1.037000000e+04</v><v>2.037000000e+04</v></row>
+ <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>1.037000000e+04</v><v>2.037000000e+04</v></row>
+ <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>1.037000000e+04</v><v>2.037000000e+04</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>1.037000000e+04</v><v>2.037000000e+04</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>1.037000000e+04</v><v>2.037000000e+04</v></row>
+ <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>1.042000000e+04</v><v>2.042000000e+04</v></row>
+ <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>1.042000000e+04</v><v>2.042000000e+04</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>1.042000000e+04</v><v>2.042000000e+04</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>1.043000000e+04</v><v>2.043000000e+04</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>1.044000000e+04</v><v>2.044000000e+04</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>1.045000000e+04</v><v>2.045000000e+04</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>1.046000000e+04</v><v>2.046000000e+04</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>1.047000000e+04</v><v>2.047000000e+04</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>1.048000000e+04</v><v>2.048000000e+04</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>1.049000000e+04</v><v>2.049000000e+04</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>1.050000000e+04</v><v>2.050000000e+04</v></row>
+ <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>1.051000000e+04</v><v>2.051000000e+04</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>1.0470000000e+04</primary_value>
- <secondary_value>1.0490000000e+04</secondary_value>
- <value>2.1010000000e+04</value>
+ <primary_value>1.047000000e+04</primary_value>
+ <secondary_value>1.049000000e+04</secondary_value>
+ <value>2.101000000e+04</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<ds>
- <primary_value>2.0470000000e+04</primary_value>
- <secondary_value>2.0490000000e+04</secondary_value>
- <value>4.1010000000e+04</value>
+ <primary_value>2.047000000e+04</primary_value>
+ <secondary_value>2.049000000e+04</secondary_value>
+ <value>4.101000000e+04</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>1.0030000000e+04</v><v>2.0030000000e+04</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>1.0070000000e+04</v><v>2.0070000000e+04</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.0120000000e+04</v><v>2.0120000000e+04</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.0170000000e+04</v><v>2.0170000000e+04</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>1.0220000000e+04</v><v>2.0220000000e+04</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>1.0270000000e+04</v><v>2.0270000000e+04</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>1.0320000000e+04</v><v>2.0320000000e+04</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>1.0370000000e+04</v><v>2.0370000000e+04</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>1.0420000000e+04</v><v>2.0420000000e+04</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>1.0470000000e+04</v><v>2.0470000000e+04</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>1.003000000e+04</v><v>2.003000000e+04</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>1.007000000e+04</v><v>2.007000000e+04</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.012000000e+04</v><v>2.012000000e+04</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.017000000e+04</v><v>2.017000000e+04</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>1.022000000e+04</v><v>2.022000000e+04</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>1.027000000e+04</v><v>2.027000000e+04</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>1.032000000e+04</v><v>2.032000000e+04</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>1.037000000e+04</v><v>2.037000000e+04</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>1.042000000e+04</v><v>2.042000000e+04</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>1.047000000e+04</v><v>2.047000000e+04</v></row>
</database>
</rra>
</rrd>
BASE=$BASEDIR/modify-test1
BUILD=$BUILDDIR/modify-test1
-DIFF="diff -u"
+
$RRDTOOL create ${BUILD}a.rrd --start 1300000000 --step 60 DS:a:GAUGE:120:0:U RRA:AVERAGE:0.5:1:10 RRA:AVERAGE:0.5:5:10 || fail create
# add 50 values to
let N=$N+10
done
-$RRDTOOL dump ${BUILD}a.rrd | $DIFF - ${BASE}.create.dump
+$RRDTOOL dump ${BUILD}a.rrd | $DIFF9 - ${BASE}.create.dump
report "created content"
# extend base RRA, refill from coarse RRA
cp ${BUILD}a.rrd ${BUILD}b.rrd
$RRDTOOL tune ${BUILD}b.rrd RRA#0:+10 || fail "tune"
-$RRDTOOL dump ${BUILD}b.rrd | $DIFF - ${BASE}.mod1.dump
+$RRDTOOL dump ${BUILD}b.rrd | $DIFF9 - ${BASE}.mod1.dump
report "extend base RRA"
let N=$N+10
done
-$RRDTOOL dump ${BUILD}a.rrd | $DIFF ${BASE}a-create.dump -
+$RRDTOOL dump ${BUILD}a.rrd | $DIFF9 ${BASE}a-create.dump -
report create
cp ${BUILD}a.rrd ${BUILD}b.rrd
$RRDTOOL tune ${BUILD}b.rrd RRA#1:+10 RRA#2:+10 RRA#3:+10 RRA#4:+10 || fail modify
-$RRDTOOL dump ${BUILD}b.rrd | $DIFF ${BASE}b-mod1.dump -
+$RRDTOOL dump ${BUILD}b.rrd | $DIFF9 ${BASE}b-mod1.dump -
report "simultaneously extend aggregate RRAs"
cp ${BUILD}a.rrd ${BUILD}c.rrd
$RRDTOOL tune ${BUILD}c.rrd RRA:AVERAGE:0.5:2:10 || fail modify
-$RRDTOOL dump ${BUILD}c.rrd | $DIFF ${BASE}c-mod1.dump -
+$RRDTOOL dump ${BUILD}c.rrd | $DIFF9 ${BASE}c-mod1.dump -
report "add RRA with intermediate pdp_cnt"
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>510</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
</params>
<cdp_prep>
<ds>
- <primary_value>5.1000000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>5.100000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<!-- 2011-03-13 08:05:00 CET / 1299999900 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:06:00 CET / 1299999960 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:07:00 CET / 1300000020 --> <row><v>NaN</v></row>
- <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>2.0000000000e+01</v></row>
- <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>3.0000000000e+01</v></row>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>4.0000000000e+01</v></row>
- <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>5.0000000000e+01</v></row>
- <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>6.0000000000e+01</v></row>
- <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>7.0000000000e+01</v></row>
- <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>8.0000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>9.0000000000e+01</v></row>
- <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>1.0000000000e+02</v></row>
- <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.1000000000e+02</v></row>
- <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.2000000000e+02</v></row>
- <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.3000000000e+02</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.4000000000e+02</v></row>
- <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.5000000000e+02</v></row>
- <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.6000000000e+02</v></row>
- <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.7000000000e+02</v></row>
- <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.8000000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.9000000000e+02</v></row>
- <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>2.0000000000e+02</v></row>
- <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.1000000000e+02</v></row>
- <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.2000000000e+02</v></row>
- <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.3000000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.4000000000e+02</v></row>
- <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.5000000000e+02</v></row>
- <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.6000000000e+02</v></row>
- <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.7000000000e+02</v></row>
- <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.8000000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.9000000000e+02</v></row>
- <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>3.0000000000e+02</v></row>
- <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.1000000000e+02</v></row>
- <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.2000000000e+02</v></row>
- <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.3000000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.4000000000e+02</v></row>
- <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.5000000000e+02</v></row>
- <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.6000000000e+02</v></row>
- <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.7000000000e+02</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.8000000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.9000000000e+02</v></row>
- <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>4.0000000000e+02</v></row>
- <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.1000000000e+02</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.2000000000e+02</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.3000000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.5000000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.6000000000e+02</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.7000000000e+02</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.8000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.0000000000e+02</v></row>
- <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.1000000000e+02</v></row>
+ <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>2.000000000e+01</v></row>
+ <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>3.000000000e+01</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>4.000000000e+01</v></row>
+ <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>5.000000000e+01</v></row>
+ <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>6.000000000e+01</v></row>
+ <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>7.000000000e+01</v></row>
+ <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>8.000000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>9.000000000e+01</v></row>
+ <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>1.000000000e+02</v></row>
+ <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.100000000e+02</v></row>
+ <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.200000000e+02</v></row>
+ <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.300000000e+02</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.400000000e+02</v></row>
+ <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.500000000e+02</v></row>
+ <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.600000000e+02</v></row>
+ <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.700000000e+02</v></row>
+ <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.800000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.900000000e+02</v></row>
+ <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>2.000000000e+02</v></row>
+ <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.100000000e+02</v></row>
+ <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.200000000e+02</v></row>
+ <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.300000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.400000000e+02</v></row>
+ <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.500000000e+02</v></row>
+ <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.600000000e+02</v></row>
+ <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.700000000e+02</v></row>
+ <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.800000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.900000000e+02</v></row>
+ <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>3.000000000e+02</v></row>
+ <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.100000000e+02</v></row>
+ <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.200000000e+02</v></row>
+ <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.300000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.400000000e+02</v></row>
+ <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.500000000e+02</v></row>
+ <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.600000000e+02</v></row>
+ <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.700000000e+02</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.800000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.900000000e+02</v></row>
+ <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>4.000000000e+02</v></row>
+ <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.100000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.200000000e+02</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.300000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.500000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.600000000e+02</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.700000000e+02</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.800000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.000000000e+02</v></row>
+ <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.100000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.7000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>1.0100000000e+03</value>
+ <primary_value>4.700000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>1.010000000e+03</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.2000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.7000000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.200000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.700000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.5000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>5.0000000000e+02</value>
+ <primary_value>4.500000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>5.000000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.0000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.5000000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.000000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.500000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.9000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>5.1000000000e+02</value>
+ <primary_value>4.900000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>5.100000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.9000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>5.1000000000e+02</value>
+ <primary_value>4.900000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>5.100000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v></row>
</database>
</rra>
</rrd>
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>510</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
</params>
<cdp_prep>
<ds>
- <primary_value>5.1000000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>5.100000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<!-- 2011-03-13 08:05:00 CET / 1299999900 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:06:00 CET / 1299999960 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:07:00 CET / 1300000020 --> <row><v>NaN</v></row>
- <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>2.0000000000e+01</v></row>
- <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>3.0000000000e+01</v></row>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>4.0000000000e+01</v></row>
- <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>5.0000000000e+01</v></row>
- <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>6.0000000000e+01</v></row>
- <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>7.0000000000e+01</v></row>
- <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>8.0000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>9.0000000000e+01</v></row>
- <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>1.0000000000e+02</v></row>
- <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.1000000000e+02</v></row>
- <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.2000000000e+02</v></row>
- <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.3000000000e+02</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.4000000000e+02</v></row>
- <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.5000000000e+02</v></row>
- <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.6000000000e+02</v></row>
- <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.7000000000e+02</v></row>
- <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.8000000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.9000000000e+02</v></row>
- <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>2.0000000000e+02</v></row>
- <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.1000000000e+02</v></row>
- <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.2000000000e+02</v></row>
- <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.3000000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.4000000000e+02</v></row>
- <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.5000000000e+02</v></row>
- <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.6000000000e+02</v></row>
- <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.7000000000e+02</v></row>
- <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.8000000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.9000000000e+02</v></row>
- <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>3.0000000000e+02</v></row>
- <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.1000000000e+02</v></row>
- <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.2000000000e+02</v></row>
- <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.3000000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.4000000000e+02</v></row>
- <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.5000000000e+02</v></row>
- <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.6000000000e+02</v></row>
- <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.7000000000e+02</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.8000000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.9000000000e+02</v></row>
- <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>4.0000000000e+02</v></row>
- <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.1000000000e+02</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.2000000000e+02</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.3000000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.5000000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.6000000000e+02</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.7000000000e+02</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.8000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.0000000000e+02</v></row>
- <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.1000000000e+02</v></row>
+ <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>2.000000000e+01</v></row>
+ <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>3.000000000e+01</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>4.000000000e+01</v></row>
+ <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>5.000000000e+01</v></row>
+ <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>6.000000000e+01</v></row>
+ <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>7.000000000e+01</v></row>
+ <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>8.000000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>9.000000000e+01</v></row>
+ <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>1.000000000e+02</v></row>
+ <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.100000000e+02</v></row>
+ <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.200000000e+02</v></row>
+ <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.300000000e+02</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.400000000e+02</v></row>
+ <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.500000000e+02</v></row>
+ <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.600000000e+02</v></row>
+ <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.700000000e+02</v></row>
+ <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.800000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.900000000e+02</v></row>
+ <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>2.000000000e+02</v></row>
+ <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.100000000e+02</v></row>
+ <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.200000000e+02</v></row>
+ <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.300000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.400000000e+02</v></row>
+ <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.500000000e+02</v></row>
+ <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.600000000e+02</v></row>
+ <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.700000000e+02</v></row>
+ <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.800000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.900000000e+02</v></row>
+ <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>3.000000000e+02</v></row>
+ <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.100000000e+02</v></row>
+ <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.200000000e+02</v></row>
+ <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.300000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.400000000e+02</v></row>
+ <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.500000000e+02</v></row>
+ <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.600000000e+02</v></row>
+ <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.700000000e+02</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.800000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.900000000e+02</v></row>
+ <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>4.000000000e+02</v></row>
+ <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.100000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.200000000e+02</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.300000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.500000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.600000000e+02</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.700000000e+02</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.800000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.000000000e+02</v></row>
+ <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.100000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.7000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>1.0100000000e+03</value>
+ <primary_value>4.700000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>1.010000000e+03</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
<!-- 2011-03-13 08:00:00 CET / 1299999600 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:05:00 CET / 1299999900 --> <row><v>NaN</v></row>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.0000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.0000000000e+01</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.2000000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.7000000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.2000000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.7000000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.2000000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.7000000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.2000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.7000000000e+02</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.000000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.000000000e+01</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.200000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.700000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.200000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.700000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.200000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.700000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.200000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.700000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.5000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>5.0000000000e+02</value>
+ <primary_value>4.500000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>5.000000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
<!-- 2011-03-13 08:00:00 CET / 1299999600 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:05:00 CET / 1299999900 --> <row><v>NaN</v></row>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>2.0000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>5.0000000000e+01</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.0000000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.5000000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.0000000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.5000000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.0000000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.5000000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.0000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.5000000000e+02</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>2.000000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>5.000000000e+01</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.000000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.500000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.000000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.500000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.000000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.000000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.500000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.9000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>5.1000000000e+02</value>
+ <primary_value>4.900000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>5.100000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
<!-- 2011-03-13 08:00:00 CET / 1299999600 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:05:00 CET / 1299999900 --> <row><v>NaN</v></row>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>4.0000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>9.0000000000e+01</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.4000000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.9000000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.4000000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.9000000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.4000000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.9000000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>4.000000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>9.000000000e+01</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.400000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.900000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.400000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.900000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.400000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.900000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.9000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>5.1000000000e+02</value>
+ <primary_value>4.900000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>5.100000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
<!-- 2011-03-13 08:00:00 CET / 1299999600 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:05:00 CET / 1299999900 --> <row><v>NaN</v></row>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>4.0000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>9.0000000000e+01</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.4000000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.9000000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.4000000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.9000000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.4000000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.9000000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>4.000000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>9.000000000e+01</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.400000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.900000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.400000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.900000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.400000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.900000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v></row>
</database>
</rra>
</rrd>
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>510</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
</params>
<cdp_prep>
<ds>
- <primary_value>5.1000000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>5.100000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<!-- 2011-03-13 08:05:00 CET / 1299999900 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:06:00 CET / 1299999960 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:07:00 CET / 1300000020 --> <row><v>NaN</v></row>
- <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>2.0000000000e+01</v></row>
- <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>3.0000000000e+01</v></row>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>4.0000000000e+01</v></row>
- <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>5.0000000000e+01</v></row>
- <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>6.0000000000e+01</v></row>
- <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>7.0000000000e+01</v></row>
- <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>8.0000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>9.0000000000e+01</v></row>
- <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>1.0000000000e+02</v></row>
- <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.1000000000e+02</v></row>
- <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.2000000000e+02</v></row>
- <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.3000000000e+02</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.4000000000e+02</v></row>
- <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.5000000000e+02</v></row>
- <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.6000000000e+02</v></row>
- <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.7000000000e+02</v></row>
- <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.8000000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.9000000000e+02</v></row>
- <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>2.0000000000e+02</v></row>
- <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.1000000000e+02</v></row>
- <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.2000000000e+02</v></row>
- <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.3000000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.4000000000e+02</v></row>
- <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.5000000000e+02</v></row>
- <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.6000000000e+02</v></row>
- <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.7000000000e+02</v></row>
- <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.8000000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.9000000000e+02</v></row>
- <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>3.0000000000e+02</v></row>
- <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.1000000000e+02</v></row>
- <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.2000000000e+02</v></row>
- <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.3000000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.4000000000e+02</v></row>
- <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.5000000000e+02</v></row>
- <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.6000000000e+02</v></row>
- <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.7000000000e+02</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.8000000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.9000000000e+02</v></row>
- <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>4.0000000000e+02</v></row>
- <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.1000000000e+02</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.2000000000e+02</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.3000000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.5000000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.6000000000e+02</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.7000000000e+02</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.8000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.0000000000e+02</v></row>
- <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.1000000000e+02</v></row>
+ <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>2.000000000e+01</v></row>
+ <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>3.000000000e+01</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>4.000000000e+01</v></row>
+ <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>5.000000000e+01</v></row>
+ <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>6.000000000e+01</v></row>
+ <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>7.000000000e+01</v></row>
+ <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>8.000000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>9.000000000e+01</v></row>
+ <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>1.000000000e+02</v></row>
+ <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.100000000e+02</v></row>
+ <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.200000000e+02</v></row>
+ <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.300000000e+02</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.400000000e+02</v></row>
+ <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.500000000e+02</v></row>
+ <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.600000000e+02</v></row>
+ <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.700000000e+02</v></row>
+ <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.800000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.900000000e+02</v></row>
+ <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>2.000000000e+02</v></row>
+ <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.100000000e+02</v></row>
+ <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.200000000e+02</v></row>
+ <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.300000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.400000000e+02</v></row>
+ <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.500000000e+02</v></row>
+ <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.600000000e+02</v></row>
+ <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.700000000e+02</v></row>
+ <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.800000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.900000000e+02</v></row>
+ <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>3.000000000e+02</v></row>
+ <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.100000000e+02</v></row>
+ <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.200000000e+02</v></row>
+ <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.300000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.400000000e+02</v></row>
+ <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.500000000e+02</v></row>
+ <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.600000000e+02</v></row>
+ <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.700000000e+02</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.800000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.900000000e+02</v></row>
+ <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>4.000000000e+02</v></row>
+ <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.100000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.200000000e+02</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.300000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.500000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.600000000e+02</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.700000000e+02</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.800000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.000000000e+02</v></row>
+ <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.100000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.7000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>1.0100000000e+03</value>
+ <primary_value>4.700000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>1.010000000e+03</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.2000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.7000000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.200000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.700000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.5000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>5.0000000000e+02</value>
+ <primary_value>4.500000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>5.000000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.0000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.5000000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.000000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.500000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.9000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>5.1000000000e+02</value>
+ <primary_value>4.900000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>5.100000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.9000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>5.1000000000e+02</value>
+ <primary_value>4.900000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>5.100000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.9500000000e+02</primary_value>
- <secondary_value>5.0000000000e+02</secondary_value>
- <value>5.1000000000e+02</value>
+ <primary_value>4.950000000e+02</primary_value>
+ <secondary_value>5.000000000e+02</secondary_value>
+ <value>5.100000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.1500000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.3500000000e+02</v></row>
- <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.5500000000e+02</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.7500000000e+02</v></row>
- <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>3.9500000000e+02</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.1500000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.5500000000e+02</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.7500000000e+02</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.9500000000e+02</v></row>
+ <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.150000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.350000000e+02</v></row>
+ <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.550000000e+02</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.750000000e+02</v></row>
+ <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>3.950000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.150000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.550000000e+02</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.750000000e+02</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.950000000e+02</v></row>
</database>
</rra>
</rrd>
let N=$N+10
done
-$RRDTOOL dump ${BUILD}a.rrd | $DIFF - ${BASE}.create.dump && ok "create" || fail "create"
+$RRDTOOL dump ${BUILD}a.rrd | $DIFF9 - ${BASE}.create.dump && ok "create" || fail "create"
# extend base RRA, refill from coarse RRA
cp ${BUILD}a.rrd ${BUILD}b.rrd
$RRDTOOL tune ${BUILD}b.rrd DEL:a RRA#0:+10 || fail modify
-$RRDTOOL dump ${BUILD}b.rrd | $DIFF - ${BASE}.mod1.dump && ok "extend base RRA" || fail "extend base RRA"
+$RRDTOOL dump ${BUILD}b.rrd | $DIFF9 - ${BASE}.mod1.dump && ok "extend base RRA" || fail "extend base RRA"
$RRDTOOL update ${BUILD}a1.rrd --template a $UPDATE || fail update1
$RRDTOOL update ${BUILD}a2.rrd --template a $UPDATE || fail update2
-$RRDTOOL dump ${BUILD}a1.rrd | $DIFF ${BASE}a1-create.dump -
+$RRDTOOL dump ${BUILD}a1.rrd | $DIFF9 ${BASE}a1-create.dump -
report create 1
-$RRDTOOL dump ${BUILD}a2.rrd | $DIFF ${BASE}a2-create.dump -
+$RRDTOOL dump ${BUILD}a2.rrd | $DIFF9 ${BASE}a2-create.dump -
report create 2
cp ${BUILD}a2.rrd ${BUILD}b2.rrd
$RRDTOOL tune ${BUILD}b2.rrd DELRRA:5 || fail modify
-$RRDTOOL dump ${BUILD}b2.rrd | $DIFF ${BASE}a1-create.dump -
+$RRDTOOL dump ${BUILD}b2.rrd | $DIFF9 ${BASE}a1-create.dump -
report "remove additional RRA from second - must then be equal original first"
cp ${BUILD}a1.rrd ${BUILD}b1.rrd
$RRDTOOL tune ${BUILD}b1.rrd RRA:AVERAGE:0.5:4:10 || fail modify
-$RRDTOOL dump ${BUILD}b1.rrd | $DIFF ${BASE}a2-create.dump -
+$RRDTOOL dump ${BUILD}b1.rrd | $DIFF9 ${BASE}a2-create.dump -
report "add additional RRA to first - must then be equal original second"
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>490</last_ds>
- <value>1.4700000000e+04</value>
+ <value>1.470000000e+04</value>
<unknown_sec> 0 </unknown_sec>
</ds>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8500000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>4.850000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<!-- 2011-03-13 08:05:00 CET / 1299999900 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:06:00 CET / 1299999960 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:07:00 CET / 1300000020 --> <row><v>NaN</v></row>
- <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>1.5000000000e+01</v></row>
- <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>2.5000000000e+01</v></row>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.5000000000e+01</v></row>
- <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>4.5000000000e+01</v></row>
- <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>5.5000000000e+01</v></row>
- <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>6.5000000000e+01</v></row>
- <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>7.5000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>8.5000000000e+01</v></row>
- <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>9.5000000000e+01</v></row>
- <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.0500000000e+02</v></row>
- <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.1500000000e+02</v></row>
- <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.2500000000e+02</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.3500000000e+02</v></row>
- <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.4500000000e+02</v></row>
- <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.5500000000e+02</v></row>
- <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.6500000000e+02</v></row>
- <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.7500000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.8500000000e+02</v></row>
- <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>1.9500000000e+02</v></row>
- <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.0500000000e+02</v></row>
- <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.1500000000e+02</v></row>
- <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.2500000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.3500000000e+02</v></row>
- <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.4500000000e+02</v></row>
- <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.5500000000e+02</v></row>
- <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.6500000000e+02</v></row>
- <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.7500000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.8500000000e+02</v></row>
- <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.9500000000e+02</v></row>
- <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.0500000000e+02</v></row>
- <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.1500000000e+02</v></row>
- <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.2500000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.3500000000e+02</v></row>
- <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.4500000000e+02</v></row>
- <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.5500000000e+02</v></row>
- <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.6500000000e+02</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.7500000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.8500000000e+02</v></row>
- <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>3.9500000000e+02</v></row>
- <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.0500000000e+02</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.1500000000e+02</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.2500000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.4500000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.5500000000e+02</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.6500000000e+02</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.7500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
+ <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>1.500000000e+01</v></row>
+ <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>2.500000000e+01</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.500000000e+01</v></row>
+ <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>4.500000000e+01</v></row>
+ <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>5.500000000e+01</v></row>
+ <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>6.500000000e+01</v></row>
+ <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>7.500000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>8.500000000e+01</v></row>
+ <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>9.500000000e+01</v></row>
+ <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.050000000e+02</v></row>
+ <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.150000000e+02</v></row>
+ <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.250000000e+02</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.350000000e+02</v></row>
+ <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.450000000e+02</v></row>
+ <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.550000000e+02</v></row>
+ <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.650000000e+02</v></row>
+ <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.750000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.850000000e+02</v></row>
+ <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>1.950000000e+02</v></row>
+ <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.050000000e+02</v></row>
+ <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.150000000e+02</v></row>
+ <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.250000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.350000000e+02</v></row>
+ <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.450000000e+02</v></row>
+ <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.550000000e+02</v></row>
+ <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.650000000e+02</v></row>
+ <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.750000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.850000000e+02</v></row>
+ <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.950000000e+02</v></row>
+ <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.050000000e+02</v></row>
+ <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.150000000e+02</v></row>
+ <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.250000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.350000000e+02</v></row>
+ <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.450000000e+02</v></row>
+ <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.550000000e+02</v></row>
+ <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.650000000e+02</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.750000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.850000000e+02</v></row>
+ <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>3.950000000e+02</v></row>
+ <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.050000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.150000000e+02</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.250000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.450000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.550000000e+02</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.650000000e+02</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.750000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.6500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>0.0000000000e+00</value>
+ <primary_value>4.650000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>0.000000000e+00</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.1500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.6500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.150000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.650000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.4500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
+ <primary_value>4.450000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
<value>inf</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>3.9500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.4500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>3.950000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.450000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
+ <primary_value>4.850000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
<value>-inf</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
+ <primary_value>4.850000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
</database>
</rra>
</rrd>
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>500</last_ds>
- <value>1.5000000000e+04</value>
+ <value>1.500000000e+04</value>
<unknown_sec> 0 </unknown_sec>
</ds>
</params>
<cdp_prep>
<ds>
- <primary_value>4.9500000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>4.950000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<!-- 2011-03-13 08:05:00 CET / 1299999900 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:06:00 CET / 1299999960 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:07:00 CET / 1300000020 --> <row><v>NaN</v></row>
- <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>1.5000000000e+01</v></row>
- <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>2.5000000000e+01</v></row>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.5000000000e+01</v></row>
- <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>4.5000000000e+01</v></row>
- <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>5.5000000000e+01</v></row>
- <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>6.5000000000e+01</v></row>
- <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>7.5000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>8.5000000000e+01</v></row>
- <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>9.5000000000e+01</v></row>
- <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.0500000000e+02</v></row>
- <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.1500000000e+02</v></row>
- <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.2500000000e+02</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.3500000000e+02</v></row>
- <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.4500000000e+02</v></row>
- <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.5500000000e+02</v></row>
- <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.6500000000e+02</v></row>
- <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.7500000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.8500000000e+02</v></row>
- <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>1.9500000000e+02</v></row>
- <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.0500000000e+02</v></row>
- <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.1500000000e+02</v></row>
- <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.2500000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.3500000000e+02</v></row>
- <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.4500000000e+02</v></row>
- <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.5500000000e+02</v></row>
- <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.6500000000e+02</v></row>
- <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.7500000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.8500000000e+02</v></row>
- <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.9500000000e+02</v></row>
- <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.0500000000e+02</v></row>
- <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.1500000000e+02</v></row>
- <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.2500000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.3500000000e+02</v></row>
- <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.4500000000e+02</v></row>
- <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.5500000000e+02</v></row>
- <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.6500000000e+02</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.7500000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.8500000000e+02</v></row>
- <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>3.9500000000e+02</v></row>
- <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.0500000000e+02</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.1500000000e+02</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.2500000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.4500000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.5500000000e+02</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.6500000000e+02</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.7500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.9500000000e+02</v></row>
+ <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>1.500000000e+01</v></row>
+ <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>2.500000000e+01</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.500000000e+01</v></row>
+ <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>4.500000000e+01</v></row>
+ <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>5.500000000e+01</v></row>
+ <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>6.500000000e+01</v></row>
+ <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>7.500000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>8.500000000e+01</v></row>
+ <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>9.500000000e+01</v></row>
+ <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.050000000e+02</v></row>
+ <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.150000000e+02</v></row>
+ <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.250000000e+02</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.350000000e+02</v></row>
+ <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.450000000e+02</v></row>
+ <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.550000000e+02</v></row>
+ <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.650000000e+02</v></row>
+ <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.750000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.850000000e+02</v></row>
+ <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>1.950000000e+02</v></row>
+ <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.050000000e+02</v></row>
+ <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.150000000e+02</v></row>
+ <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.250000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.350000000e+02</v></row>
+ <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.450000000e+02</v></row>
+ <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.550000000e+02</v></row>
+ <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.650000000e+02</v></row>
+ <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.750000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.850000000e+02</v></row>
+ <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.950000000e+02</v></row>
+ <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.050000000e+02</v></row>
+ <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.150000000e+02</v></row>
+ <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.250000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.350000000e+02</v></row>
+ <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.450000000e+02</v></row>
+ <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.550000000e+02</v></row>
+ <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.650000000e+02</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.750000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.850000000e+02</v></row>
+ <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>3.950000000e+02</v></row>
+ <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.050000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.150000000e+02</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.250000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.450000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.550000000e+02</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.650000000e+02</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.750000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.950000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.6500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.650000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.1500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.6500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.150000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.650000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.4500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.450000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>3.9500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.4500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>3.950000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.450000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.850000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.850000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
</database>
</rra>
</rrd>
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>500</last_ds>
- <value>1.5000000000e+04</value>
+ <value>1.500000000e+04</value>
<unknown_sec> 0 </unknown_sec>
</ds>
</params>
<cdp_prep>
<ds>
- <primary_value>4.9500000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>4.950000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<!-- 2011-03-13 08:05:00 CET / 1299999900 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:06:00 CET / 1299999960 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:07:00 CET / 1300000020 --> <row><v>NaN</v></row>
- <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>1.5000000000e+01</v></row>
- <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>2.5000000000e+01</v></row>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.5000000000e+01</v></row>
- <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>4.5000000000e+01</v></row>
- <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>5.5000000000e+01</v></row>
- <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>6.5000000000e+01</v></row>
- <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>7.5000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>8.5000000000e+01</v></row>
- <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>9.5000000000e+01</v></row>
- <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.0500000000e+02</v></row>
- <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.1500000000e+02</v></row>
- <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.2500000000e+02</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.3500000000e+02</v></row>
- <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.4500000000e+02</v></row>
- <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.5500000000e+02</v></row>
- <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.6500000000e+02</v></row>
- <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.7500000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.8500000000e+02</v></row>
- <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>1.9500000000e+02</v></row>
- <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.0500000000e+02</v></row>
- <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.1500000000e+02</v></row>
- <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.2500000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.3500000000e+02</v></row>
- <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.4500000000e+02</v></row>
- <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.5500000000e+02</v></row>
- <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.6500000000e+02</v></row>
- <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.7500000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.8500000000e+02</v></row>
- <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.9500000000e+02</v></row>
- <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.0500000000e+02</v></row>
- <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.1500000000e+02</v></row>
- <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.2500000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.3500000000e+02</v></row>
- <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.4500000000e+02</v></row>
- <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.5500000000e+02</v></row>
- <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.6500000000e+02</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.7500000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.8500000000e+02</v></row>
- <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>3.9500000000e+02</v></row>
- <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.0500000000e+02</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.1500000000e+02</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.2500000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.4500000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.5500000000e+02</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.6500000000e+02</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.7500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.9500000000e+02</v></row>
+ <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>1.500000000e+01</v></row>
+ <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>2.500000000e+01</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.500000000e+01</v></row>
+ <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>4.500000000e+01</v></row>
+ <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>5.500000000e+01</v></row>
+ <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>6.500000000e+01</v></row>
+ <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>7.500000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>8.500000000e+01</v></row>
+ <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>9.500000000e+01</v></row>
+ <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.050000000e+02</v></row>
+ <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.150000000e+02</v></row>
+ <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.250000000e+02</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.350000000e+02</v></row>
+ <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.450000000e+02</v></row>
+ <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.550000000e+02</v></row>
+ <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.650000000e+02</v></row>
+ <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.750000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.850000000e+02</v></row>
+ <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>1.950000000e+02</v></row>
+ <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.050000000e+02</v></row>
+ <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.150000000e+02</v></row>
+ <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.250000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.350000000e+02</v></row>
+ <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.450000000e+02</v></row>
+ <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.550000000e+02</v></row>
+ <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.650000000e+02</v></row>
+ <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.750000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.850000000e+02</v></row>
+ <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.950000000e+02</v></row>
+ <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.050000000e+02</v></row>
+ <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.150000000e+02</v></row>
+ <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.250000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.350000000e+02</v></row>
+ <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.450000000e+02</v></row>
+ <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.550000000e+02</v></row>
+ <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.650000000e+02</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.750000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.850000000e+02</v></row>
+ <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>3.950000000e+02</v></row>
+ <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.050000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.150000000e+02</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.250000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.450000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.550000000e+02</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.650000000e+02</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.750000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.950000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.6500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.650000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.1500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.6500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.150000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.650000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.4500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.450000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>3.9500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.4500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>3.950000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.450000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.850000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.850000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8000000000e+02</primary_value>
- <secondary_value>4.9500000000e+02</secondary_value>
- <value>0.0000000000e+00</value>
+ <primary_value>4.800000000e+02</primary_value>
+ <secondary_value>4.950000000e+02</secondary_value>
+ <value>0.000000000e+00</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.2000000000e+02</v></row>
- <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.6000000000e+02</v></row>
- <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.0000000000e+02</v></row>
- <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.4000000000e+02</v></row>
- <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.8000000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.2000000000e+02</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.6000000000e+02</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.0000000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.8000000000e+02</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.200000000e+02</v></row>
+ <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.600000000e+02</v></row>
+ <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.000000000e+02</v></row>
+ <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.400000000e+02</v></row>
+ <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.800000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.200000000e+02</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.600000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.000000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.800000000e+02</v></row>
</database>
</rra>
</rrd>
$RRDTOOL update ${BUILD}a1.rrd --template a $UPDATE_STRING || fail update1
$RRDTOOL update ${BUILD}a2.rrd --template a $UPDATE_STRING || fail update2
-$RRDTOOL dump ${BUILD}a1.rrd | $DIFF ${BASE}a1-create.dump -
+$RRDTOOL dump ${BUILD}a1.rrd | $DIFF9 ${BASE}a1-create.dump -
report create 1
-$RRDTOOL dump ${BUILD}a2.rrd | $DIFF ${BASE}a2-create.dump -
+$RRDTOOL dump ${BUILD}a2.rrd | $DIFF9 ${BASE}a2-create.dump -
report create 2
for U in 1300003010:200 1300003070:102 1300003130:777 1300003190:645 1300003250:122 1300003310:981 1300003323:223 1300003381:721 1300003445:821 1300003500:221 1300003562:231 1300003637:542 1300003699:734 1300003769:9231 1300003823:17
$RRDTOOL update ${BUILD}a2.rrd --template a $U
# dump current state for later comparison
- $RRDTOOL dump ${BUILD}a1.rrd > ${BUILD}a1-mod.dump
- $RRDTOOL dump ${BUILD}a2.rrd > ${BUILD}a2-mod.dump
+ $RRDTOOL dump ${BUILD}a1.rrd > ${BUILD}a1-mod.dump.tmp
+ $RRDTOOL dump ${BUILD}a2.rrd > ${BUILD}a2-mod.dump.tmp
# remove RRA 5 from second RRD, should now match first RRD
cp ${BUILD}a2.rrd ${BUILD}b2.rrd
$RRDTOOL tune ${BUILD}b2.rrd DELRRA:5
- $RRDTOOL dump ${BUILD}b2.rrd | $DIFF ${BUILD}a1-mod.dump -
+ $RRDTOOL dump ${BUILD}b2.rrd | diff -u ${BUILD}a1-mod.dump.tmp -
report "remove additional RRA from second - must then be equal original first"
# add RRA to first RRD, should now match second RRD
cp ${BUILD}a1.rrd ${BUILD}b1.rrd
$RRDTOOL tune ${BUILD}b1.rrd RRA:AVERAGE:0.5:4:10
- $RRDTOOL dump ${BUILD}b1.rrd | $DIFF ${BUILD}a2-mod.dump -
+ $RRDTOOL dump ${BUILD}b1.rrd | diff -u ${BUILD}a2-mod.dump.tmp -
report "add additional RRA to first - must then be equal original second"
done
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>500</last_ds>
- <value>1.5000000000e+04</value>
+ <value>1.500000000e+04</value>
<unknown_sec> 0 </unknown_sec>
</ds>
</params>
<cdp_prep>
<ds>
- <primary_value>4.9500000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>4.950000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<!-- 2011-03-13 08:05:00 CET / 1299999900 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:06:00 CET / 1299999960 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:07:00 CET / 1300000020 --> <row><v>NaN</v></row>
- <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>1.5000000000e+01</v></row>
- <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>2.5000000000e+01</v></row>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.5000000000e+01</v></row>
- <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>4.5000000000e+01</v></row>
- <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>5.5000000000e+01</v></row>
- <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>6.5000000000e+01</v></row>
- <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>7.5000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>8.5000000000e+01</v></row>
- <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>9.5000000000e+01</v></row>
- <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.0500000000e+02</v></row>
- <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.1500000000e+02</v></row>
- <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.2500000000e+02</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.3500000000e+02</v></row>
- <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.4500000000e+02</v></row>
- <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.5500000000e+02</v></row>
- <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.6500000000e+02</v></row>
- <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.7500000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.8500000000e+02</v></row>
- <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>1.9500000000e+02</v></row>
- <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.0500000000e+02</v></row>
- <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.1500000000e+02</v></row>
- <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.2500000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.3500000000e+02</v></row>
- <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.4500000000e+02</v></row>
- <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.5500000000e+02</v></row>
- <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.6500000000e+02</v></row>
- <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.7500000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.8500000000e+02</v></row>
- <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.9500000000e+02</v></row>
- <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.0500000000e+02</v></row>
- <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.1500000000e+02</v></row>
- <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.2500000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.3500000000e+02</v></row>
- <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.4500000000e+02</v></row>
- <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.5500000000e+02</v></row>
- <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.6500000000e+02</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.7500000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.8500000000e+02</v></row>
- <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>3.9500000000e+02</v></row>
- <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.0500000000e+02</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.1500000000e+02</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.2500000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.4500000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.5500000000e+02</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.6500000000e+02</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.7500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.9500000000e+02</v></row>
+ <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>1.500000000e+01</v></row>
+ <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>2.500000000e+01</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.500000000e+01</v></row>
+ <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>4.500000000e+01</v></row>
+ <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>5.500000000e+01</v></row>
+ <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>6.500000000e+01</v></row>
+ <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>7.500000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>8.500000000e+01</v></row>
+ <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>9.500000000e+01</v></row>
+ <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.050000000e+02</v></row>
+ <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.150000000e+02</v></row>
+ <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.250000000e+02</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.350000000e+02</v></row>
+ <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.450000000e+02</v></row>
+ <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.550000000e+02</v></row>
+ <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.650000000e+02</v></row>
+ <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.750000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.850000000e+02</v></row>
+ <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>1.950000000e+02</v></row>
+ <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.050000000e+02</v></row>
+ <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.150000000e+02</v></row>
+ <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.250000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.350000000e+02</v></row>
+ <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.450000000e+02</v></row>
+ <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.550000000e+02</v></row>
+ <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.650000000e+02</v></row>
+ <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.750000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.850000000e+02</v></row>
+ <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.950000000e+02</v></row>
+ <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.050000000e+02</v></row>
+ <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.150000000e+02</v></row>
+ <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.250000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.350000000e+02</v></row>
+ <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.450000000e+02</v></row>
+ <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.550000000e+02</v></row>
+ <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.650000000e+02</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.750000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.850000000e+02</v></row>
+ <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>3.950000000e+02</v></row>
+ <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.050000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.150000000e+02</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.250000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.450000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.550000000e+02</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.650000000e+02</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.750000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.950000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.6500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.650000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.1500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.6500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.150000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.650000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.4500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.450000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>3.9500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.4500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>3.950000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.450000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.850000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.850000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
</database>
</rra>
</rrd>
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>500</last_ds>
- <value>1.5000000000e+04</value>
+ <value>1.500000000e+04</value>
<unknown_sec> 0 </unknown_sec>
</ds>
</params>
<cdp_prep>
<ds>
- <primary_value>4.9500000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>4.950000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<!-- 2011-03-13 08:05:00 CET / 1299999900 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:06:00 CET / 1299999960 --> <row><v>NaN</v></row>
<!-- 2011-03-13 08:07:00 CET / 1300000020 --> <row><v>NaN</v></row>
- <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>1.5000000000e+01</v></row>
- <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>2.5000000000e+01</v></row>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.5000000000e+01</v></row>
- <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>4.5000000000e+01</v></row>
- <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>5.5000000000e+01</v></row>
- <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>6.5000000000e+01</v></row>
- <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>7.5000000000e+01</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>8.5000000000e+01</v></row>
- <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>9.5000000000e+01</v></row>
- <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.0500000000e+02</v></row>
- <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.1500000000e+02</v></row>
- <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.2500000000e+02</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.3500000000e+02</v></row>
- <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.4500000000e+02</v></row>
- <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.5500000000e+02</v></row>
- <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.6500000000e+02</v></row>
- <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.7500000000e+02</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.8500000000e+02</v></row>
- <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>1.9500000000e+02</v></row>
- <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.0500000000e+02</v></row>
- <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.1500000000e+02</v></row>
- <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.2500000000e+02</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.3500000000e+02</v></row>
- <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.4500000000e+02</v></row>
- <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.5500000000e+02</v></row>
- <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.6500000000e+02</v></row>
- <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.7500000000e+02</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.8500000000e+02</v></row>
- <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.9500000000e+02</v></row>
- <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.0500000000e+02</v></row>
- <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.1500000000e+02</v></row>
- <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.2500000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.3500000000e+02</v></row>
- <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.4500000000e+02</v></row>
- <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.5500000000e+02</v></row>
- <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.6500000000e+02</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.7500000000e+02</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.8500000000e+02</v></row>
- <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>3.9500000000e+02</v></row>
- <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.0500000000e+02</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.1500000000e+02</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.2500000000e+02</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.4500000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.5500000000e+02</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.6500000000e+02</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.7500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.9500000000e+02</v></row>
+ <!-- 2011-03-13 08:08:00 CET / 1300000080 --> <row><v>1.500000000e+01</v></row>
+ <!-- 2011-03-13 08:09:00 CET / 1300000140 --> <row><v>2.500000000e+01</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.500000000e+01</v></row>
+ <!-- 2011-03-13 08:11:00 CET / 1300000260 --> <row><v>4.500000000e+01</v></row>
+ <!-- 2011-03-13 08:12:00 CET / 1300000320 --> <row><v>5.500000000e+01</v></row>
+ <!-- 2011-03-13 08:13:00 CET / 1300000380 --> <row><v>6.500000000e+01</v></row>
+ <!-- 2011-03-13 08:14:00 CET / 1300000440 --> <row><v>7.500000000e+01</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>8.500000000e+01</v></row>
+ <!-- 2011-03-13 08:16:00 CET / 1300000560 --> <row><v>9.500000000e+01</v></row>
+ <!-- 2011-03-13 08:17:00 CET / 1300000620 --> <row><v>1.050000000e+02</v></row>
+ <!-- 2011-03-13 08:18:00 CET / 1300000680 --> <row><v>1.150000000e+02</v></row>
+ <!-- 2011-03-13 08:19:00 CET / 1300000740 --> <row><v>1.250000000e+02</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.350000000e+02</v></row>
+ <!-- 2011-03-13 08:21:00 CET / 1300000860 --> <row><v>1.450000000e+02</v></row>
+ <!-- 2011-03-13 08:22:00 CET / 1300000920 --> <row><v>1.550000000e+02</v></row>
+ <!-- 2011-03-13 08:23:00 CET / 1300000980 --> <row><v>1.650000000e+02</v></row>
+ <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.750000000e+02</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.850000000e+02</v></row>
+ <!-- 2011-03-13 08:26:00 CET / 1300001160 --> <row><v>1.950000000e+02</v></row>
+ <!-- 2011-03-13 08:27:00 CET / 1300001220 --> <row><v>2.050000000e+02</v></row>
+ <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.150000000e+02</v></row>
+ <!-- 2011-03-13 08:29:00 CET / 1300001340 --> <row><v>2.250000000e+02</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.350000000e+02</v></row>
+ <!-- 2011-03-13 08:31:00 CET / 1300001460 --> <row><v>2.450000000e+02</v></row>
+ <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.550000000e+02</v></row>
+ <!-- 2011-03-13 08:33:00 CET / 1300001580 --> <row><v>2.650000000e+02</v></row>
+ <!-- 2011-03-13 08:34:00 CET / 1300001640 --> <row><v>2.750000000e+02</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.850000000e+02</v></row>
+ <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.950000000e+02</v></row>
+ <!-- 2011-03-13 08:37:00 CET / 1300001820 --> <row><v>3.050000000e+02</v></row>
+ <!-- 2011-03-13 08:38:00 CET / 1300001880 --> <row><v>3.150000000e+02</v></row>
+ <!-- 2011-03-13 08:39:00 CET / 1300001940 --> <row><v>3.250000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.350000000e+02</v></row>
+ <!-- 2011-03-13 08:41:00 CET / 1300002060 --> <row><v>3.450000000e+02</v></row>
+ <!-- 2011-03-13 08:42:00 CET / 1300002120 --> <row><v>3.550000000e+02</v></row>
+ <!-- 2011-03-13 08:43:00 CET / 1300002180 --> <row><v>3.650000000e+02</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.750000000e+02</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.850000000e+02</v></row>
+ <!-- 2011-03-13 08:46:00 CET / 1300002360 --> <row><v>3.950000000e+02</v></row>
+ <!-- 2011-03-13 08:47:00 CET / 1300002420 --> <row><v>4.050000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.150000000e+02</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.250000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.450000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.550000000e+02</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.650000000e+02</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.750000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.950000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.6500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.650000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.1500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.6500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.150000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.650000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.4500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.450000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>3.9500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.4500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>3.950000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.450000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.850000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8500000000e+02</primary_value>
- <secondary_value>4.8500000000e+02</secondary_value>
- <value>4.9500000000e+02</value>
+ <primary_value>4.850000000e+02</primary_value>
+ <secondary_value>4.850000000e+02</secondary_value>
+ <value>4.950000000e+02</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.3500000000e+02</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.8500000000e+02</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.350000000e+02</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.850000000e+02</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.8000000000e+02</primary_value>
- <secondary_value>4.9500000000e+02</secondary_value>
- <value>0.0000000000e+00</value>
+ <primary_value>4.800000000e+02</primary_value>
+ <secondary_value>4.950000000e+02</secondary_value>
+ <value>0.000000000e+00</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.2000000000e+02</v></row>
- <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.6000000000e+02</v></row>
- <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.0000000000e+02</v></row>
- <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.4000000000e+02</v></row>
- <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.8000000000e+02</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.2000000000e+02</v></row>
- <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.6000000000e+02</v></row>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.0000000000e+02</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.4000000000e+02</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.8000000000e+02</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.200000000e+02</v></row>
+ <!-- 2011-03-13 08:24:00 CET / 1300001040 --> <row><v>1.600000000e+02</v></row>
+ <!-- 2011-03-13 08:28:00 CET / 1300001280 --> <row><v>2.000000000e+02</v></row>
+ <!-- 2011-03-13 08:32:00 CET / 1300001520 --> <row><v>2.400000000e+02</v></row>
+ <!-- 2011-03-13 08:36:00 CET / 1300001760 --> <row><v>2.800000000e+02</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.200000000e+02</v></row>
+ <!-- 2011-03-13 08:44:00 CET / 1300002240 --> <row><v>3.600000000e+02</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.000000000e+02</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.400000000e+02</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>4.800000000e+02</v></row>
</database>
</rra>
</rrd>
VDEF:o=over,MINIMUM \
PRINT:f:'%lf' \
PRINT:g:'%lf' \
- PRINT:o:'%lf' | $DIFF - $BASEDIR/rpn1.output
+ PRINT:o:'%lf' | $DIFF9 - $BASEDIR/rpn1.output
report "graphv"
echo "OK: ${desc}"
else
echo "FAIL ${desc}:"
- diff -u ${f1} ${f2}
+ $DIFF ${f1} ${f2}
fi
}
cp ${BUILD}org.rrd ${BUILD}a.rrd
$RRDTOOL tune ${BUILD}a.rrd --heartbeat a:90 --minimum b:U
$RRDTOOL tune ${BUILD}a.rrd --heartbeat a:90 --minimum b:-100
-$RRDTOOL dump ${BUILD}a.rrd | $DIFF - ${BASE}a-mod1.dump
+$RRDTOOL dump ${BUILD}a.rrd | $DIFF9 - ${BASE}a-mod1.dump
report "tune heartbeat/minimum"
# NOTE: for rrdcached based tests, we must flush before we can copy...
cp ${BUILD}org.rrd ${BUILD}a.rrd
$RRDTOOL tune ${BUILD}a.rrd --data-source-type a:COUNTER --data-source-rename b:c
-$RRDTOOL dump ${BUILD}a.rrd | $DIFF - ${BASE}a-mod2.dump
+$RRDTOOL dump ${BUILD}a.rrd | $DIFF9 - ${BASE}a-mod2.dump
report "tune dst/ds-name"
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>90</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>510</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
<name> b </name>
<type> COUNTER </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>-1.0000000000e+02</min>
+ <min>-1.000000000e+02</min>
<max>NaN</max>
<!-- PDP Status -->
</params>
<cdp_prep>
<ds>
- <primary_value>5.1000000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>5.100000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<ds>
<primary_value>NaN</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.3000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.5000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.6000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.7000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.8000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.0000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.1000000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.300000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.500000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.600000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.700000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.800000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.000000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.100000000e+02</v><v>NaN</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.7000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>1.0100000000e+03</value>
+ <primary_value>4.700000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>1.010000000e+03</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<ds>
<primary_value>NaN</primary_value>
<secondary_value>NaN</secondary_value>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_datapoints>2</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.0000000000e+01</v><v>NaN</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.0000000000e+01</v><v>NaN</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.7000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.7000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.7000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.7000000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.000000000e+01</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.000000000e+01</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.700000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.700000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.700000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.700000000e+02</v><v>NaN</v></row>
</database>
</rra>
</rrd>
<name> a </name>
<type> COUNTER </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>UNKN</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
<name> c </name>
<type> COUNTER </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
</params>
<cdp_prep>
<ds>
- <primary_value>5.1000000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>5.100000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<ds>
<primary_value>NaN</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.3000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.5000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.6000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.7000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.8000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.0000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.1000000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.300000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.500000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.600000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.700000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.800000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.000000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.100000000e+02</v><v>NaN</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.7000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>1.0100000000e+03</value>
+ <primary_value>4.700000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>1.010000000e+03</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<ds>
<primary_value>NaN</primary_value>
<secondary_value>NaN</secondary_value>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_datapoints>2</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.0000000000e+01</v><v>NaN</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.0000000000e+01</v><v>NaN</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.7000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.7000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.7000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.7000000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.000000000e+01</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.000000000e+01</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.700000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.700000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.700000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.700000000e+02</v><v>NaN</v></row>
</database>
</rra>
</rrd>
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<last_ds>510</last_ds>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_sec> 0 </unknown_sec>
</ds>
<name> b </name>
<type> COUNTER </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
</params>
<cdp_prep>
<ds>
- <primary_value>5.1000000000e+02</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>5.100000000e+02</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<ds>
<primary_value>NaN</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<value>NaN</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.3000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.4000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.5000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.6000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.7000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.8000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.9000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.0000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.1000000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:48:00 CET / 1300002480 --> <row><v>4.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:49:00 CET / 1300002540 --> <row><v>4.300000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.400000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:51:00 CET / 1300002660 --> <row><v>4.500000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:52:00 CET / 1300002720 --> <row><v>4.600000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:53:00 CET / 1300002780 --> <row><v>4.700000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:54:00 CET / 1300002840 --> <row><v>4.800000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.900000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:56:00 CET / 1300002960 --> <row><v>5.000000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:57:00 CET / 1300003020 --> <row><v>5.100000000e+02</v><v>NaN</v></row>
</database>
</rra>
<rra>
</params>
<cdp_prep>
<ds>
- <primary_value>4.7000000000e+02</primary_value>
- <secondary_value>4.9000000000e+02</secondary_value>
- <value>1.0100000000e+03</value>
+ <primary_value>4.700000000e+02</primary_value>
+ <secondary_value>4.900000000e+02</secondary_value>
+ <value>1.010000000e+03</value>
<unknown_datapoints>0</unknown_datapoints>
</ds>
<ds>
<primary_value>NaN</primary_value>
<secondary_value>NaN</secondary_value>
- <value>0.0000000000e+00</value>
+ <value>0.000000000e+00</value>
<unknown_datapoints>2</unknown_datapoints>
</ds>
</cdp_prep>
<database>
- <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.0000000000e+01</v><v>NaN</v></row>
- <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.0000000000e+01</v><v>NaN</v></row>
- <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.7000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.7000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.7000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.2000000000e+02</v><v>NaN</v></row>
- <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.7000000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:10:00 CET / 1300000200 --> <row><v>3.000000000e+01</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:15:00 CET / 1300000500 --> <row><v>7.000000000e+01</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:20:00 CET / 1300000800 --> <row><v>1.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:25:00 CET / 1300001100 --> <row><v>1.700000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:30:00 CET / 1300001400 --> <row><v>2.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:35:00 CET / 1300001700 --> <row><v>2.700000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:40:00 CET / 1300002000 --> <row><v>3.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:45:00 CET / 1300002300 --> <row><v>3.700000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:50:00 CET / 1300002600 --> <row><v>4.200000000e+02</v><v>NaN</v></row>
+ <!-- 2011-03-13 08:55:00 CET / 1300002900 --> <row><v>4.700000000e+02</v><v>NaN</v></row>
</database>
</rra>
</rrd>
BASE=$BASEDIR/tune2-test
BUILD=$BUILDDIR/tune2-test
-DIFF='diff -u -I .*<seasonal_smooth_idx>.*'
+xDIFF9="${DIFF9} -I .*<seasonal_smooth_idx>.*"
$RRDTOOL create ${BUILD}org.rrd --start 1300000000 --step 60 DS:a:GAUGE:120:0:U DS:b:COUNTER:120:0:U RRA:HWPREDICT:288:0.9:0.8:144
-$RRDTOOL dump ${BUILD}org.rrd | $DIFF - ${BASE}org.dump
+$RRDTOOL dump ${BUILD}org.rrd | $xDIFF9 - ${BASE}org.dump
report create
is_cached && ( $RRDTOOL flushcached ${BUILD}org.rrd || fail flushcached )
# this must fail
! $RRDTOOL tune ${BUILD}a.rrd --beta 1.4 2>/dev/null
report "out of range beta error"
-$RRDTOOL dump ${BUILD}a.rrd | $DIFF - ${BASE}org.dump
+$RRDTOOL dump ${BUILD}a.rrd | $xDIFF9 - ${BASE}org.dump
report "RRD unchanged"
$RRDTOOL tune ${BUILD}a.rrd --beta 0.4
-$RRDTOOL dump ${BUILD}a.rrd | $DIFF - ${BASE}a-mod1.dump
+$RRDTOOL dump ${BUILD}a.rrd | $xDIFF9 - ${BASE}a-mod1.dump
report "tune beta"
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<name> b </name>
<type> COUNTER </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
</params>
<cdp_prep>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<intercept>NaN</intercept>
<last_intercept>NaN</last_intercept>
<slope>NaN</slope>
<last_nan_count>1</last_nan_count>
</ds>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<intercept>NaN</intercept>
<last_intercept>NaN</last_intercept>
<slope>NaN</slope>
</params>
<cdp_prep>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<seasonal>NaN</seasonal>
<last_seasonal>NaN</last_seasonal>
<init_flag>1</init_flag>
</ds>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<seasonal>NaN</seasonal>
<last_seasonal>NaN</last_seasonal>
<init_flag>1</init_flag>
</params>
<cdp_prep>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<seasonal>NaN</seasonal>
<last_seasonal>NaN</last_seasonal>
<init_flag>1</init_flag>
</ds>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<seasonal>NaN</seasonal>
<last_seasonal>NaN</last_seasonal>
<init_flag>1</init_flag>
</params>
<cdp_prep>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
</ds>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
</ds>
</cdp_prep>
<database>
<pdp_per_row>1</pdp_per_row> <!-- 60 seconds -->
<params>
- <delta_pos>2.0000000000e+00</delta_pos>
- <delta_neg>2.0000000000e+00</delta_neg>
+ <delta_pos>2.000000000e+00</delta_pos>
+ <delta_neg>2.000000000e+00</delta_neg>
<window_len>9</window_len>
<failure_threshold>7</failure_threshold>
<dependent_rra_idx>2</dependent_rra_idx>
</params>
<cdp_prep>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<history>000000000</history>
</ds>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<history>000000000</history>
</ds>
</cdp_prep>
<name> a </name>
<type> GAUGE </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
<name> b </name>
<type> COUNTER </type>
<minimal_heartbeat>120</minimal_heartbeat>
- <min>0.0000000000e+00</min>
+ <min>0.000000000e+00</min>
<max>NaN</max>
<!-- PDP Status -->
</params>
<cdp_prep>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<intercept>NaN</intercept>
<last_intercept>NaN</last_intercept>
<slope>NaN</slope>
<last_nan_count>1</last_nan_count>
</ds>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<intercept>NaN</intercept>
<last_intercept>NaN</last_intercept>
<slope>NaN</slope>
</params>
<cdp_prep>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<seasonal>NaN</seasonal>
<last_seasonal>NaN</last_seasonal>
<init_flag>1</init_flag>
</ds>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<seasonal>NaN</seasonal>
<last_seasonal>NaN</last_seasonal>
<init_flag>1</init_flag>
</params>
<cdp_prep>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<seasonal>NaN</seasonal>
<last_seasonal>NaN</last_seasonal>
<init_flag>1</init_flag>
</ds>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<seasonal>NaN</seasonal>
<last_seasonal>NaN</last_seasonal>
<init_flag>1</init_flag>
</params>
<cdp_prep>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
</ds>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
</ds>
</cdp_prep>
<database>
<pdp_per_row>1</pdp_per_row> <!-- 60 seconds -->
<params>
- <delta_pos>2.0000000000e+00</delta_pos>
- <delta_neg>2.0000000000e+00</delta_neg>
+ <delta_pos>2.000000000e+00</delta_pos>
+ <delta_neg>2.000000000e+00</delta_neg>
<window_len>9</window_len>
<failure_threshold>7</failure_threshold>
<dependent_rra_idx>2</dependent_rra_idx>
</params>
<cdp_prep>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<history>000000000</history>
</ds>
<ds>
- <primary_value>0.0000000000e+00</primary_value>
- <secondary_value>0.0000000000e+00</secondary_value>
+ <primary_value>0.000000000e+00</primary_value>
+ <secondary_value>0.000000000e+00</secondary_value>
<history>000000000</history>
</ds>
</cdp_prep>
testname="$1"
xpected="$2"
shift 2 || exit 1
- diff -u <(echo -e "$xpected") <($RRDTOOL "$@")
+ $DIFF <(echo -e "$xpected") <($RRDTOOL "$@")
report "$testname"
#&& echo "OK: $testname" || echo "FAIL: $testname"
}