Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PoolStatistics

Package version

An interface representing PoolStatistics.

summary

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

Hierarchy

  • PoolStatistics

Index

Properties

lastUpdateTime

lastUpdateTime: Date

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

Optional resourceStats

resourceStats: ResourceStatistics

Statistics related to resource consumption by compute nodes in the pool.

startTime

startTime: Date

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

url

url: string

The URL for the statistics.

Optional usageStats

usageStats: UsageStatistics

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

Generated using TypeDoc