On Thu, 21 Jul 2016, Randall Diffenderfer wrote:

in particular, i'd like to know what might be the best way to figure out the main Q's maxsize?

in my current setup, the main Q maximum size seems to be 100,000 without any other configuration. that is odd because the "/sbin/rsyslogd –N2 –debug" seems to set it to 10000.

what is a good way to know what the main Q queue.size actually is for a given running rsyslogd? (without parsing config files and drawing negative inferences if nothing configuring the size is found...)

debug logs are the only way to tell.

I believe the default for the main queue is 100K while the default for an action queue is 10K

this can be set in the new syntax with something like:

main_queue(
  queue.size = "50000"
  queue.dequeuebatchsize = "1000"
  queue.workerthreads = "4"
)

David Lang
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to