diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-01-31 09:14:06 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-01-31 09:14:06 +0100 |
commit | 298c3fa835ed5ad241246fe90c6039fc7781625c (patch) | |
tree | 8b7a0404eb83f6c0ec514b11372cc61820f7173b /doc | |
parent | 48b6f191fea317fd2bb031769a574c47accd2923 (diff) | |
download | rsyslog-298c3fa835ed5ad241246fe90c6039fc7781625c.tar.gz rsyslog-298c3fa835ed5ad241246fe90c6039fc7781625c.tar.xz rsyslog-298c3fa835ed5ad241246fe90c6039fc7781625c.zip |
cleanup of imptcp; doc added; config statement for workers added
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imptcp.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/imptcp.html b/doc/imptcp.html index d4228185..c7a0e599 100644 --- a/doc/imptcp.html +++ b/doc/imptcp.html @@ -53,6 +53,11 @@ name is not strictly necessary, but can be useful to apply filtering based on wh the message was received from. <li>$InputPTCPServerBindRuleset <name><br> Binds specified ruleset to next server defined. +<li>$InputPTCPHelperThreads <number><br> +Number of helper worker threads to process incoming messages. These +threads are utilized to pull data off the network. On a busy system, additional +helper threads (but not more than there are CPUs/Cores) can help improving +performance. The default value is two. <li>$InputPTCPServerListenIP <name><br> On multi-homed machines, specifies to which local address the next listerner should be bound. |