Add networkQuality tool.

This commit is contained in:
Kenneth Endfinger
2021-11-15 12:20:33 -05:00
parent df1caae355
commit 3dad3d7ec8

View File

@@ -31,6 +31,7 @@ A list of built-in tools in macOS that you probably didn't know about.
- [taskpolicy](#taskpolicy)
- [asr](#asr)
- [shortcuts](#shortcuts)
- [networkQuality](#networkquality)
## Commands
@@ -1655,3 +1656,30 @@ Accessibility Assistant
Show me my Doorbell Camera
Show me my Front Camera
```
### networkQuality
networkQuality measures the quality of the network you are connected to.
```text
$ /usr/bin/networkQuality -h
USAGE: networkQuality [-C <configuration_url>] [-c] [-h] [-I <interfaceName>] [-s] [-v]
-C: override Configuration URL
-c: Produce computer-readable output
-h: Show help (this message)
-I: Bind test to interface (e.g., en0, pdp_ip0,...)
-s: Run tests sequentially instead of parallel upload/download
-v: Verbose output
```
Running without any arguments will give you an assessment of your network.
```text
$ /usr/bin/networkQuality
==== SUMMARY ====
Upload capacity: 24.494 Mbps
Download capacity: 262.640 Mbps
Upload flows: 16
Download flows: 12
Responsiveness: Medium (677 RPM)
```