]> git.sesse.net Git - vlc/blobdiff - doc/rrd-howto.txt
fortunes are now UTF-8 encoded thanks to Mr_Mirsal
[vlc] / doc / rrd-howto.txt
index b8c3cc809ff31e6a0f17dc1874ffa742e64cc72d..0013329b0f7302fb898e44eb88ec9ad37975ac8e 100644 (file)
@@ -1,5 +1,7 @@
+# Create the exchange file
+touch rrd
 
-# First, create the RRD file
+# Create the RRD file
 rrdtool create vlc.rrd --step 1 "DS:in:GAUGE:10:0:30000" "DS:demux:GAUGE:10:0:30000" "DS:out:GAUGE:10:0:30000" "RRA:AVERAGE:0,5:1:86400"
 
 # Start "listening" the RRD file