Code

ca1a71a746ad20c60ea5112185c1b82799eb6269
[rrdtool-all.git] / talks / fisl12 / ex / graph.sh
1 #!/bin/sh
2 rrdtool graphv first.png \
3    --title="FISL12 RRDtool Demo" \
4    --start=1199999000 --end=1200001300 \
5    --lower-limit=0 \
6    DEF:t=first.rrd:temperature:AVERAGE \
7    'AREA:t#880011:Temperature'