logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Systool - View System Devices | Online Free DevTools by Hexmos

View system device information with Systool. Inspect device attributes by bus and class, including drivers. Free online tool, no registration required.

systool

View system device information by bus, and classes. This command is part of the sysfs package. More information: https://manned.org/systool.

  • List all attributes of devices of a bus (eg. pci, usb). View all buses using ls /sys/bus:

systool -b {{bus}} -v

  • List all attributes of a class of devices (eg. drm, block). View all classes using ls /sys/class:

systool -c {{class}} -v

  • Show only device drivers of a bus (eg. pci, usb):

systool -b {{bus}} -D

See Also