1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:42:08 +02:00
tldr/pages/osx/networkquality.md
2021-11-20 09:26:17 -03:00

20 lines
445 B
Markdown

# networkQuality
> Measure the network quality by connecting to the internet.
> More information: <https://support.apple.com/HT212313>.
- Test the network quality for the default interface:
`networkQuality`
- Test the upload and download speeds sequentially instead of in parallel:
`networkQuality -s`
- Test a specified network interface:
`networkQuality -I {{en0}}`
- Test the network quality with verbose output:
`networkQuality -v`