BatchPoolStatisticsOutput interface
包含池生存期的利用率和资源使用情况统计信息。
属性
| last |
上次更新统计信息的时间。 所有统计信息仅限于 startTime 和 lastUpdateTime 之间的范围。 |
| resource |
与池中的计算节点的资源消耗相关的统计信息。 |
| start |
统计信息涵盖的时间范围的开始时间。 |
| url | 统计信息的 URL。 |
| usage |
与池使用情况相关的统计信息,例如使用的核心时间量。 |
属性详细信息
lastUpdateTime
上次更新统计信息的时间。 所有统计信息仅限于 startTime 和 lastUpdateTime 之间的范围。
lastUpdateTime: string
属性值
string
resourceStats
与池中的计算节点的资源消耗相关的统计信息。
resourceStats?: BatchPoolResourceStatisticsOutput
属性值
startTime
统计信息涵盖的时间范围的开始时间。
startTime: string
属性值
string
url
统计信息的 URL。
url: string
属性值
string
usageStats
与池使用情况相关的统计信息,例如使用的核心时间量。
usageStats?: BatchPoolUsageStatisticsOutput