SkuldNorniern / fluere

Fluere is a powerful and versatile tool designed for network monitoring and analysis. It is capable of capturing network packets in pcap format and converting them into NetFlow data, providing a comprehensive view of network traffic. It also Provides Terminal User Interface.
Apache License 2.0
28 stars 3 forks source link

improve: optimize flow timeout's logic #88

Open SkuldNorniern opened 1 month ago

SkuldNorniern commented 1 month ago

Regarding the flow timeout logic, it may take over 5 minutes to execute when paired with a very slow plugin, causing a critical blockage for real-time monitoring. Therefore, while addressing the primary issue of the plugin not being executed on a separate thread, it is also essential to optimize the overall data structure. Currently, the flow uses HashMap and Vector, which need to be replaced with more suitable alternatives.

SkuldNorniern commented 1 month ago

@WieeRd

Send Help

WieeRd commented 1 month ago

a