summaryrefslogtreecommitdiffstats
path: root/tests/diskqueue.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-05-19 11:03:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-05-19 11:03:09 +0200
commita4dad2009992d436ba23c2d0a4a43b483aac40fc (patch)
tree4971015a6e9d5cb45ae0742d6bd6c788bdc2985f /tests/diskqueue.sh
parentcb0fa751b7e18ffe71aec84bccfeaf04fca7ff13 (diff)
downloadrsyslog-a4dad2009992d436ba23c2d0a4a43b483aac40fc.tar.gz
rsyslog-a4dad2009992d436ba23c2d0a4a43b483aac40fc.tar.bz2
rsyslog-a4dad2009992d436ba23c2d0a4a43b483aac40fc.zip
queue size calculation now based on logical/physical dequeue
... needed to split the old single counter into two. I wouldn't bet that I made some mistakes while doing so, but at least some ad-hoc tests plus the testbench do no longer indicate errors.
Diffstat (limited to 'tests/diskqueue.sh')
-rwxr-xr-xtests/diskqueue.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/diskqueue.sh b/tests/diskqueue.sh
index 5ff9ced0..efa6728b 100755
--- a/tests/diskqueue.sh
+++ b/tests/diskqueue.sh
@@ -7,6 +7,7 @@
echo testing queue disk-only mode
rm -rf test-spool
mkdir test-spool
+# enable this, if you need debug output: export RSYSLOG_DEBUG="debug"
rm -f work rsyslog.out.log rsyslog.out.log.save # work files
../tools/rsyslogd -c4 -u2 -n -irsyslog.pid -M../runtime/.libs:../.libs -f$srcdir/testsuites/diskqueue.conf &
sleep 1