Table of Contents

Class IoUtilizationStats

Namespace
DotCompute.Abstractions.Debugging.Types
Assembly
DotCompute.Abstractions.dll

I/O utilization statistics.

public sealed class IoUtilizationStats
Inheritance
IoUtilizationStats
Inherited Members

Properties

AverageIoBandwidth

Gets or sets the average I/O bandwidth in MB/s.

public double AverageIoBandwidth { get; set; }

Property Value

double

AverageIoWaitTime

Gets or sets the average I/O wait time.

public TimeSpan AverageIoWaitTime { get; set; }

Property Value

TimeSpan

IopsPerSecond

Gets or sets the I/O operations per second.

public double IopsPerSecond { get; set; }

Property Value

double

PeakIoBandwidth

Gets or sets the peak I/O bandwidth in MB/s.

public double PeakIoBandwidth { get; set; }

Property Value

double

TotalBytesRead

Gets or sets the total bytes read.

public long TotalBytesRead { get; set; }

Property Value

long

TotalBytesWritten

Gets or sets the total bytes written.

public long TotalBytesWritten { get; set; }

Property Value

long