HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

networkQuality — Measure the network quality by connecting to the internet. More information: <https://support.apple.

Submitted by: @import:tldr-pages··
0
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:
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

Code Snippets

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

Context

tldr-pages: osx/networkQuality

Revisions (0)

No revisions yet.