BatchPoolStatisticsOutput interface
Contains utilization and resource usage statistics for the lifetime of a Pool.
Properties
| last |
The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime. |
| resource |
Statistics related to resource consumption by Compute Nodes in the Pool. |
| start |
The start time of the time range covered by the statistics. |
| url | The URL for the statistics. |
| usage |
Statistics related to Pool usage, such as the amount of core-time used. |
Property Details
lastUpdateTime
The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime.
lastUpdateTime: string
Property Value
string
resourceStats
Statistics related to resource consumption by Compute Nodes in the Pool.
resourceStats?: BatchPoolResourceStatisticsOutput
Property Value
startTime
The start time of the time range covered by the statistics.
startTime: string
Property Value
string
url
The URL for the statistics.
url: string
Property Value
string
usageStats
Statistics related to Pool usage, such as the amount of core-time used.
usageStats?: BatchPoolUsageStatisticsOutput