[Script request]: iperf3 #5225
Replies: 2 comments 1 reply
-
Can't you just simply |
Beta Was this translation helpful? Give feedback.
-
Yes, you’re absolutely right that I could just apt install iperf3 on any system I control. But I think there may be a slight misunderstanding—I’m referring specifically to hosting an iperf3 server, not just running the client for occasional tests. In my case, I’ve set it up on an LXC so I can keep the iperf3 server always running. This lets me:
I thought it would be a natural addition to the collection of small utility containers already present in the script library. That said, is the concern more about adding this kind of LXC container to the repo in general, or just whether it’s worth creating in the first place? I’d be happy to contribute it myself—just wondering if there would be openness to merging it if I submit a PR. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Application Name
iperf3
Website
https://github.com/esnet/iperf
Description
iPerf3 is a lightweight and widely-used network testing utility that measures bandwidth between two systems, making it ideal for diagnosing local network performance or testing throughput between remote machines across the internet.
Since there’s already a script for MySpeed—which is great for checking ISP speed—iperf3 would nicely complement it by focusing on direct network performance between systems you control. This can help pinpoint issues beyond just the WAN connection.
Due Diligence
Beta Was this translation helpful? Give feedback.
All reactions