[rsyslog-notify] Forum Thread: Re: Dequeue Perfomance - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Tue May 5 01:02:44 CEST 2015
User: kamermans
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25484#p25484
Message:
----------
I'll bump the worker threads down to 1. I did notice that the queue didn't
remain above 0 very long today, fluttering between 0 and 60k here and there
during the peak (about 3500/sec for ~5 hours today), so although it's not
very good evidence without a pattern, it did seem to be noticeably better
at clearing the queue, even with traffic 30% higher than the day of the
last failure.
Here's my rsyslog.conf:
[code:1oj0d09p]
# Stats logging must be first!
module( load="impstats"
interval="300"
severity="7"
log.syslog="off"
log.file="/var/log/rsyslog-stats.log")
# End stats logging
# Can't figure out how to set these in RainerScript format
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
$RepeatedMsgReduction off
$FileOwner syslog
$FileGroup adm
$FileCreateMode 0640
$DirCreateMode 0755
$Umask 0022
$PrivDropToUser syslog
$PrivDropToGroup syslog
$WorkDirectory /var/spool/rsyslog
# Super-verbose, be careful!
# $DebugFile /var/log/rsyslog-debug.log
# $DebugLevel 2
module( load="imklog"
permitNonKernelFacility="on"
)
module( load="imuxsock")
module( load="imudp"
threads="2"
timeRequery="8"
batchSize="256"
)
#module( load="imrelp" )
module( load="omrelp" )
input( type="imuxsock"
socket="/dev/log"
)
###############################
### Load other config files ###
###############################
$IncludeConfig /etc/rsyslog.d/*.conf
[/code:1oj0d09p]
So no, I do not have a [b:1oj0d09p]main_queue()[/b:1oj0d09p] section, but I
was wondering how to set the queue params for the main queue, so perhaps
you can point me in the right direction.
More information about the rsyslog-notify
mailing list