systool
View system device information by bus, and classes. This command is part of the
sysfspackage. More information: https://github.com/linux-ras/sysfsutils.
- List all attributes of devices of a bus (eg.
pci,usb). View all buses usingls /sys/bus:
systool -b {{bus}} -v
- List all attributes of a class of devices (eg.
drm,block). View all classes usingls /sys/class:
systool -c {{class}} -v
- Show only device drivers of a bus (eg.
pci,usb):
systool -b {{bus}} -D