0 Votes |
LAN - Link Speed
Relevance
* Results in a "string"/number |

((unique value of it/(1000*1000)) as string & " Mbps") of link speeds of adapters whose (link speed of it = maximum of link speeds of adapters whose (up of it AND (friendly name of it as lowercase contains "ethernet" OR friendly name of it as lowercase contains "local area connection")) of networks) of networks
Property Details
Sharing
Relevance Image Sharing: |
Social Media: |
Comments
![]() |
|
Yea, I was thinking that. It would be nice to have a Mac version of this: http://bigfix.me/cdb/Analysis/2994562 |
![]() |
|
Dang! Wonder if we can get it from ioreg? |
![]() |
|
Does the example output thing work for analyses? |
![]() |
|
Oh, i did not see that example output thing... that is amazing. |
![]() |
|
Looks like link speed isn't available on other OSs. I love the example output feature. |
![]() |
|
okay, looks like this is not cross platform. Says "link speed" is not defined on OS X |
![]() |
|
I just expanded the analysis I have and added relevance to apply to macs to try to refine it. I'll add it to the PSU site when finished. |
![]() |
|
This should be cross platform |
![]() |
|
Is this Windows only? |
![]() |
|
A simplified version that would also report wireless if wireless is the max link: http://bigfix.me/cdb/relevance/2116 |
![]() |
|
(friendly name of it as lowercase contains "ethernet" OR friendly name of it as lowercase contains "local area connection" OR friendly name of it as lowercase contains "wireless") |
![]() |
|
The above could be changed to include wireless adapters since it will report on whatever the maximum link speed is, which would almost always be the Ethernet adapter. The trick is that some WiFi N devices will report a link speed of "450 Mbps" at times, while Gigabit NICs in power save mode will report "10 Mbps" at times (I believe), so that could cause confusion. |
![]() |
|
This will give you the current max link speed of the Ethernet network of the computer, regardless of how many network adapters are installed, and regardless if the maximum link adapter is named like "local area connection 2" |
![]() |
|
friendly name of it as lowercase contains "ethernet" is needed to work with windows 8 |