mirror of
https://github.com/unraid/webgui.git
synced 2026-05-22 22:30:20 -05:00
Improved core separation display for AMD cpus on System Devices page
This commit is contained in:
@@ -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**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user