The networkQuality tool on macOS
11–20 of 92 posts
Re: The networkQuality tool on macOS
#12Earlier quoted context omitted.
Did anyone claim it to be equivalent? I said it was more useful. Just a tip.
How is showing your link speed more useful than showing your actual speed? The link speed does not show anything useful, besides that you might be connected to a router from the 90s.
Re: The networkQuality tool on macOS
#13Re: The networkQuality tool on macOS
#14That is neat. But an undocumented tool is hardly a secret... [1] [1]: https://www.macobserver.com/tips/macos-monterey-includes-net...
It's not a lazy, borderline-insulting clickbait headline at all.
Re: The networkQuality tool on macOS
#15Re: The networkQuality tool on macOS
#16From the article, a set of reference servers, one in Swift, one in Go: https://github.com/network-quality/server
Also of note: looks like Apple has proposed a new IETF RFC for responsiveness and the "Round-trips Per Minute" (RPM) metric: https://github.com/network-quality/draft-ietf-ippm-responsiv...
Re: The networkQuality tool on macOS
#17Holding Alt and Clicking the Wi-Fi-symbol is more useful.
Alt/option + WiFi symbol shows information about your local WiFi connection.
Re: The networkQuality tool on macOS
#18Earlier quoted context omitted.
How is showing your link speed more useful than showing your actual speed? The link speed does not show anything useful, besides that you might be connected to a router from the 90s.
That menu offers more that you know, apparently. But no one is forcing you to use it. You are welcome to use either :)
Re: The networkQuality tool on macOS
#19Very cool finding! Made me want to explore what other tools my mac has pre-installed in /usr/bin
* TFTP server [1]
* PF Firewall [2]
* pbcopy & pbpaste [3]
are built-in in MacOS.
Here[4] is list of MacOS command line man pages, some interesting tools can be found there.
[1] https://rick.cogley.info/post/run-a-tftp-server-on-mac-osx/
[2] https://iyanmv.medium.com/setting-up-correctly-packet-filter...
[3] https://osxdaily.com/2007/03/05/manipulating-the-clipboard-f...
Re: The networkQuality tool on macOS
#20Very cool finding! Made me want to explore what other tools my mac has pre-installed in /usr/bin
Personally I found it interesting that: * TFTP server [1] * PF Firewall [2] * pbcopy & pbpaste [3] are built-in in MacOS. Here[4] is list of MacOS command line man pages, some interesting tools can be found there. [1] https://rick.cogley.info/post/run-a-tftp-server-on-mac-osx/ [2] https://iyanmv.medium.com/setting-up-correctly-packet-filter... [3] https://osxdaily.com/2007/03/05/manipulating-the-clipboard-f... [4] ht…