Originally posted by: tpeponas
Hello,
What is the difference beetwen processor PCM stats and SharedProcessorPool ?
I have a server with 48 processor avaible (total 128 installed) and the default shared processor pool contains 48 proc.
Requesting ProcessesMetric with Rest API , i have not the same value for Processor and SharedProcessorPool into the JSON return :
for processor :
{
'totalProcUnits' => [
128
],
'configurableProcUnits' => [
48
],
'utilizedProcUnits' => [
'14.726'
],
'availableProcUnits' => [
'8.4'
]
};
For SharedProcessorPool :
{
'availableProcUnits' => [
0
],
'utilizedProcUnits' => [
'22.373'
],
'id' => 0,
'assignedProcUnits' => [
'47.999'
],
'borrowedProcUnits' => [
8
],
'configuredProcUnits' => [
'39.6'
],
'name' => 'DefaultPool'
};
Regards,
Thomas
#Power-Hardware-Management-Console-Programmers#HMCandCMC