Changeset 20d3261
- Timestamp:
- 01/05/2016 03:48:31 PM (9 years ago)
- Branches:
- master
- Children:
- e397ced
- Parents:
- 6644364
- Location:
- de.wigbels.ruby/hothotread
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
de.wigbels.ruby/hothotread/draw_graphs.sh
r6644364 r20d3261 13 13 14 14 15 rrdtool graph web/consum_10minutes.png -s 'now -10 minutes' -e 'now' -Y -A DEF:consum=power.rrd:consum:AVERAGE LINE2:consum#00FF00:"Verbrauch [W]" 16 rrdtool graph web/consum_30minutes.png -s 'now -30 minutes' -e 'now' -Y -A DEF:consum=power.rrd:consum:AVERAGE LINE2:consum#00FF00:"Verbrauch [W]" 17 rrdtool graph web/consum_1hour.png -s 'now -1 hour' -e 'now' -Y -A DEF:consum=power.rrd:consum:AVERAGE LINE2:consum#00FF00:"Verbrauch[W]" 15 18 rrdtool graph web/consum_3hour.png -s 'now -3 hour' -e 'now' -Y -A DEF:consum=power.rrd:consum:AVERAGE LINE2:consum#00FF00:"Verbrauch [W]" 16 19 rrdtool graph web/consum_6hour.png -s 'now -6 hour' -e 'now' -Y -A DEF:consum=power.rrd:consum:AVERAGE LINE2:consum#00FF00:"Verbrauch [W]" -
de.wigbels.ruby/hothotread/web/index.html
r6644364 r20d3261 18 18 19 19 <h2>Strom</h2> 20 <img src="consum_10minutes.png"> 21 <img src="consum_30minutes.png"> 22 <img src="consum_1hour.png"> 20 23 <img src="consum_3hour.png"> 21 24 <img src="consum_6hour.png">
Note:
See TracChangeset
for help on using the changeset viewer.