mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2026-05-06 02:18:54 -05:00
[PR #759] [CLOSED] Add Packet Test Bundle to Troubleshooting #3423
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awesome-foss/awesome-sysadmin/pull/759
Author: @galenthas
Created: 4/18/2026
Status: ❌ Closed
Base:
master← Head:add-packet-test-bundle📝 Commits (1)
20a5cdaAdd Packet Test Bundle to Troubleshooting📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
It combines three common network troubleshooting CLI tools (iperf2, iperf3, tshark) into a single native GUI with live throughput and latency charts. Instead of switching between terminal windows and parsing text output, you get real-time ImPlot graphs and one-click server/client mode switching. It is the only open-source tool that bundles both iperf bandwidth testing and tshark packet capture in a single interface.
Yes, since the initial release. Used for LAN throughput testing and packet capture during network troubleshooting.
Both — personal home network testing and professional network diagnostics.
Used across a small fleet of Windows workstations for point-to-point network testing.
Pros: Single portable .exe, no Java runtime (unlike jperf), combines iperf + tshark in one UI, live charts.
Cons: Windows-only, relatively new project.
MIT licensed, C++17, builds with CMake/Ninja. Bundles iperf2, iperf3, and tshark so there are no external dependencies beyond Npcap for packet capture.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
[PR #759] Add Packet Test Bundle to Troubleshootingto [PR #759] [CLOSED] Add Packet Test Bundle to Troubleshooting