This content has been marked as final.
Show 4 replies
-
1. Re: Sums of metrics of VMs
sxnxr Nov 6, 2019 6:09 AM (in response to shallriseagain)1 person found this helpfulStandard sum SM's and will work when you apply them to the group
sum(${adaptertype=VMWARE, objecttype=VirtualMachine, metric=cpu|corecount_provisioned, depth=1})
sum(${adaptertype=VMWARE, objecttype=VirtualMachine, metric=mem|guest_usage, depth=1})
sum(${adaptertype=VMWARE, objecttype=VirtualMachine, metric=diskspace|provisionedSpace, depth=1})
-
2. Re:Sums of metrics of VMs
RobertMesropyan Nov 7, 2019 2:37 AM (in response to shallriseagain)The next method is view with summary,please refer to "How to Add a Summary Row or Column to a View" in https://docs.vmware.com/en/vRealize-Operations-Manager/8.0/com.vmware.vcom.config.doc/GUID-FA44BAFA-0412-4D63-A889-BC606F9C1B59.html -
3. Re:Sums of metrics of VMs
shallriseagain Nov 11, 2019 1:56 AM (in response to RobertMesropyan)I was able to make a list that outputs a summary metric on the virtual machines. I don't understand how to draw the summary chart
-
4. Re: Sums of metrics of VMs
shallriseagain Nov 11, 2019 5:59 AM (in response to shallriseagain)I got it. It is necessary to create a new super metric, as advised by sxnxr, apply it to the default policy. After that, you can draw a chart metric using it. Damn, It was very easy to do, but difficult to understand.