How to Get Network Adapter PCIe Link Speed in Windows

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

zer0sum

Well-Known Member
Mar 8, 2013
849
474
63
This command is fun on Linux

Code:
sudo lspci -vv | grep -P "[0-9a-f]{2}:[0-9a-f]{2}\.[0-9a-f]|LnkSta:"
01:00.0 Non-Volatile memory controller: Silicon Motion, Inc. Device 2262 (rev 03) (prog-if 02 [NVM Express])
LnkSta: Speed 8GT/s (ok), Width x4 (ok)
03:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS3008 PCI-Express Fusion-MPT SAS-3 (rev 02)
LnkSta: Speed 8GT/s (ok), Width x4 (downgraded)
04:00.0 Ethernet controller: Mellanox Technologies MT27500 Family [ConnectX-3]
LnkSta: Speed 8GT/s (ok), Width x4 (downgraded)
05:00.0 Serial Attached SCSI controller: Broadcom / LSI SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03)
pcilib: sysfs_read_vpd: read failed: Input/output error
LnkSta: Speed 5GT/s (ok), Width x8 (ok)
 
Last edited:
  • Like
Reactions: Marsh