[rsyslog-notify] Forum Thread: Re: Dequeue Perfomance - (Mode 'reply')

noreply at adiscon.com noreply at adiscon.com
Wed May 6 05:59:12 CEST 2015


User: dlang 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25499#p25499

Message: 
----------
main queue settings are documented at <!-- m --><a class="postlink"
href="http://www.rsyslog.com/doc/v8-stable/rainerscript/queue_parameters.html">http://www.rsyslog.com/doc/v8-stable/ra
... eters.html</a><!-- m -->

they are the same as for any other queue, just put inside main_queue()
instead of action() or ruleset()

given that all your traffic goes to a different queue, I would consider
adding queue.dequeueslowdown as some smallish value just so the worker
isn't in a tight loop locking the main queue. I'd try 500us as a starting
point. that will limit your throughput to < 2000batches/sec * 128
messages/batch or probably somewhere around 200K messages/sec (high enough
relative to your other numbers that it shouldn't be the limiting factor)


More information about the rsyslog-notify mailing list