diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-20 10:57:53 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-20 10:57:53 +0200 |
commit | b57911b01893efabef8ad834dd67b1ea3ce9d4be (patch) | |
tree | 870db2f2ec2798db564f148b86890d092b82246d | |
parent | 150b1a1acfb0adaceae4ea44c867787b75c1b8e1 (diff) | |
download | rsyslog-b57911b01893efabef8ad834dd67b1ea3ce9d4be.tar.gz rsyslog-b57911b01893efabef8ad834dd67b1ea3ce9d4be.tar.bz2 rsyslog-b57911b01893efabef8ad834dd67b1ea3ce9d4be.zip |
imptcp: improve doc
-rw-r--r-- | doc/imptcp.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/imptcp.html b/doc/imptcp.html index 133183f2..aece428d 100644 --- a/doc/imptcp.html +++ b/doc/imptcp.html @@ -31,7 +31,10 @@ globaly to all inputs defined by the module. 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. +performance. The default value is two, which means there +is a default thread count of three (the main input thread plus two +helpers). +No more than 16 threads can be set (if tried to, rsyslog always resorts to 16). </ul> <p><b>Input Parameters</b>:</p> <p>These parameters can be used with the "input()" statement. They apply to the @@ -136,10 +139,7 @@ Equivalent to: Name </li> <li>$InputPTCPServerBindRuleset <name><br> Equivalent to: Ruleset </li> <li>$InputPTCPServerHelperThreads <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. +Equivalent to: threads </li> <li>$InputPTCPServerListenIP <name><br> Equivalent to: Address </li> </ul> @@ -159,7 +159,7 @@ $InputPTCPServerRun 514 <p><font size="2">This documentation is part of the <a href="http://www.rsyslog.com/">rsyslog</a> project.<br> -Copyright © 2010-2012 by <a href="http://www.gerhards.net/rainer">Rainer +Copyright © 2010-2013 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and <a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL version 3 or higher.</font></p> |