Class QPoolStatusRunningInstancesInfo
Represents the statistics of a running pool.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QPoolStatusRunningInstancesInfo
Properties
AverageCpuUsage
Average CPU Usage.
Declaration
public float AverageCpuUsage { get; set; }
Property Value
Type | Description |
---|---|
float |
AverageFrequencyGHz
Average Frequency in GHz.
Declaration
public float AverageFrequencyGHz { get; set; }
Property Value
Type | Description |
---|---|
float |
AverageMaxFrequencyGHz
Average Maximum Frequency in GHz.
Declaration
public float AverageMaxFrequencyGHz { get; set; }
Property Value
Type | Description |
---|---|
float |
AverageMemoryUsage
Average Memory Usage.
Declaration
public float AverageMemoryUsage { get; set; }
Property Value
Type | Description |
---|---|
float |
AverageNetworkInKbps
Average Network Input in Kbps.
Declaration
public float AverageNetworkInKbps { get; set; }
Property Value
Type | Description |
---|---|
float |
AverageNetworkOutKbps
Average Network Output in Kbps.
Declaration
public float AverageNetworkOutKbps { get; set; }
Property Value
Type | Description |
---|---|
float |
ClusterPowerIndicator
Cluster Power Indicator.
Declaration
public float ClusterPowerIndicator { get; set; }
Property Value
Type | Description |
---|---|
float |
MaxFrequencyGHz
Maximum Frequency in GHz.
Declaration
public float MaxFrequencyGHz { get; set; }
Property Value
Type | Description |
---|---|
float |
MinFrequencyGHz
Minimum Frequency in GHz.
Declaration
public float MinFrequencyGHz { get; set; }
Property Value
Type | Description |
---|---|
float |
PerRunningInstanceInfo
Total Network Output in Kbps.
Declaration
public List<QPoolStatusPerRunningInstanceInfo> PerRunningInstanceInfo { get; set; }
Property Value
Type | Description |
---|---|
List<QPoolStatusPerRunningInstanceInfo> |
Timestamp
Last information update timestamp.
Declaration
public DateTime Timestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
TotalNetworkInKbps
Total Network Input in Kbps.
Declaration
public float TotalNetworkInKbps { get; set; }
Property Value
Type | Description |
---|---|
float |
TotalNetworkOutKbps
Total Network Output in Kbps.
Declaration
public float TotalNetworkOutKbps { get; set; }
Property Value
Type | Description |
---|---|
float |