System Devices: Added 'CPU Thread Pairings' section/output

This commit is contained in:
Eric Schultz
2016-03-04 21:44:08 -08:00
parent a1e1b85a6a
commit 2d04dd1d00

View File

@@ -35,6 +35,12 @@ Title="System Devices"
}
?></pre>
**CPU Thread Pairings**
> This displays a list of CPU thread pairings.
<pre><?=str_replace(',', ' <===> ', shell_exec("cat /sys/devices/system/cpu/*/topology/thread_siblings_list | sort -u"))?></pre>
**USB Devices**
> This displays the output of the `lsusb` command. The numeric identifiers are used to configure PCI pass-through.