How do I find my apple computer connected network speed?

First you will need to identify the network interface of your network card example: en0, en1 etc. You can use ifconfig in the terminal on the apple computer to determine which interface you are using. How i easily identify the interface is by searching for the interface that would have an IP address in the range of the network in question. Once identified, enter this command 

ifconfig en0 | grep media

replace en0 with the correct one. You should see something like this
media: autoselect (1000baseT <full-duplex>)

1000baseT is 1Gigabit network connection
100baseT is 100Mbps etc.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I change my remember password options in Google Chrome

Manage your website passwords This article applies to the Google Chrome browser on Windows,...

Change time is Gmail

Correct Your Gmail Time Zone To set your Gmail time zone: Click the gear in your Gmail's...

How to speed up Windows XP use at your own risk

Warning: occasionally people break their PC badly by using this list of suggestions. Usually...

How to run cmd in escalated mode with admin rights to modify firewall

a solution: runas /user:administrator@domainname.local cmd then in the resulting command...

How do I enable auto login in Windows

This article describes how to configure Windows to automate the logon...