summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-01-31 09:14:06 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-01-31 09:14:06 +0100
commit298c3fa835ed5ad241246fe90c6039fc7781625c (patch)
tree8b7a0404eb83f6c0ec514b11372cc61820f7173b /doc
parent48b6f191fea317fd2bb031769a574c47accd2923 (diff)
downloadrsyslog-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.html5
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 &lt;name&gt;<br>
Binds specified ruleset to next server defined.
+<li>$InputPTCPHelperThreads &lt;number&gt;<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 &lt;name&gt;<br>
On multi-homed machines, specifies to which local address the next listerner should
be bound.