How to get Ethernet Link Speed in MAC OS X Through Command Prompt
You can get the Ethernet link speed on macOS through the Terminal using the following command: system_profiler SLEthernetDataType | grep “Link Speed” This command uses the system_profiler utility to retrieve information about the Ethernet interface, and then filters the output for the line that contains the “Link Speed”. The result should show the current link … Read more