https://github.com/vi/netmeasure2
[work in progress] Network quality measurement tool (packet loss and delay statistics).
https://github.com/vi/netmeasure2
Last synced: 3 months ago
JSON representation
[work in progress] Network quality measurement tool (packet loss and delay statistics).
- Host: GitHub
- URL: https://github.com/vi/netmeasure2
- Owner: vi
- License: gpl-3.0
- Created: 2018-09-21T22:37:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T16:28:01.000Z (almost 6 years ago)
- Last Synced: 2025-03-11T19:41:48.726Z (over 1 year ago)
- Language: Rust
- Size: 119 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netmeasure2
Tool to run experiments to measure networking quality.
Usage:
1. Run server: `netmeasure2 serve 0.0.0.0:12345 --min-packetdelay-us 2 --bwlimit 200000`
2. On another host, run the test battery: `netmeasure2 battery 192.168.0.1:12345 --big -o results.json`. There are two modes: 15-megabyte small battery and 300-megabyte big battery.
3. Analyse the results: `netmeasure2 showbat results.json`. There is overall score at the end.
There is a pre-built release on Github Releases.