Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 804 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 804 Bytes

This repo has been moved over to https://github.com/LambdaLabs/pciex.

pciex

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.

Screenshot 2025-01-29 at 7 03 50 PM

Installation

This can be installed using:

GOPROXY=direct go install github.com/LandonTClipp/pciex@latest

Or you may run it directly via:

GOPROXY=direct go run github.com/LandonTClipp/pciex@latest

Dependencies

This module requires the lshw utility to be installed.

Ubuntu

sudo apt-get install lshw

Redhat

sudo yum install lshw