ProcessDiskMetrics

Namespace: FoundationDB.Client.Status · class

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

Disk performance counters for a FoundationDB process

Properties

Busy

double Busy { get; }

FreeBytes

long FreeBytes { get; }

Reads

DiskCounter Reads { get; }

TotalBytes

long TotalBytes { get; }

Writes

DiskCounter Writes { get; }

Methods

<Clone>$

ProcessDiskMetrics <Clone>$()

Equals

bool Equals(object obj)

bool Equals(MetricsBase other)

bool Equals(ProcessDiskMetrics other)

GetHashCode

int GetHashCode()

ToString

string ToString()