diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-22 14:38:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-22 14:38:52 +0200 |
commit | 2c9ca3fc9a883e9ea0d52a7781c683a8c9c82876 (patch) | |
tree | 8a07837cb932a95b7cf6839b4a80c130c84ac72d /tests | |
parent | 73e4b2edc8c4bea373c796c7146d9fb78c48b185 (diff) | |
download | rsyslog-2c9ca3fc9a883e9ea0d52a7781c683a8c9c82876.tar.gz rsyslog-2c9ca3fc9a883e9ea0d52a7781c683a8c9c82876.tar.xz rsyslog-2c9ca3fc9a883e9ea0d52a7781c683a8c9c82876.zip |
yet another forgotten testbench file
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testsuites/manyptcp.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/testsuites/manyptcp.conf b/tests/testsuites/manyptcp.conf new file mode 100644 index 00000000..4069f977 --- /dev/null +++ b/tests/testsuites/manyptcp.conf @@ -0,0 +1,12 @@ +# Test for tcp "flood" testing +# rgerhards, 2009-04-08 +$IncludeConfig diag-common.conf + +$ModLoad ../plugins/imptcp/.libs/imptcp +$MainMsgQueueTimeoutShutdown 10000 +$MaxOpenFiles 2000 +$InputPTCPServerRun 13514 + +$template outfmt,"%msg:F,58:2%\n" +$template dynfile,"rsyslog.out.log" # trick to use relative path names! +:msg, contains, "msgnum:" ?dynfile;outfmt |