ResourceStatistics interface

An interface representing ResourceStatistics.

Properties

avgCPUPercentage

The average CPU usage across all Compute Nodes in the Pool (percentage per node).

avgDiskGiB

The average used disk space in GiB across all Compute Nodes in the Pool.

avgMemoryGiB

The average memory usage in GiB across all Compute Nodes in the Pool.

diskReadGiB

The total amount of data in GiB of disk reads across all Compute Nodes in the Pool.

diskReadIOps

The total number of disk read operations across all Compute Nodes in the Pool.

diskWriteGiB

The total amount of data in GiB of disk writes across all Compute Nodes in the Pool.

diskWriteIOps

The total number of disk write operations across all Compute Nodes in the Pool.

lastUpdateTime

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

networkReadGiB

The total amount of data in GiB of network reads across all Compute Nodes in the Pool.

networkWriteGiB

The total amount of data in GiB of network writes across all Compute Nodes in the Pool.

peakDiskGiB

The peak used disk space in GiB across all Compute Nodes in the Pool.

peakMemoryGiB

The peak memory usage in GiB across all Compute Nodes in the Pool.

startTime

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

Property Details

avgCPUPercentage

The average CPU usage across all Compute Nodes in the Pool (percentage per node).

avgCPUPercentage: number

Property Value

number

avgDiskGiB

The average used disk space in GiB across all Compute Nodes in the Pool.

avgDiskGiB: number

Property Value

number

avgMemoryGiB

The average memory usage in GiB across all Compute Nodes in the Pool.

avgMemoryGiB: number

Property Value

number

diskReadGiB

The total amount of data in GiB of disk reads across all Compute Nodes in the Pool.

diskReadGiB: number

Property Value

number

diskReadIOps

The total number of disk read operations across all Compute Nodes in the Pool.

diskReadIOps: number

Property Value

number

diskWriteGiB

The total amount of data in GiB of disk writes across all Compute Nodes in the Pool.

diskWriteGiB: number

Property Value

number

diskWriteIOps

The total number of disk write operations across all Compute Nodes in the Pool.

diskWriteIOps: number

Property Value

number

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

networkReadGiB

The total amount of data in GiB of network reads across all Compute Nodes in the Pool.

networkReadGiB: number

Property Value

number

networkWriteGiB

The total amount of data in GiB of network writes across all Compute Nodes in the Pool.

networkWriteGiB: number

Property Value

number

peakDiskGiB

The peak used disk space in GiB across all Compute Nodes in the Pool.

peakDiskGiB: number

Property Value

number

peakMemoryGiB

The peak memory usage in GiB across all Compute Nodes in the Pool.

peakMemoryGiB: number

Property Value

number

startTime

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

startTime: Date

Property Value

Date