BatchPoolStatistics interface
包含池生存期的利用率和资源使用情况统计信息。
属性
| last |
统计数据最后更新的时间。 所有统计数据均限于startTime到lastUpdateTime之间的范围。 |
| resource |
与池中计算节点资源消耗相关的统计数据。 |
| start |
统计数据涵盖的时间范围的开始时间。 |
| url | 统计数据的网址。 |
| usage |
与池使用相关的统计数据,例如使用的核心时间。 |
属性详细信息
lastUpdateTime
统计数据最后更新的时间。 所有统计数据均限于startTime到lastUpdateTime之间的范围。
lastUpdateTime: Date
属性值
Date
resourceStatistics
与池中计算节点资源消耗相关的统计数据。
resourceStatistics?: BatchPoolResourceStatistics
属性值
startTime
统计数据涵盖的时间范围的开始时间。
startTime: Date
属性值
Date
url
统计数据的网址。
url: string
属性值
string