ApiImpalaTenantUtilizationList Data Model

A list of impala tenant utilization reports.

Properties
name data type description
items array of ApiImpalaTenantUtilization

Example

{
  "items" : [ {
    "tenantName" : "...",
    "totalQueries" : 12345.0,
    "successfulQueries" : 12345.0,
    "oomQueries" : 12345.0,
    "timeOutQueries" : 12345.0,
    "rejectedQueries" : 12345.0,
    "avgWaitTimeInQueue" : 12345.0,
    "peakAllocationTimestampMS" : 12345,
    "maxAllocatedMemory" : 12345.0,
    "maxAllocatedMemoryPercentage" : 12345.0,
    "utilizedAtMaxAllocated" : 12345.0,
    "utilizedAtMaxAllocatedPercentage" : 12345.0,
    "peakUsageTimestampMS" : 12345,
    "maxUtilizedMemory" : 12345.0,
    "maxUtilizedMemoryPercentage" : 12345.0,
    "allocatedAtMaxUtilized" : 12345.0,
    "allocatedAtMaxUtilizedPercentage" : 12345.0,
    "distributionUtilizedByImpalaDaemon" : {
      "bins" : { }
    },
    "distributionAllocatedByImpalaDaemon" : {
      "bins" : { }
    },
    "avgSpilledMemory" : 12345.0,
    "maxSpilledMemory" : 12345.0
  }, {
    "tenantName" : "...",
    "totalQueries" : 12345.0,
    "successfulQueries" : 12345.0,
    "oomQueries" : 12345.0,
    "timeOutQueries" : 12345.0,
    "rejectedQueries" : 12345.0,
    "avgWaitTimeInQueue" : 12345.0,
    "peakAllocationTimestampMS" : 12345,
    "maxAllocatedMemory" : 12345.0,
    "maxAllocatedMemoryPercentage" : 12345.0,
    "utilizedAtMaxAllocated" : 12345.0,
    "utilizedAtMaxAllocatedPercentage" : 12345.0,
    "peakUsageTimestampMS" : 12345,
    "maxUtilizedMemory" : 12345.0,
    "maxUtilizedMemoryPercentage" : 12345.0,
    "allocatedAtMaxUtilized" : 12345.0,
    "allocatedAtMaxUtilizedPercentage" : 12345.0,
    "distributionUtilizedByImpalaDaemon" : {
      "bins" : { }
    },
    "distributionAllocatedByImpalaDaemon" : {
      "bins" : { }
    },
    "avgSpilledMemory" : 12345.0,
    "maxSpilledMemory" : 12345.0
  } ]
}