Skip to content

Instantly share code, notes, and snippets.

@vuthanhdatt
Created November 13, 2024 07:37
Show Gist options
  • Save vuthanhdatt/011ed43948b88ec67d005799cac5727d to your computer and use it in GitHub Desktop.
Save vuthanhdatt/011ed43948b88ec67d005799cac5727d to your computer and use it in GitHub Desktop.
check wget download speed
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