atlanticwave-sdx / kytos-sdx-topology

0 stars 3 forks source link

kytos/topology.* can have event high higher frequency #14

Closed lmarinve closed 10 months ago

lmarinve commented 10 months ago

It is worth stress testing to see if IO is handling this well since it'll perform a disk write. Also, how large will 'events' content ever become since it'll keep storing all events and reading it back in memory again?

I see this blowing up memory RAM usage.

The goal is to create an event changes tracker that can count from 1 to infinity and the timestamp of the event. I am currently still determining if using MongoDB solely to track the counter is the most efficient approach or if it may be excessive. Evaluate putting it on the rabbit mq memory we already implemented or write it down to MongoDB.

lmarinve commented 10 months ago

Currently, the event listener is restricted to only link up and down.