MachineMemoryMetrics
Namespace: FoundationDB.Client.Status · class
Implements: MetricsBase, IJsonSerializable, IJsonPackable, IEquatable<MetricsBase>, IEquatable<MachineMemoryMetrics>
Memory performance counters for machine hosting one or more FoundationDB processes
Properties
CommittedBytes
long CommittedBytes { get; }
FreeBytes
long FreeBytes { get; }
TotalBytes
long TotalBytes { get; }
Methods
<Clone>$
MachineMemoryMetrics <Clone>$()
Equals
bool Equals(object obj)
bool Equals(MetricsBase other)
bool Equals(MachineMemoryMetrics other)
GetHashCode
int GetHashCode()
ToString
string ToString()