Last change
on this file since c22952c was c22952c, checked in by Norbert Wigbels <njw@…>, 9 years ago |
Stromzaehler
|
-
Property mode
set to
100644
|
File size:
273 bytes
|
Rev | Line | |
---|
[c22952c] | 1 | rrdtool create power.rrd --step 60 --no-overwrite \
|
---|
| 2 | DS:counter:GAUGE:86400:0:1000000 \
|
---|
| 3 | DS:consum:ABSOLUTE:86400:0:1000000 \
|
---|
| 4 | RRA:LAST:0.5:1:4320 \
|
---|
| 5 | RRA:AVERAGE:0.5:1:4320 \
|
---|
| 6 | RRA:LAST:0.5:1440:30 \
|
---|
| 7 | RRA:AVERAGE:0.5:1440:30 \
|
---|
| 8 | RRA:LAST:0.5:10080:520 \
|
---|
| 9 | RRA:AVERAGE:0.5:10080:520
|
---|
| 10 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.