Is it possible to get a value for a group of machines and use it on a view for a different set of machines? What I'm trying to do is replicate the report here:
| Cluster | SiteA-SQLCluster01 |
| # Hosts | 8 |
| Host Model | PowerEdge R630 |
| # VMs | 105 |
| VM Consolidation Ratio (per host) | 13.13 |
| # DR VMs | 28 |
| VM Consolidation Ratio (incl. DR) | 16.63 |
| Target Utilisation (CPU %) | 52 |
| Target Utilisation (RAM %) | 86 |
| CPU Model | Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz |
| CPU Cores in Cluster (#) | 224 |
| Hyperthreading enabled? | Yes |
| Total pCPUs in Cluster (#) | 448 |
| Local vCPUs (#) | 324 |
| DR vCPUs (#) | 77 |
| Total vCPUs (#) | 401 |
| vCPU per pCPU (incl. HA, excl. HT) | 2.05 |
| Cluster | SiteA-SQLCluster01 |
| # Hosts | 8 |
| Host Model | PowerEdge R630 |
| # VMs | 105 |
| VM Consolidation Ratio (per host) | 13.13 |
| # DR VMs | 28 |
| VM Consolidation Ratio (incl. DR) | 16.63 |
| Target Utilisation (CPU %) | 52 |
| Target Utilisation (RAM %) | 86 |
| CPU Model | Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz |
| CPU Cores in Cluster (#) | 224 |
| Hyperthreading enabled? | Yes |
| Total pCPUs in Cluster (#) | 448 |
| Local vCPUs (#) | 324 |
| DR vCPUs (#) | 77 |
| Total vCPUs (#) | 401 |
| vCPU per pCPU (incl. HA, excl. HT) | 2.05 |
I have a cluster in site A and another in site B and I want to calculate the number of DR vCPU's in use in that cluster and show it in the report. Is this possible?
Thanks