This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
aix:aix_smt [2021/01/01 21:21] 127.0.0.1 external edit |
aix:aix_smt [2022/07/25 11:52] (current) manu |
||
|---|---|---|---|
| Line 27: | Line 27: | ||
| Change SMT: | Change SMT: | ||
| <cli prompt='#'> | <cli prompt='#'> | ||
| - | # smtclt -m on | + | # smtctl -m on |
| - | # smtclt -t 8 -w boot | + | # smtctl -t 8 -w boot |
| # bosboot -ad hdisk0 | # bosboot -ad hdisk0 | ||
| + | </cli> | ||
| + | |||
| + | Here you can see which smt level is used | ||
| + | <cli prompt='#'> | ||
| + | # lparstat -E 1 4 | ||
| + | |||
| + | System configuration: type=Shared mode=Uncapped smt=8 lcpu=8 mem=6144MB ent=0.40 Power=Disabled | ||
| + | |||
| + | Physical Processor Utilisation: | ||
| + | |||
| + | --------Actual-------- ------Normalised------ | ||
| + | user sys wait idle freq user sys wait idle | ||
| + | ---- ---- ---- ---- --------- ---- ---- ---- ---- | ||
| + | 0.138 0.029 0.000 0.233 3.5GHz[100%] 0.138 0.029 0.000 0.233 | ||
| + | 0.123 0.025 0.000 0.252 3.5GHz[100%] 0.123 0.025 0.000 0.252 | ||
| + | 0.155 0.031 0.000 0.214 3.5GHz[100%] 0.155 0.031 0.000 0.213 | ||
| + | 0.144 0.027 0.000 0.229 3.5GHz[100%] 0.144 0.027 0.000 0.229 | ||
| </cli> | </cli> | ||