apiClusterUtilization

Utilization report information of a Cluster.

JSON

property type description
totalCpuCores totalCpuCores (double) Average number of CPU cores available in the cluster during the report window.
avgCpuUtilization avgCpuUtilization (double) Average CPU consumption for the entire cluster during the report window. This includes consumption by user workloads in YARN and Impala, as well as consumption by all services running in the cluster.
maxCpuUtilization maxCpuUtilization (double) Maximum CPU consumption for the entire cluster during the report window. This includes consumption by user workloads in YARN and Impala, as well as consumption by all services running in the cluster.
avgCpuDailyPeak avgCpuDailyPeak (double) Average daily peak CPU consumption for the entire cluster during the report window. This includes consumption by user workloads in YARN and Impala, as well as consumption by all services running in the cluster.
avgWorkloadCpu avgWorkloadCpu (double) Average CPU consumption by workloads that ran on the cluster during the report window. This includes consumption by user workloads in YARN and Impala.
maxWorkloadCpu maxWorkloadCpu (double) Maximum CPU consumption by workloads that ran on the cluster during the report window. This includes consumption by user workloads in YARN and Impala.
avgWorkloadCpuDailyPeak avgWorkloadCpuDailyPeak (double) Average daily peak CPU consumption by workloads that ran on the cluster during the report window. This includes consumption by user workloads in YARN and Impala.
totalMemory totalMemory (double) Average physical memory (in bytes) available in the cluster during the report window. This includes consumption by user workloads in YARN and Impala, as well as consumption by all services running in the cluster.
avgMemoryUtilization avgMemoryUtilization (double) Average memory consumption (as percentage of total memory) for the entire cluster during the report window. This includes consumption by user workloads in YARN and Impala, as well as consumption by all services running in the cluster.
maxMemoryUtilization maxMemoryUtilization (double) Maximum memory consumption (as percentage of total memory) for the entire cluster during the report window. This includes consumption by user workloads in YARN and Impala, as well as consumption by all services running in the cluster.
avgMemoryDailyPeak avgMemoryDailyPeak (double) Average daily peak memory consumption (as percentage of total memory) for the entire cluster during the report window. This includes consumption by user workloads in YARN and Impala, as well as consumption by all services running in the cluster.
avgWorkloadMemory avgWorkloadMemory (double) Average memory consumption (as percentage of total memory) by workloads that ran on the cluster during the report window. This includes consumption by user workloads in YARN and Impala.
maxWorkloadMemory maxWorkloadMemory (double) Maximum memory consumption (as percentage of total memory) by workloads that ran on the cluster. This includes consumption by user workloads in YARN and Impala
avgWorkloadMemoryDailyPeak avgWorkloadMemoryDailyPeak (double) Average daily peak memory consumption (as percentage of total memory) by workloads that ran on the cluster during the report window. This includes consumption by user workloads in YARN and Impala.
tenantUtilizations tenantUtilizations (apiTenantUtilizationList) A list of tenant utilization reports.
maxCpuUtilizationTimestampMs maxCpuUtilizationTimestampMs (long) Timestamp corresponding to maximum CPU utilization for the entire cluster during the report window.
maxMemoryUtilizationTimestampMs maxMemoryUtilizationTimestampMs (long) Timestamp corresponding to maximum memory utilization for the entire cluster during the report window.
maxWorkloadCpuTimestampMs maxWorkloadCpuTimestampMs (long) Timestamp corresponds to maximum CPU consumption by workloads that ran on the cluster during the report window.
maxWorkloadMemoryTimestampMs maxWorkloadMemoryTimestampMs (long) Timestamp corresponds to maximum memory resource consumption by workloads that ran on the cluster during the report window.
errorMessage errorMessage (string) Error message while generating utilization report.