Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gregjhogan/9aac0c8889b12d856b4489908062ada0 to your computer and use it in GitHub Desktop.
Save gregjhogan/9aac0c8889b12d856b4489908062ada0 to your computer and use it in GitHub Desktop.
Find PCIe devices that have non-zero AER stats
ls -1d /sys/bus/pci/devices/* | xargs -I {} sh -c "echo {}; cat {}/aer_dev_* 2>/dev/null|grep -v 0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment