-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devices and port's speed #114
Comments
|
Thanks for that output. What OS/system are you running I checked a few machines I have and none of them give that |
Tested and work on Ubuntu 14.04/16.04/18.04, Clear Linux and CentOS 7. Some laptop's/mobile platforms do not report speed Near same info can be taken from dmidecode but parser is more complicated. |
I've added speed detection/displaying for USB devices. I've looked so far at 3 physical machines/servers (all ubuntu 16/18/20 LTSs) and several VMs (tried centos/opensuse/ubuntu) and I don't see the speed info. I must be looking somewhere wrong. |
Isn't better speed to be in some different font/background from "device count" number colour? I use some AsRock/MSI/DELL/HP/iEi boards no problem to see speed of devices
|
I just looked at lspci -vv on an old Dell I have, and I do see the LnkSta lines with Speed reports. However, I'm seeing several of these lines per each device, so I am unsure of an accurate way of representing this information without converting the Devices table to a tree-type display.
I'm also not sure how useful it is to know the speeds of internal PCI devices. I think this info would be most useful in the context of network interfaces, and we do display speeds for those. |
From your example
LnkCap represent phisical speed of port on some motherboards there are mechanical x16 port but it is just x8 physically, x8 with is x4 and 1x in x4 similar as nvtop speed reporting |
Hi, is this Issue resolved ? |
in my system , i could not able to see the speed and width of Intel xenon DMI2 i want DMI2 to display the speed as well....could you please suggest me the solution. |
This is continuing from #113
ex:
and we see Speed and Width of pci device's and port's
The text was updated successfully, but these errors were encountered: