2013/2/5 David Lang <[email protected]> > It will send them all as rapidly as it can, if it does do multiple > batches, the gap between batches will be so small you don't notice it. > > And in case you want to do some performance optimization, you have to look at how queues work: http://www.rsyslog.com/doc/queues.html
And there are some configuration directives where you can change the settings. Here's a good starting point, but it depends on the version of rsyslog you're in: http://www.rsyslog.com/doc/rsyslog_conf_global.html In a nutshell, if you want best performance, you have to set good queue sizes (so you have enough messages in memory to sustain the rate), then you have to test various "dequeue batch sizes" to find the optimal batch size for your use case. Best regards, Radu > > David Lang > > On Tue, 5 Feb 2013, Abdulnasir Shash wrote: > > Let say I have 568 new entries written to a log file that I need to send >> to a remote server. Is rsyslog going to send all 568 entries at one time or >> send 100 entries first (as an example) and the next batch of log >> entries next., etc. >> >> >> >> ______________________________**__ >>> From: David Lang <[email protected]> >>> To: Abdulnasir Shash <[email protected]>; rsyslog-users < >>> [email protected]> Sent: Tuesday, February 5, 2013 2:39 PM >>> Subject: Re: [rsyslog] Number of Log Message entries >>> >>> please restate your question, I don't understand what you are asking. >>> >>> David Lang >>> >>> On Tue, 5 Feb 2013, Abdulnasir Shash wrote: >>> >>> Date: Tue, 5 Feb 2013 08:13:41 -0800 (PST) >>>> From: Abdulnasir Shash <[email protected]> >>>> To: "[email protected]" <[email protected]> >>>> Subject: [rsyslog] Number of Log Message entries >>>> >>>> all; >>>> >>>> At anygiven time how many log messages entries ryslog send to remote >>>> server ? >>>> >>>> Shash >>>> ______________________________**_________________ >>>> rsyslog mailing list >>>> http://lists.adiscon.net/**mailman/listinfo/rsyslog<http://lists.adiscon.net/mailman/listinfo/rsyslog> >>>> http://www.rsyslog.com/**professional-services/<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. >>>> >>>> >>> > _______________________________________________ > 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. > _______________________________________________ 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.

