gotm icon indicating copy to clipboard operation
gotm copied to clipboard

Full packet capture with flow cutoff, rotation, and compression

Results 3 gotm issues
Sort by recently updated
recently updated
newest added

an API to submit a host or 2 or 4 tuple to tell gotm not to cutoff matching traffic would be useful.

enhancement

Instead of mReceived.WithLabelValues(intf, workerString).Set(.. mDropped.WithLabelValues(intf, workerString).Set(.. mIfDropped.WithLabelValues(intf, workerString).Set(.. cache the result of WithLabelValues at the start of the worker.

The packet stats interval is currently hardcoded to 5000. The time interval itself is configurable via `-timeinterval` but this is only checked every 5000 packets. At low packet rates the...