mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
hyptop: Show thread util by default
Since SMT is being used by default on z systems, hyptop should show thread utilization by default on both system and system list window. Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Mete Durlu <meted@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
1bfa78896f
commit
2b2c111af4
@@ -311,6 +311,7 @@ static struct sd_sys_item *l_sys_item_vec[] = {
|
||||
static struct sd_sys_item *l_sys_item_enable_vec[] = {
|
||||
&sd_sys_item_core_cnt,
|
||||
&sd_sys_item_core_diff,
|
||||
&sd_sys_item_thread_diff,
|
||||
&sd_sys_item_mgm_diff,
|
||||
&sd_sys_item_core,
|
||||
&sd_sys_item_mgm,
|
||||
@@ -339,6 +340,7 @@ static struct sd_cpu_item *l_cpu_item_vec[] = {
|
||||
static struct sd_cpu_item *l_cpu_item_enable_vec[] = {
|
||||
&sd_cpu_item_type,
|
||||
&sd_cpu_item_core_diff,
|
||||
&sd_cpu_item_thread_diff,
|
||||
&sd_cpu_item_mgm_diff,
|
||||
NULL,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user