git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4063d63
)
Fix bash syntax in rrd doc.
author
Antoine Cellerier
<dionoea@videolan.org>
Tue, 20 May 2008 08:22:52 +0000
(10:22 +0200)
committer
Antoine Cellerier
<dionoea@videolan.org>
Tue, 20 May 2008 08:23:05 +0000
(10:23 +0200)
doc/rrd-howto.txt
patch
|
blob
|
history
diff --git
a/doc/rrd-howto.txt
b/doc/rrd-howto.txt
index
0013329
..
007005b
100644
(file)
--- a/
doc/rrd-howto.txt
+++ b/
doc/rrd-howto.txt
@@
-5,7
+5,7
@@
touch rrd
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
-tail -f rrd |while read in;do
;
echo $in;rrdtool update vlc.rrd `echo $in`;done
+tail -f rrd |while read in;do
echo $in;rrdtool update vlc.rrd `echo $in`;done
# Start vlc
vlc normal_vlc_stuff --extraintf logger --rrd-file rrd