ProcessNetworkMetrics
Namespace: FoundationDB.Client.Status · class
Implements: MetricsBase, IJsonSerializable, IJsonPackable, IEquatable<MetricsBase>, IEquatable<ProcessNetworkMetrics>
Network performance counters for a FoundationDB process or machine
Properties
ConnectionErrors
RateCounter ConnectionErrors { get; }
ConnectionsClosed
RateCounter ConnectionsClosed { get; }
ConnectionsEstablished
RateCounter ConnectionsEstablished { get; }
CurrentConnections
int CurrentConnections { get; }
MegabitsReceived
RateCounter MegabitsReceived { get; }
MegabitsSent
RateCounter MegabitsSent { get; }
Methods
<Clone>$
ProcessNetworkMetrics <Clone>$()
Equals
bool Equals(object obj)
bool Equals(MetricsBase other)
bool Equals(ProcessNetworkMetrics other)
GetHashCode
int GetHashCode()
ToString
string ToString()