QosMetrics
Namespace: FoundationDB.Client.Status · class
Implements: MetricsBase, IJsonSerializable, IJsonPackable, IEquatable<MetricsBase>, IEquatable<QosMetrics>
Details about the quality of service offered by the cluster
Properties
BatchPerformanceLimitedBy
Message BatchPerformanceLimitedBy { get; }
BatchTransactionsPerSecondLimit
int? BatchTransactionsPerSecondLimit { get; }
PerformanceLimitedBy
Message PerformanceLimitedBy { get; }
Current limiting factor for the performance of the cluster
TransactionsPerSecondLimit
int? TransactionsPerSecondLimit { get; }
WorstQueueBytesLogServer
long WorstQueueBytesLogServer { get; }
WorstQueueBytesStorageServer
long WorstQueueBytesStorageServer { get; }
Methods
<Clone>$
QosMetrics <Clone>$()
Equals
bool Equals(object obj)
bool Equals(MetricsBase other)
bool Equals(QosMetrics other)
GetHashCode
int GetHashCode()
ToString
string ToString()