energy/check_aspm.sh

6 lines
93 B
Bash

#!/bin/sh
lspci -vv | awk '/ASPM/{print $0}' RS= | grep --color -P '(^[a-z0-9:.]+|ASPM )'