diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-24 14:26:42 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-24 14:26:42 +0100 |
commit | e3fe78175fd25c2dd50c559c9436f706e0436a9c (patch) | |
tree | f1c0ba0e18ef736582a590bf8005ddb5f4d79e51 /doc | |
parent | 3983be135c14d355c36ee3d69424f03c73fc6a13 (diff) | |
download | dabmux-e3fe78175fd25c2dd50c559c9436f706e0436a9c.tar.gz dabmux-e3fe78175fd25c2dd50c559c9436f706e0436a9c.tar.bz2 dabmux-e3fe78175fd25c2dd50c559c9436f706e0436a9c.zip |
change telnet rc config, add example to doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.mux | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/example.mux b/doc/example.mux index ac6842e..eed3c11 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -32,6 +32,23 @@ general { ; Enable timestamp definition necessary for SFN ; This also enables time encoding using the MNSC. tist false + + ; The statsserver is a simple TCP server that can present + ; statistics data (buffers, overruns, underruns, etc) + ; which can then be graphed a tool like Munin + ; The doc/stats_dabmux_multi.py tool is a suitable + ; plugin for that. + ; If the port is zero, or the line commented, the server + ; is not started. + statsserverport 12720 +} + +remotecontrol { + ; enable the telnet remote control server on the given port + ; This server allows you to read and define parameters that + ; some features export + ; Set the port to 0 to disable the server + telnetport 12721 } ; Some ensemble parameters |