Code

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