microsoft/ethr

Ethr is a Comprehensive Network Measurement Tool for TCP, UDP & ICMP.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 36 minutes ago
Added to GitGenius on September 11th, 2026
Created on November 25th, 2018
Open Issues & Pull Requests: 51 (+0)
GitHub issues: Enabled
Number of forks: 406
Total Stargazers: 5,865 (+0)
Total Subscribers: 118 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 319.1 days
Mean response time: 418.6 days
90th percentile: 642.7 days
Tracked items: 3

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 3
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,170 days
Stale 30+ days: 3
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Ethr is a cross-platform network performance measurement tool written in Go that measures bandwidth, connections per second, packets per second, latency, loss, and jitter across TCP, UDP, HTTP, and HTTPS protocols.

The tool addresses the fragmentation of network measurement across multiple specialized utilities by consolidating their functionality into a single application. It operates in a client-server architecture where a server listens for incoming test connections while clients initiate various performance measurements. The tool can scale to handle hundreds or thousands of concurrent connections and supports multiple clients communicating with a single server simultaneously, distinguishing it from some alternatives in its ability to stress-test with high connection counts.

Ethr suits teams that need comprehensive network diagnostics across Windows, Linux, and Unix systems without maintaining separate tools for different measurement types. It combines capabilities similar to iPerf3 for bandwidth testing, latte and sockperf for latency measurements, and tools like ntttcp and psping, offering them all in one native binary. The README notes that iPerf3 provides more granular options for bandwidth testing such as throttled testing, while Ethr emphasizes simplicity and multi-protocol support in a single tool. The project is natively cross-platform through Go rather than relying on abstraction layers like Cygwin, which can limit functionality on Windows. Some measurements like ICMP-based tests require elevated privileges or firewall configuration depending on the operating system.

Development activity shows consistent maintenance with regular updates to the codebase. The project accepts contributions and has documented plans to expand protocol support and measurement capabilities beyond its current feature set. Build infrastructure is in place with automated testing, and the tool is distributed through multiple channels including direct binary releases, Docker images, package managers, and source compilation.