Class P2PConnectionStatistics
- Namespace
- DotCompute.Core.Memory
- Assembly
- DotCompute.Core.dll
P2P connection statistics.
public sealed class P2PConnectionStatistics
- Inheritance
-
P2PConnectionStatistics
- Inherited Members
Properties
ActiveConnections
Gets or sets the active connections.
public int ActiveConnections { get; init; }
Property Value
- int
The active connections.
AverageTransferSize
Gets or sets the average transfer size.
public long AverageTransferSize { get; init; }
Property Value
- long
The average transfer size.
ConnectionDetails
Gets or sets the connection details.
public IReadOnlyList<P2PConnectionState> ConnectionDetails { get; init; }
Property Value
- IReadOnlyList<P2PConnectionState>
The connection details.
TotalBytesTransferred
Gets or sets the total bytes transferred.
public long TotalBytesTransferred { get; init; }
Property Value
- long
The total bytes transferred.
TotalConnections
Gets or sets the total connections.
public int TotalConnections { get; init; }
Property Value
- int
The total connections.
TotalTransfers
Gets or sets the total transfers.
public long TotalTransfers { get; init; }
Property Value
- long
The total transfers.