slitaz-forge diff tank/web/lib/makegraphs @ rev 339

makegraphs: cpu temperature range is 0..100 C
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 22 10:43:15 2012 +0100 (2012-11-22)
parents d2d8931bb183
children 3d98f09d077b
line diff
     1.1 --- a/tank/web/lib/makegraphs	Sat Sep 29 11:26:56 2012 +0200
     1.2 +++ b/tank/web/lib/makegraphs	Thu Nov 22 10:43:15 2012 +0100
     1.3 @@ -23,7 +23,7 @@
     1.4  			DS:iowait:COUNTER:600:0:500000000 \
     1.5  			DS:irq:COUNTER:600:0:500000000 \
     1.6  			DS:softirq:COUNTER:600:0:500000000 \
     1.7 -			DS:celsius:GAUGE:600:0:50000 \
     1.8 +			DS:celsius:GAUGE:600:0:100000 \
     1.9  			RRA:AVERAGE:0.5:1:576  RRA:AVERAGE:0.5:6:672 \
    1.10  			RRA:AVERAGE:0.5:24:732 RRA:AVERAGE:0.5:144:1460
    1.11  	grep '^cpu' /proc/stat | while read cpu user nice system idle iowait irq softirq misc; do