tldr/pages/common/speed-test.md

21 lines
407 B
Markdown
Raw Normal View History

2021-03-04 13:16:55 +00:00
# speed-test
> Test your internet connection speed and ping using <https://speedtest.net>.
2021-03-04 13:16:55 +00: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 13:16:55 +00:00
`speed-test --json`
- Print the results in megabytes per second (MBps):
2021-03-04 13:16:55 +00:00
`speed-test --bytes`
- Print more detailed information:
2021-03-04 13:16:55 +00:00
`speed-test --verbose`