Improved core separation display for AMD cpus on System Devices page

This commit is contained in:
Eric Schultz
2016-03-30 09:14:40 -05:00
parent fc55ec66b1
commit f4e2000b29
+1 -1
View File
@@ -39,7 +39,7 @@ Title="System Devices"
> 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>
<pre><?=str_replace(['-', ','], ' <===> ', shell_exec("cat /sys/devices/system/cpu/*/topology/thread_siblings_list | sort -nu"))?></pre>
**USB Devices**