ResourceStatistics
Class
Definition
The resource statistics data for the pool.
public class ResourceStatistics
- Inheritance
-
ResourceStatistics
Properties
| AverageCpuPercentage |
Gets the average CPU usage across all compute nodes in the pool (percentage per compute node). |
| AverageDiskGiB |
Gets the average used disk space in gibibytes across all compute nodes in the pool. |
| AverageMemoryGiB |
Gets the average memory usage in gibibytes across all compute nodes in the pool. |
| DiskReadGiB |
Gets the total amount of data in gibibytes of disk reads across all compute nodes in the pool. |
| DiskReadIOps |
Gets the total number of disk read operations across all compute nodes in the pool. |
| DiskWriteGiB |
Gets the total amount of data in gibibytes of disk writes across all compute nodes in the pool. |
| DiskWriteIOps |
Gets the total number of disk write operations across all compute nodes in the pool. |
| LastUpdateTime |
Gets the time at which the statistics were last updated. All statistics are limited to the range between StartTime and this value. |
| NetworkReadGiB |
Gets the total amount of data in gibibytes of network reads across all compute nodes in the pool. |
| NetworkWriteGiB |
Gets the total amount of data in gibibytes of network writes across all compute nodes in the pool. |
| PeakDiskGiB |
Gets the peak used disk space in gibibytes across all compute nodes in the pool. |
| PeakMemoryGiB |
Gets the peak memory usage in gibibytes across all compute nodes in the pool. |
| StartTime |
Gets the start time of the time range covered by the statistics. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |