Ethr is a Comprehensive Network Measurement Tool for TCP, UDP & ICMP.
Find a file
2018-12-03 00:35:28 -08:00
.gitignore First version of Ethr 2018-12-02 12:39:13 -08:00
client.go First version of Ethr 2018-12-02 12:39:13 -08:00
clientui.go First version of Ethr 2018-12-02 12:39:13 -08:00
ethr.go First version of Ethr 2018-12-02 12:39:13 -08:00
LICENSE Initial commit 2018-11-25 06:05:34 -08:00
log.go First version of Ethr 2018-12-02 12:39:13 -08:00
plt_linux.go First version of Ethr 2018-12-02 12:39:13 -08:00
plt_windows.go First version of Ethr 2018-12-02 12:39:13 -08:00
README.md Update README.md 2018-12-03 00:35:28 -08:00
server.go First version of Ethr 2018-12-02 12:39:13 -08:00
serverui.go First version of Ethr 2018-12-02 12:39:13 -08:00
session.go First version of Ethr 2018-12-02 12:39:13 -08:00
stats.go First version of Ethr 2018-12-02 12:39:13 -08:00
ui.go First version of Ethr 2018-12-02 12:39:13 -08:00
utils.go First version of Ethr 2018-12-02 12:39:13 -08:00

Ethr

Ethr is a cross platform network performance measurement tool written in golang. Goal of this project is to provide common performance measurements such as bandwidth, connections/s, packets/s, latency, loss & jitter, across multiple protocols such as TCP, UDP, HTTP, HTTPS etc.

Ethr server in action

Building

go build

Usage

Help:

ethr -h

Server:

ethr -s

Server with Text UI:

ethr -s -ui

Client:

ethr -c <server ip>

Status

Protocol Bandwidth Connections/s Packets/s Latency
TCP Yes Yes No Yes
UDP No NA Yes No
HTTP Yes No No No
HTTPS No No No No
ICMP No NA No No

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.