ResourceStatistics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Statistics related to resource consumption by Compute Nodes in a Pool.
public class ResourceStatistics
type ResourceStatistics = class
Public Class ResourceStatistics
- Inheritance
-
ResourceStatistics
Constructors
ResourceStatistics() |
Initializes a new instance of the ResourceStatistics class. |
ResourceStatistics(DateTime, DateTime, Double, Double, Double, Double, Double, Int64, Int64, Double, Double, Double, Double) |
Initializes a new instance of the ResourceStatistics class. |
Properties
AvgCPUPercentage |
Gets or sets the average CPU usage across all Compute Nodes in the Pool (percentage per node). |
AvgDiskGiB |
Gets or sets the average used disk space in GiB across all Compute Nodes in the Pool. |
AvgMemoryGiB |
Gets or sets the average memory usage in GiB across all Compute Nodes in the Pool. |
DiskReadGiB |
Gets or sets the total amount of data in GiB of disk reads across all Compute Nodes in the Pool. |
DiskReadIOps |
Gets or sets the total number of disk read operations across all Compute Nodes in the Pool. |
DiskWriteGiB |
Gets or sets the total amount of data in GiB of disk writes across all Compute Nodes in the Pool. |
DiskWriteIOps |
Gets or sets the total number of disk write operations across all Compute Nodes in the Pool. |
LastUpdateTime |
Gets or sets the time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime. |
NetworkReadGiB |
Gets or sets the total amount of data in GiB of network reads across all Compute Nodes in the Pool. |
NetworkWriteGiB |
Gets or sets the total amount of data in GiB of network writes across all Compute Nodes in the Pool. |
PeakDiskGiB |
Gets or sets the peak used disk space in GiB across all Compute Nodes in the Pool. |
PeakMemoryGiB |
Gets or sets the peak memory usage in GiB across all Compute Nodes in the Pool. |
StartTime |
Gets or sets the start time of the time range covered by the statistics. |
Applies to
Azure SDK for .NET