apiYarnUtilization
Utilization report information of a Yarn application service.
JSON
| property | type | description |
|---|---|---|
| avgCpuUtilization | avgCpuUtilization (double) | Average number of VCores used by YARN applications during the report window. |
| maxCpuUtilization | maxCpuUtilization (double) | Maximum number of VCores used by YARN applications during the report window. |
| avgCpuDailyPeak | avgCpuDailyPeak (double) | Average daily peak VCores used by YARN applications during the report window. The number is computed by first finding the maximum resource consumption per day and then taking their mean. |
| maxCpuUtilizationTimestampMs | maxCpuUtilizationTimestampMs (long) | Timestamp corresponds to maximum number of VCores used by YARN applications during the report window. |
| avgCpuUtilizationPercentage | avgCpuUtilizationPercentage (double) | Average percentage of VCores used by YARN applications during the report window. |
| maxCpuUtilizationPercentage | maxCpuUtilizationPercentage (double) | Maximum percentage of VCores used by YARN applications during the report window. |
| avgCpuDailyPeakPercentage | avgCpuDailyPeakPercentage (double) | Average daily peak percentage of VCores used by YARN applications during the report window. |
| avgMemoryUtilization | avgMemoryUtilization (double) | Average memory used by YARN applications during the report window. |
| maxMemoryUtilization | maxMemoryUtilization (double) | Maximum memory used by YARN applications during the report window. |
| avgMemoryDailyPeak | avgMemoryDailyPeak (double) | Average daily peak memory used by YARN applications during the report window. The number is computed by first finding the maximum resource consumption per day and then taking their mean. |
| maxMemoryUtilizationTimestampMs | maxMemoryUtilizationTimestampMs (long) | Timestamp corresponds to maximum memory used by YARN applications during the report window. |
| avgMemoryUtilizationPercentage | avgMemoryUtilizationPercentage (double) | Average percentage memory used by YARN applications during the report window. |
| maxMemoryUtilizationPercentage | maxMemoryUtilizationPercentage (double) | Maximum percentage of memory used by YARN applications during the report window. |
| avgMemoryDailyPeakPercentage | avgMemoryDailyPeakPercentage (double) | Average daily peak percentage of memory used by YARN applications during the report window. |
| tenantUtilizations | tenantUtilizations (apiYarnTenantUtilizationList) | A list of tenant utilization reports. |
| errorMessage | errorMessage (string) | error message of utilization report. |