Created
November 13, 2024 07:37
-
-
Save vuthanhdatt/011ed43948b88ec67d005799cac5727d to your computer and use it in GitHub Desktop.
check wget download speed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -O /dev/null --report-speed=bits http://www.ovh.net/files/10Mb.dat 2>&1 | grep -o "[0-9.,]\+ [KM]*[Bb]/s" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment