intelmq icon indicating copy to clipboard operation
intelmq copied to clipboard

ENH: idea - keep event rate (events/sec) in bot and show in intelmq-manager

Open aaronkaplan opened this issue 8 years ago • 1 comments

While observing intelmq-manager and monitoring the throughput of different bots, I noticed that you can only get a snapshot in time of the queue length. However, the snapshot really depends on the processing speed of the bot and when the snapshot is done. This does not tell you very well, how fast a bot is processing data. Therefore, I'd like to propose that each bot keeps an internal counter for an event rate (events/sec) and that it exposes that info to intelmq-manager.

aaronkaplan avatar Oct 07 '15 09:10 aaronkaplan

We had the idea to save such statistical data and status information in redis as simple keys. The bot writes his data there after one process()-call.

sebix avatar Mar 01 '16 15:03 sebix