summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-10-07 13:53:07 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-10-07 13:53:07 +0200
commite6b184ad84e055c7272c41706c2fd8f86f6ac056 (patch)
tree7c0b66f75c89ba879b7af3287066236b09a75f13 /doc
parentd51d6847a84eeec573ce2dd4feeee991d3eb0bcc (diff)
downloadrsyslog-e6b184ad84e055c7272c41706c2fd8f86f6ac056.tar.gz
rsyslog-e6b184ad84e055c7272c41706c2fd8f86f6ac056.tar.xz
rsyslog-e6b184ad84e055c7272c41706c2fd8f86f6ac056.zip
doc: documented way to turn off imuxsock ratelimiting
Diffstat (limited to 'doc')
-rw-r--r--doc/imuxsock.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/imuxsock.html b/doc/imuxsock.html
index 1ab99a76..4dd28f26 100644
--- a/doc/imuxsock.html
+++ b/doc/imuxsock.html
@@ -39,6 +39,7 @@ config statements just use
the prefix $IMUXSockRateLimit... but otherwise works exactly the same.
When working with severities, please keep in mind that higher severity numbers mean lower
severity and configure things accordingly.
+To turn off rate limiting, set the interval to zero.
<p><b>Unix log sockets can be flow-controlled.</b> That is, if processing queues fill up,
the unix socket reader is blocked for a short while. This may be useful to prevent overruning
the queues (which may cause exessive disk-io where it actually would not be needed). However,
@@ -55,7 +56,7 @@ the implications. Note that for many systems, turning on flow control does not h
<li><b>$InputUnixListenSocketFlowControl</b> [on/<b>off</b>] - specifies if flow control should be applied
to the next socket.</li>
<li><b>$IMUXSockRateLimitInterval</b> [number] - specifies the rate-limiting
-interval in seconds. Default value is 5 seconds.
+interval in seconds. Default value is 5 seconds. Set it to 0 to turn rate limiting off.
</li>
<li><b>$IMUXSockRateLimitBurst</b> [number] - specifies the rate-limiting
burst in number of messages. Default is 200.
@@ -78,7 +79,7 @@ be obtained from the log socket itself. If so, the TAG part of the message is re
It is recommended to turn this option on, but the default is "off" to keep compatible
with earlier versions of rsyslog. This option was introduced in 5.7.0.</li>
<li><b>$SystemLogRateLimitInterval</b> [number] - specifies the rate-limiting
-interval in seconds. Default value is 5 seconds.
+interval in seconds. Default value is 5 seconds. Set it to 0 to turn rate limiting off.
</li>
<li><b>$SystemLogRateLimitBurst</b> [number] - specifies the rate-limiting
burst in number of messages. Default is 200.