David Lang
David Lang
multiple threads should only be enabled after you see a thread hitting the cpu limit, otherwise you can end up with rsyslog thrashing the locks for the queues. putting a...
try increasing the dequeue batch size (set it to a few hundred to a few thousand) and see if that increases the insert rate. Unfortunantly I'm not that familiar with...
version 8.24 is ancient (5+ years old) with some backports by RedHat. Please either contact them for support or upgrade to the latest community supported version 8.2204 (2022 April) There...
the latest version shipped by RedHat and suppored by RedHat is a patched version of what the community shipped over 5 years ago. RedHat doesn't work with us to decide...
in general the number of queues needs to be kept small, only increasing when you see a thread hitting 100%. Otherwise you end up with the different threads fighting each...
On Thu, 12 May 2022, Patryk wrote: >> in general the number of queues needs to be kept small, only increasing when you > see a thread hitting 100%. Otherwise...
sorry, queue size of 1900000 almost being the minimum how frequently are you dumping out the pstats data? pstats doesn't show that it's discarding anything, and it never showed the...
On Thu, 12 May 2022, Patryk wrote: >> What is bothering me is why you don't seem to drop below > 90000 messages in the queue. > > I suppose...
one thing I just noticed in that your omfile is writing to a dynamic filename. check the pstats data for that and see if it's reporting a large number of...
so look for dynafile lines in the pstats output (ideally post 1-2 cycles of full output) I'll bet that you have a very high number of cache miss items when...