snippetbashTip
networkQuality — Measure the network quality by connecting to the internet. More information: <https://support.apple.
Viewed 0 times
thecommandqualitynetworkcliconnectingmeasurenetworkquality
macos
Problem
How to use the
networkQuality command: Measure the network quality by connecting to the internet. More information: <https://support.apple.com/101942>.Solution
networkQuality — Measure the network quality by connecting to the internet. More information: <https://support.apple.com/101942>.Test the network quality for the default interface:
networkQualityTest the upload and download speeds sequentially instead of in parallel:
networkQuality -sTest a specified network interface:
networkQuality -I {{en0}}Test the network quality with verbose output:
networkQuality -vCode Snippets
Test the network quality for the default interface
networkQualityTest the upload and download speeds sequentially instead of in parallel
networkQuality -sTest a specified network interface
networkQuality -I {{en0}}Test the network quality with verbose output
networkQuality -vContext
tldr-pages: osx/networkQuality
Revisions (0)
No revisions yet.