GyulyVGC/sniffnet

Benchmark Sniffnet performance

Open

#489 geöffnet am 30. März 2024

Auf GitHub ansehen
 (3 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Rust (1.509 Forks)batch import
good first issuehelp wantedtesting

Repository-Metriken

Stars
 (37.468 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 5h) (7 gemergte PRs in 30 T)

Beschreibung

This issue wants to track the need for a benchmark to accurately measure the speed of the app, measured in packets per second (pps) that can be handled without dropping frames.

This is necessary to find out ways that can help improving the performance even further.

Today I tried testing Sniffnet with iperf on a different machine and I could observe that the current packets per second limit is higher than 100k:

Screenshot 2024-01-09 at 12 26 24

Originally discussed in #373

Contributor Guide