Show HN: Deterministic PCIe Diagnostics for GPUs on Linux
15 points • gpu_systems • about 11 hours ago • 4 comments
I built a small Linux tool to deterministically verify GPU PCIe link health and bandwidth.
It reports: - Negotiated PCIe generation and width - Peak Host→Device and Device→Host memcpy bandwidth - Sustained PCIe TX/RX utilization via NVML - A rule-based verdict derived from observable hardware data only
This exists because PCIe issues (Gen downgrades, reduced lane width, risers, bifurcation) are often invisible at the application layer and can’t be fixed by kernel tuning or async overlap.
Linux-only: it relies on sysfs and PCIe AER exposure that Windows does not provide.