Useful commands
Network speed quality
Since macOS Monterey is there a command to test your network quality:
networkQuality -v
Output will looks like follow:
==== SUMMARY ====Upload capacity: 16.239 MbpsDownload capacity: 475.129 MbpsUpload flows: 20Download flows: 12Responsiveness: Low (154 RPM)Base RTT: 26Start: 19.04.2022 13:56:47End: 19.04.2022 13:57:04OS Version: Version 12.3.1 (Build 21E258)
If you’re curious, networkQuality uses Apple’s CDN at https://mensura.cdn-apple.com/api/v1/gm/config as the target for its testing.
List all mounted drives on Mac
df -h
Open any source
open # [url|filename|directory...]