While Right sizing VMs , vRealize Operations can provide Recommended vCPU Increase or Recommended vCPU Reduction , but the customer will need to use this value to manually add to or subtract from the provisioned vCPU count to get the ���Actual Recommended vCPU���
To make it easier for the customers and to get this value within vRealize Operations itself , I used below logic to create a super metric to get the ���Actual Recommended Value���
If the value of Recommended vCPUs to add is equal to 0 ,
then Actual Recommended vCPU = Provisioned vCPUs ��� Recommended vCPUs to remove (as an Oversized VM ) ,
or else Actual Recommended vCPU = Provisioned vCPUs + Recommended vCPUs to add ( as an Undersized VM )
This works for vROps 7.x , vROps 8.0 and vROps 8.1.x