alisle / elleLog

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

Get MrLogs to smooth eps over a specified interval to get natural eps rates #13

Open decay opened 11 years ago

decay commented 11 years ago

MrLogs.py sends a specified amount of logs each second, however that rate is not a constant stream.

MrLogs.py or a successor should be able to spread events over the second evenly.

(e.g. 3 eps means 1 event at 0ms, 1 at 500ms, 1 at 1000ms) etc.