# Ethr Ethr is a cross platform network performance measurement tool written in golang. Goal of this project is to provide a native tool for network performance measurements of bandwidth, connections/s, packets/s, latency, loss & jitter, across multiple protocols such as TCP, UDP, HTTP, HTTPS, and across multiple platforms such as Windows, Linux and other Unix systems.
Ethr takes insipiration from existing open source network performance tools and builds upon those ideas. It is very similar to iPerf3 for bandwidth measurements for TCP. iPerf3 has many more options for doing bandwidth measurements such as throttled testing, richer feature set, while Ethr has support for multiple threads, ability to scale to 1024 or even higher connections, multiple clients to single server etc. It is similar to latte on Windows or sockperf on Linux for doing latency measurements. Ethr is natively cross platform, thanks to golang, as compared to compiling via abstraction layer like cygwin that may limit functionality. It hopes to unify performance measurement by combining functionality of tools like iPerf3, ntttcp, psping, sockperf, latte, and many other available today on different platforms and offer a single tool across multiple platforms. Ethr provides more test measurements as compared to other tools, e.g. it provides measurements for connections/s, packets/s and latency, all in a single tool. In future, there is plan to add more features (hoping for others to contribute) as well as more protocol support to make it a comprehensive tool for network performance measurements. # Download ``` For Windows 10: https://github.com/Microsoft/Ethr/files/2640289/ethr.zip For Ubuntu: https://github.com/Microsoft/Ethr/files/2640288/ethr.gz For ArchLinux: https://aur.archlinux.org/packages/ethr ``` # Installation Note: go version 1.10 or higher is required building it from the source. ## Building from Source ``` git clone https://github.com/Microsoft/ethr.git cd ethr dep ensure -v go build ``` ## Using go get ``` go get github.com/Microsoft/ethr ``` ## Using ArchLinux AUR Assuming you are using [`yay`](https://aur.archlinux.org/packages/yay/) (https://github.com/Jguer/yay): ``` yay -s ethr ``` # Usage Help: ``` ethr -h ``` Server: ``` ethr -s ``` Server with Text UI: ``` ethr -s -ui ``` Client: ``` ethr -c