alisle / elleLog

MultiThreaded Syslog Server with Elastic Search Support written in Go
3 stars 3 forks source link

Figure out why the UDP is capping at 30,000 #5

Closed alisle closed 11 years ago

alisle commented 11 years ago

Currently we're tapping out around 30,000 EPS, however this isn't because of the event processing, the problem is reading the udp packets. Packets are getting dropped, but looking at the /proc/net we don't seem to be filling up the udp buffers.

Need to investigate this more thoroughly.

alisle commented 11 years ago

Problem found with the MrLogs, we've spread the EPS over the full second fixed this.