Report Summary Asset Aggregate Stats Response
data class ReportSummaryAssetAggregateStatsResponse(val assetAge: ReportSummaryChartDataResponse, val coreCountHistogram: ReportSummaryHistogramChartDataResponse, val memoryBytesHistogram: ReportSummaryHistogramChartDataResponse, val memoryUtilization: ReportSummaryChartDataResponse, val memoryUtilizationChart: ReportSummaryUtilizationChartDataResponse, val operatingSystem: ReportSummaryChartDataResponse, val storageBytesHistogram: ReportSummaryHistogramChartDataResponse, val storageUtilization: ReportSummaryChartDataResponse, val storageUtilizationChart: ReportSummaryUtilizationChartDataResponse, val totalAssets: String, val totalCores: String, val totalMemoryBytes: String, val totalStorageBytes: String)
Aggregate statistics for a collection of assets.
Constructors
Link copied to clipboard
constructor(assetAge: ReportSummaryChartDataResponse, coreCountHistogram: ReportSummaryHistogramChartDataResponse, memoryBytesHistogram: ReportSummaryHistogramChartDataResponse, memoryUtilization: ReportSummaryChartDataResponse, memoryUtilizationChart: ReportSummaryUtilizationChartDataResponse, operatingSystem: ReportSummaryChartDataResponse, storageBytesHistogram: ReportSummaryHistogramChartDataResponse, storageUtilization: ReportSummaryChartDataResponse, storageUtilizationChart: ReportSummaryUtilizationChartDataResponse, totalAssets: String, totalCores: String, totalMemoryBytes: String, totalStorageBytes: String)
Properties
Link copied to clipboard
Count of assets grouped by age.
Link copied to clipboard
Histogram showing a distribution of CPU core counts.
Link copied to clipboard
Histogram showing a distribution of memory sizes.
Link copied to clipboard
Total memory split into Used/Free buckets.
Link copied to clipboard
Total memory split into Used/Free buckets.
Link copied to clipboard
Count of assets grouped by Operating System families.
Link copied to clipboard
Histogram showing a distribution of memory sizes.
Link copied to clipboard
Total storage split into Used/Free buckets.
Link copied to clipboard
Total memory split into Used/Free buckets.
Link copied to clipboard
Count of the number of unique assets in this collection.
Link copied to clipboard
Sum of the CPU core count of all the assets in this collection.
Link copied to clipboard
Sum of the memory in bytes of all the assets in this collection.
Link copied to clipboard
Sum of persistent storage in bytes of all the assets in this collection.