VMware Cloud Community
GaneshShastri
Enthusiast
Enthusiast

vRop6.4 Number of cores on powered on hosts on Cluster Level

Hello Friends,

I want to calculate number of cores on powered on hosts on cluster level. For this i created SM in vRops6.4. But everytime i am getting null values. Can any body suggest me which depth level need to use. and also please give me details / link where i can find the depth details.

sum(${adaptertype=VMWARE, objecttype=VMwareAdapter Instance, attribute=summary|number_powered_on_cores, depth=2})

Regards

Ganesh Shastri

0 Kudos
2 Replies
MichaelRyom
Hot Shot
Hot Shot

You are going the wrong way with depth... it should be -2

sum(${adaptertype=VMWARE, objecttype=VMwareAdapter Instance, attribute=summary|number_powered_on_cores, depth=-2})

Blogging at https://MichaelRyom.dk
GaneshShastri
Enthusiast
Enthusiast

Hello Ryom,

Thanks for your help... it worked perfect... Can you let me how depth is works, if you have any details can you share with me..

In this SM - I calculated as VC (depth0) - Datacenter (depth1) - and cluster (depth3)

0 Kudos