From 150b1a1acfb0adaceae4ea44c867787b75c1b8e1 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 20 Jun 2013 10:55:44 +0200 Subject: doc bugfix: invalid parameter name --- doc/imptcp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/imptcp.html b/doc/imptcp.html index b5bd0970..133183f2 100644 --- a/doc/imptcp.html +++ b/doc/imptcp.html @@ -135,7 +135,7 @@ Equivalent to: Port Equivalent to: Name
  • $InputPTCPServerBindRuleset <name>
    Equivalent to: Ruleset
  • -
  • $InputPTCPHelperThreads <number>
    +
  • $InputPTCPServerHelperThreads <number>
    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 -- cgit v1.2.3 From b57911b01893efabef8ad834dd67b1ea3ce9d4be Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 20 Jun 2013 10:57:53 +0200 Subject: imptcp: improve doc --- doc/imptcp.html | 12 ++++++------ 1 file 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).

    Input Parameters:

    These parameters can be used with the "input()" statement. They apply to the @@ -136,10 +139,7 @@ Equivalent to: Name

  • $InputPTCPServerBindRuleset <name>
    Equivalent to: Ruleset
  • $InputPTCPServerHelperThreads <number>
    -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
  • $InputPTCPServerListenIP <name>
    Equivalent to: Address
  • @@ -159,7 +159,7 @@ $InputPTCPServerRun 514

    This documentation is part of the rsyslog project.
    -Copyright © 2010-2012 by Rainer +Copyright © 2010-2013 by Rainer Gerhards and Adiscon. Released under the GNU GPL version 3 or higher.

    -- cgit v1.2.3