Table of Contents

Class TransferStatistics

Namespace
DotCompute.Core.Memory
Assembly
DotCompute.Core.dll

Transfer scheduler statistics.

public sealed class TransferStatistics
Inheritance
TransferStatistics
Inherited Members

Properties

ActiveTransfers

Gets or sets the active transfers.

public int ActiveTransfers { get; set; }

Property Value

int

The active transfers.

AverageThroughputMBps

Gets or sets the average throughput m bps.

public double AverageThroughputMBps { get; set; }

Property Value

double

The average throughput m bps.

BandwidthUtilization

Gets or sets the bandwidth utilization.

public double BandwidthUtilization { get; set; }

Property Value

double

The bandwidth utilization.

PeakThroughputMBps

Gets or sets the peak throughput m bps.

public double PeakThroughputMBps { get; set; }

Property Value

double

The peak throughput m bps.

QueuedTransfers

Gets or sets the queued transfers.

public int QueuedTransfers { get; set; }

Property Value

int

The queued transfers.

TotalBytesTransferred

Gets or sets the total bytes transferred.

public long TotalBytesTransferred { get; set; }

Property Value

long

The total bytes transferred.

TotalTransferTime

Gets or sets the total transfer time.

public TimeSpan TotalTransferTime { get; set; }

Property Value

TimeSpan

The total transfer time.

TotalTransfers

Gets or sets the total transfers.

public long TotalTransfers { get; set; }

Property Value

long

The total transfers.