mirror of
https://github.com/azenla/MacHack.git
synced 2026-08-15 07:30:46 +02:00
Add networkQuality tool.
This commit is contained in:
@@ -31,6 +31,7 @@ A list of built-in tools in macOS that you probably didn't know about.
|
|||||||
- [taskpolicy](#taskpolicy)
|
- [taskpolicy](#taskpolicy)
|
||||||
- [asr](#asr)
|
- [asr](#asr)
|
||||||
- [shortcuts](#shortcuts)
|
- [shortcuts](#shortcuts)
|
||||||
|
- [networkQuality](#networkquality)
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
@@ -1655,3 +1656,30 @@ Accessibility Assistant
|
|||||||
Show me my Doorbell Camera
|
Show me my Doorbell Camera
|
||||||
Show me my Front 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)
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user