La commande 'smtctl' permet de savoir si la machine est en mode SMT ou pas.
Pour activer ou désactiver cette option, utiliser également la commande 'smtctl' avec l'option '-m' et 'on' ou 'off'
smtctl Command
Purpose
The smtctl command controls the enabling and disabling of processor simultaneous multithreading mode.
Syntax
smtctl [ -m off | on [ -w boot | now ]]
smtctl [ -t #SMT [ -w boot | now ]]
smtctl [ -t ]
Description
This command is provided for privileged users and applications to control utilization of processors with simultaneous multithreading support. The simultaneous multithreading mode allows processors to have thread level parallelism at the instruction level. This mode can be enabled or disabled for all processors either immediately or on subsequent boots of the system. This command controls the simultaneous multithreading options.
Flags
If no options are specified then the following simultaneous multithreading settings will be reported:
SMT Capability | Indicator that the physical or virtual processors are capable of simultaneous multithreading. |
SMT Mode | Current runtime simultaneous multithreading mode of disabled or enabled. |
SMT Boot Mode | Current boot time simultaneous multithreading mode of disabled or enabled. |
SMT Threads | Number of simultaneous multithreading threads per physical or virtual processor. |
SMT Bound | Indicator that the simultaneous multithreading threads are bound on the same physical or virtual processor. |
SMT Thread Capability | Maximum number of simultaneous multi-threading threads per physical or virtual processor supported by the system. |
Exit Status
0 | Successfully completed the requested operation. |
>0 | An error occurred. |