BatchPoolStatistics interface

Contains utilization and resource usage statistics for the lifetime of a Pool.

Properties

lastUpdateTime

The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime.

resourceStatistics

Statistics related to resource consumption by Compute Nodes in the Pool.

startTime

The start time of the time range covered by the statistics.

url

The URL for the statistics.

usageStatistics

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: Date

Property Value

Date

resourceStatistics

Statistics related to resource consumption by Compute Nodes in the Pool.

resourceStatistics?: BatchPoolResourceStatistics

Property Value

startTime

The start time of the time range covered by the statistics.

startTime: Date

Property Value

Date

url

The URL for the statistics.

url: string

Property Value

string

usageStatistics

Statistics related to Pool usage, such as the amount of core-time used.

usageStatistics?: BatchPoolUsageStatistics

Property Value