Releases: ziyan/10000speedtest
Releases · ziyan/10000speedtest
Release list
v0.5.0
[0.5.0]
Added
--interfacecan now be repeated to test several interfaces at once. Each interface runs--connectionsconnections and the results are aggregated, with a per-interface breakdown in the text summary and JSON output.
Removed
scripts/dual-interface.sh— the aggregation is now built into the tool via repeated--interface.
v0.3.0
[0.3.0]
Added
--jsonflag: print only the final results as a single JSON object (server, connections, duration, and per-stage mbps/bytes/seconds), with no header or live progress.
Changed
- The bar chart now sizes itself to the terminal width instead of a fixed 50 columns, and the header is truncated so it cannot wrap and desync the redraw on narrow terminals.
- When stdout is not a terminal (piped or redirected), the tool no longer rewrites a progress line; it prints just the header and the final per-stage summary.