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

LandonTClipp/pciex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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