PCI Explorer is a PCIe topology explorer and visualizer. The generated tree can be visualized and each element inspected using a simple terminal UI designed with the bubbletea framework.
This can be installed using:
go install github.com/LambdaLabs/pciex@latest
Or you may run it directly via:
go run github.com/LambdaLabs/pciex@latest
This module requires the lshw utility to be installed.
sudo apt-get install lshw
sudo yum install lshw

