WorkloadMetrics

Namespace: FoundationDB.Client.Status · class

Implements: MetricsBase, IJsonSerializable, IJsonPackable, IEquatable<MetricsBase>, IEquatable<WorkloadMetrics>

Details about the current wokrload of the cluster

Properties

Bytes

WorkloadBytesMetrics Bytes { get; }

Performance counters for the volume of data processed by the database

Operations

WorkloadOperationsMetrics Operations { get; }

Performance counters for the operations on the keys in the database

Transactions

WorkloadTransactionsMetrics Transactions { get; }

Performance counters for the transactions.

Methods

<Clone>$

WorkloadMetrics <Clone>$()

Equals

bool Equals(object obj)

bool Equals(MetricsBase other)

bool Equals(WorkloadMetrics other)

GetHashCode

int GetHashCode()

ToString

string ToString()