summaryrefslogtreecommitdiff
path: root/examples/RRD/draw_graph_from_rrd
diff options
context:
space:
mode:
authorDonghoon Shin <dhs.shin@samsung.com>2016-09-19 17:36:01 +0900
committerDonghoon Shin <dhs.shin@samsung.com>2016-09-19 17:36:01 +0900
commite8acd13cc87ea038ecd6103e4088ce3cf5d501d7 (patch)
tree4c7c8cc683a297463996aa286f2f7758e8691b8f /examples/RRD/draw_graph_from_rrd
parentb95c2492274542bc4718a863f5d88f37a0a788ab (diff)
downloadclewarecontrol-release-20160930.tar.gz
clewarecontrol-release-20160930.tar.bz2
clewarecontrol-release-20160930.zip
Change-Id: I59bac2188ffbfe5a2ad2d9dcb33847aabfaffe44
Diffstat (limited to 'examples/RRD/draw_graph_from_rrd')
-rwxr-xr-xexamples/RRD/draw_graph_from_rrd5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/RRD/draw_graph_from_rrd b/examples/RRD/draw_graph_from_rrd
new file mode 100755
index 0000000..64cba57
--- /dev/null
+++ b/examples/RRD/draw_graph_from_rrd
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+rrdtool graph graph.png -a PNG \
+ DEF:temp=cleware_data.rrd:temperature:AVERAGE \
+ LINE1:temp#FF0000:"temperatures"