mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 04:30:43 +01:00
13 lines
547 B
Bash
Executable File
13 lines
547 B
Bash
Executable File
# This file is part of the rsyslog project, released under ASL 2.0
|
|
# rgerhards, 2013-11-22
|
|
echo ===============================================================================
|
|
echo \[mmpstrucdata.sh\]: testing mmpstrucdata
|
|
source $srcdir/diag.sh init
|
|
source $srcdir/diag.sh startup mmpstrucdata.conf
|
|
sleep 1
|
|
source $srcdir/diag.sh tcpflood -m100 -y
|
|
source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
|
|
source $srcdir/diag.sh wait-shutdown
|
|
source $srcdir/diag.sh seq-check 0 99
|
|
source $srcdir/diag.sh exit
|