Answers for "speedtest mac terminal"

0

check internet speed on mac terminal

brew install speedtest-cli
Posted by: Guest on January-16-2022
0

speedtest mac terminal

brew tap teamookla/speedtest
brew update
# Example how to remove conflicting or old versions using brew
# brew uninstall speedtest --force
brew install speedtest --force
# Run your speedtest
speedtest
Posted by: Guest on January-21-2022
0

check internet speed on mac terminal

$ speedtest-cli


Retrieving speedtest.net configuration...
Testing from ACME Cable (xxx.xxx.xxx.xxx)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by ServerPronto (Miami, FL) [22.39 km]: 25.419 ms 
Testing download speed............................................................
Download: 70.16 Mbit/s
Testing upload speed............................................................
.Upload: 5.92 Mbit/s
Posted by: Guest on January-16-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language