1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/speed-test.md

21 lines
407 B
Markdown
Raw Normal View History

2021-03-04 16:16:55 +03:00
# speed-test
> Test your internet connection speed and ping using <https://speedtest.net>.
2021-03-04 16:16:55 +03:00
> More information: <https://github.com/sindresorhus/speed-test>.
- Test your internet connection and ping speed:
`speed-test`
- Print the results as JSON:
2021-03-04 16:16:55 +03:00
`speed-test --json`
- Print the results in megabytes per second (MBps):
2021-03-04 16:16:55 +03:00
`speed-test --bytes`
- Print more detailed information:
2021-03-04 16:16:55 +03:00
`speed-test --verbose`