Nutanix Cluster Detail dashboard
The Nutanix Cluster Detail dashboard provides a detailed look into one of the selected Nutanix Acropolis Clusters within the client's BMC Helix Continuous Optimization (HCO) environment. Within the dashboard the following capacity insights will be presented:
- Snapshot of the Current Capacity
- Configuration Metrics collected for the cluster
- Tags applied to the cluster
- Timeseries for metrics being collected for the cluster
- Future Saturation of resources
- Timeseries which visualizes the future saturation
- Virtual Machine Oversubscription
- Spare Virtual Machine Count (estimated number of virtual machines that can be added to the cluster before saturation occurs)
- Associated Hosts
- Associated Storage Pools
- Associated Virtual Machines

Filters
Filters can be found in the upper left portion of the dashboard. The following filters are:
- Cluster → Filters all panels to only focus on the specified cluster selected
- Data Resolution → Contains three values: Detail, Hourly, and Daily. This filter changes the data resolution to be used in the timeseries charts.
- Resource Statistic → Contains three values: Average, Max, and 95th Percentile. This filter changes the statistic to be used in the timeseries charts.
Links
Links can be found in the upper right portion of the dashboard. The following links are:
- Nutanix Clusters
Panels
The Nutanix Cluster Detail dashboard consist of multiple rows and panels that give insight into the capacity and health of the selected Nutanix Acropolis Cluster.
Cluster Summary
A collapsible row that contains the initially curated panels and charts for the selected Nutanix Acropolis Cluster.

Name
Shows the Name of the cluster
Cluster ID
Shows the Unique ID of the cluster
Timezone
Shows the assigned Timezone of the cluster
IP Address
Shows the assigned IP address for the cluster
Tags
Shows all the tags applied to the Cluster
Counts
Shows the total counts for Hosts, Disks and Virtual Machines.
Active VMs
Shows the total number of VMs that have a last VM status (VM_LAST_STATUS) of "1" (On)
Inactive VMs
Shows the total number of VMs that have a last VM status (VM_LAST_STATUS) of "0" (Off) or NULL (metric does not exist)
CPU Utilization over Time
A chart that shows the CPU Utilization metric over time. This timeseries is affected by the "Data Resolution" and "Statistic" filters. It is also interactive with the Time Range Picker.
Memory Utilization over Time
A chart that shows the Memory Utilization metric over time. This timeseries is affected by the "Data Resolution" and "Statistic" filters. It is also interactive with the Time Range Picker.
Storage Size over Time
A chart that shows the Total Storage Size and Total Storage Used metric over time. This timeseries is affected by the "Data Resolution" and "Statistic" filters. It is also interactive with the Time Range Picker.
CPU
Shows if the cluster CPU resource is Saturated, will be saturated, or will not be saturated. Clicking on this panel will change the Forecast panel below to focus on the CPU forecast.
Memory
Shows if the cluster Memory resource is Saturated, will be saturated, or will not be saturated. Clicking on this panel will change the Forecast panel below to focus on the Memory forecast.
Storage
Shows if the cluster Storage resource is Saturated, will be saturated, or will not be saturated. Clicking on this panel will change the Forecast panel below to focus on the Storage forecast.
Forecast Panel
Initially displays the forecast for the CPU resource. However, this panel is interactive using the Saturation panels above it (CPU, Memory Storage). Clicking on one of the panels above will align this panel with the resource indicated in the panel that was interacted with. This forecast timeseries is also affected by the "Data Resolution" filter, the "Statistic" filter and the Time Range Picker.
Configuration
A collapsible row that contains tables that focus on the Configuration items and Indicators for the selected Nutanix Acropolis Cluster.

CPU Configuration
Table that focuses on the CPU Configuration items and CPU Indicators:
Column | Description | Calculated Metrics |
Cluster CPU Total | Sum of all the child host CPUs. | sum( host.CPU_TOTAL_MHZ / host.CPU_MHZ ) |
VM Total Assigned CPU | Sum of all the child VMs CPU Count. | sum( vm.CPU_NUM ) |
CPU Oversubscription % | The CPU Oversubscription ratio. | sum( vm.CPU_NUM) / sum( host.CPU_TOTAL_MHZ / host.CPU_MHZ ) |
Spare VMs by CPU | Number of VMs that can be added before saturation, using the CPU resource only. | ( clust.CPU_UTIL_TH_WARN - clust.CPU_UTIL_PCT95) / clust.CPU_UTIL_PCT95 ) * vm.ACTIVE_VM_COUNT |
Memory Configuration
Table that focuses on the Memory Configuration items and Memory Indicators:
Column | Description | Calculated Metrics |
Cluster Memory Total | Total Memory of the cluster. | clust.TOTAL_REAL_MEM |
VM Total Assigned Memory | Sum of all the VMs total Memory. | sum( vm.TOTAL_REAL_MEM ) |
Memory Oversubscription % | The Memory Oversubscription ratio. | sum( vm.TOTAL_REAL_MEM ) / clust.TOTAL_REAL_MEM |
Spare VMs by Memory | Number of VMs that can be added before saturation using the Memory resource only. | ( clust.MEM_UTIL_TH_WARN - clust.MEM_UTIL_PCT95) / clust.MEM_UTIL_PCT95 ) * vm.ACTIVE_VM_COUNT |
Storage Configuration
Table that focuses on the Storage Configuration items:
Column | Description | Calculated Metrics |
Cluster Advertised Storage | Total advertised storage of the cluster. | clust.TOTAL_DSTORE_SIZE |
Hosts Total Storage Sum | Sum of all the associated hosts total storage. | sum( host.TOTAL_DSTORE_SIZE ) |
Storage Pools Total Storage | Sum of all the associated storage pools total storage. | sum( storage_pool.TOTAL_DSTORE_SIZE ) |
Disk Metrics
A collapsible row that contains a collection of disk timeseries charts for the selected Nutanix Acropolis Cluster.

Disk IO
A chart that displays the following metrics over time: Disk IO Rate, Disk IO Read Rate, and Disk IO Write Rate. This timeseries is also affected by the "Data Resolution" filter, the "Statistic" filter and the Time Range Picker.
Disk Transfer Rate
A chart that displays the following metrics over time: Disk Transfer Rate, Disk Read Rate, and Disk Write Rate. This timeseries is also affected by the "Data Resolution" filter, the "Statistic" filter and the Time Range Picker.
Disk Latency
A chart that displays the following metric over time: Disk Latency. This timeseries is also affected by the "Data Resolution" filter, the "Statistic" filter and the Time Range Picker.
Hosts
A collapsible row that presents a table of all the associated hosts for the selected Nutanix Acropolis Cluster.

All Hosts
A host overview table with the following details:
Column | Description | Metrics |
Host | Name of the Acropolis Host. Click on the name to open a new tab to the Host Detail dashboard for the respective host. | N/A |
IP Address | The IP Address of the respective host. | NET_IP_ADDRESS |
VM Count | Number of Virtual Machines associated to the respective host. | GM_NUM |
Disk Count | Number of Disks associated to the respective host. | DISK_NUM |
CPU Count | Total Number of CPUs. | CPU_TOTAL_MHZ/CPU_MHZ |
Total Memory | Total Memory value. | TOTAL_REAL_MEM |
Storage Size | Total Storage Size value. | TOTAL_DSTORE_SIZE |
Days to Saturation | Shows whether the respective host has Saturation, Future Saturation, or no Saturation for one or more of the following metrics: CPU Utilization, Memory Utilization, or Storage Space Utilization. Only hosts that are expected to saturate within the next 100 days are considered to have future saturation. Days to Saturation is computed by calculating the slope using the last 30 days of hourly data. | CPU_UTIL, MEM_UTIL, TOTAL_DSTORE_UTIL |
Bottleneck | The metric that is contributing to the current saturation or future saturation shown in the Days to Saturation column. | N/A |
CPU Utilization | Aggregated CPU Utilization value. | CPU_UTIL |
Memory Utilization | Aggregated Memory Utilization value. | MEM_UTIL |
Storage Utilization | Aggregated Storage Space Utilization value. | TOTAL_DSTORE_UTIL |
Storage Pools
A collapsible row that presents a table of all the associated storage pools for the selected Nutanix Acropolis Cluster.

All Storage Pools
A storage pool overview table with the following details:
Column | Description | Metrics |
Storage Pool | Name of the Acropolis Storage Pool. Click on the name to open a new tab to the Storage Pool Detail dashboard for the respective storage pool. | N/A |
Total Storage Size | Total Storage Size value. | TOTAL_DSTORE_SIZE |
Days to Saturation | Shows whether a customer has Saturation, Future Saturation, or no Saturation for one or more of the following metric: Total Storage Space Utilization. Only storage pools that are expected to saturate within the next 100 days are considered to have future saturation. Days to Saturation is computed by calculating the slope using the last 30 days of hourly data. | TOTAL_DSTORE_UTIL |
Total Storage Utilization | Aggregated Storage Space Utilization value. | TOTAL_DSTORE_UTIL |
Disk Latency | Disk Latency value. | DISK_TOTAL_LATENCY |
Disk IO Rate | Disk I/O Rate value. | DISK_IO_RATE |
Disk Transfer Rate | Number of bytes per second at which data was transferred. | DISK_TRANSFER_RATE |
Virtual Machines
A collapsible row that presents a table of all the associated virtual machines for the selected Nutanix Acropolis Cluster.

All Virtual Machines
A virtual machine overview table with the following details:
Column | Description | Metrics |
Virtual Machine | Name of the Acropolis Virtual Machine. Click on the name to open a new tab to the Virtual Machine Detail dashboard for the respective virtual machine. | N/A |
Host | Name of the parent Acropolis Host. Click on the name to open a new tab to the Host Detail dashboard for the respective host. | N/A |
IP Addresses | IP Addresses assigned to the respective virtual machine. | NET_IP_ADDRESSES |
Status | Status of the respective virtual machine. | VM_LAST_STATUS |
Days to Saturation | Shows whether a virtual machine has Saturation, Future Saturation, or no Solution for one or more of the following metrics: CPU Utilization or Memory Utilization. Only virtual machines that are expected to saturate within the next 100 days are considered to have future saturation. Days to Saturation is computed by calculating the slope using the last 30 days of hourly data. | CPU_UTIL, MEM_UTIL |
Bottleneck | The metric that is contributing to the current saturation or future saturation shown in the Days to Saturation column. | N/A |
CPU Count | Total number of CPUs. | CPU_NUM |
CPU Utilization | Aggregated CPU Utilization value. | CPU_UTIL |
Total Memory | Total Memory of the respective vm. | TOTAL_REAL_MEM |
Memory Utilization | Aggregated Memory Utilization value. | MEM_UTIL |
Disk Latency | Disk Latency value. | DISK_TOTAL_LATENCY |
Net Bit Rate | Bit/s sent and received value. | NET_BIT_RATE |