diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-08-11 12:49:16 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-08-11 12:49:16 +0200 |
commit | a77a99bfbf8505d05b08a981ab25d599af864ce5 (patch) | |
tree | 2445512303106459f455d359114c71c46ef87353 /tests/imtcp_conndrop.sh | |
parent | d3fe3b28aca6ffd616f55929af9f459585739a06 (diff) | |
parent | 32e715929f5d946d7244db3bc0595842dd293dd9 (diff) | |
download | rsyslog-a77a99bfbf8505d05b08a981ab25d599af864ce5.tar.gz rsyslog-a77a99bfbf8505d05b08a981ab25d599af864ce5.tar.bz2 rsyslog-a77a99bfbf8505d05b08a981ab25d599af864ce5.zip |
Merge branch 'v4-devel' into master
Conflicts:
Makefile.am
tests/tcpflood.c
Diffstat (limited to 'tests/imtcp_conndrop.sh')
-rwxr-xr-x | tests/imtcp_conndrop.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/imtcp_conndrop.sh b/tests/imtcp_conndrop.sh new file mode 100755 index 00000000..2caa0ce2 --- /dev/null +++ b/tests/imtcp_conndrop.sh @@ -0,0 +1,16 @@ +# Test imtcp with many dropping connections +# added 2010-08-10 by Rgerhards +# +# This file is part of the rsyslog project, released under GPLv3 +echo ==================================================================================== +echo TEST: \[imtcp_conndrop.sh\]: test imtcp with random connection drops +cat rsyslog.action.1.include +source $srcdir/diag.sh init +source $srcdir/diag.sh startup imptcp_large.conf +# 100 byte messages to gain more practical data use +source $srcdir/diag.sh tcpflood -c20 -m50000 -r -d100 -P129 -D +sleep 4 # due to large messages, we need this time for the tcp receiver to settle... +source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages +source $srcdir/diag.sh wait-shutdown # and wait for it to terminate +source $srcdir/diag.sh seq-check 0 49999 -E +source $srcdir/diag.sh exit |