speedtest: add page (#5282)

translation-badges
marchersimon 2021-02-21 14:05:17 +01:00 committed by GitHub
parent 424d2ed45a
commit 9cdfceb92b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/linux/speedtest.md Normal file
View File

@ -0,0 +1,20 @@
# speedtest
> Test internet bandwidth using https://www.speedtest.net.
> More information: <https://www.speedtest.net/apps/cli>.
- Run a basic speedtest:
`speedtest`
- Display values in bytes instead of bits:
`speedtest --bytes`
- Use HTTPS instead of HTTP:
`speedtest --secure`
- List servers sorted by distance:
`speedtest --list`