This command can be submitted on the HMC command line.

lshwres -r proc -m p570_65_AB65F --level sys

Output is something like:-

configurable_sys_proc_units=16.0,
curr_avail_sys_proc_units=0.25,
pend_avail_sys_proc_units=0.25,
installed_sys_proc_units=16.0,
max_capacity_sys_proc_units=deprecated,
deconfig_sys_proc_units=0.0,
max_os400_proc_units=1.0,
min_proc_units_per_virtual_proc=0.1,
max_virtual_procs_per_lpar=64,
max_procs_per_lpar=16,
max_shared_proc_pools=1

Note : -m is the managed system’s name which can be found from the first value returned by:-

lssyscfg -r sys
Private