You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When processing high speed links with cento and n2disk, ntopng receives many flows/sec on the ZMQ channel, leading to flow drops when this exceeds a certain rate, especially when they are sent in bursts. It is required to use multiple ZMQ channels to mitigate this.
In addition to this it is requested to mitigate export bursts in n2disk using an export queue (see ntop/n2disk#32)
The text was updated successfully, but these errors were encountered:
In cento it is possible to load-balance flow export via zmq using a comma-separated lists of endpoints, this can also be used to setup multiple channels towards the same endpoint (configured as collector)
When processing high speed links with cento and n2disk, ntopng receives many flows/sec on the ZMQ channel, leading to flow drops when this exceeds a certain rate, especially when they are sent in bursts. It is required to use multiple ZMQ channels to mitigate this.
In addition to this it is requested to mitigate export bursts in n2disk using an export queue (see ntop/n2disk#32)
The text was updated successfully, but these errors were encountered: