Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/test/create.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/create.sh')
-rwxr-xr-xtest/create.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/create.sh b/test/create.sh
new file mode 100755
index 0000000..358d6c0
--- /dev/null
+++ b/test/create.sh
@@ -0,0 +1,5 @@
+rrdtool create test.rrd \
+ --start 920804400 \
+ --step 1 \
+ DS:speed:COUNTER:2:U:U \
+ RRA:AVERAGE:0.5:1:10