EFI_NETWORK_STATISTICS

Simple Network Protocol data structures.

Members

Variables

Collisions
UINT64 Collisions;

Number of collisions detection on this subnet.

RxBroadcastFrames
UINT64 RxBroadcastFrames;

Number of valid broadcast frames received and not dropped.

RxCrcErrorFrames
UINT64 RxCrcErrorFrames;

Number of frames w/ CRC or alignment errors.

RxDroppedFrames
UINT64 RxDroppedFrames;

Valid frames that were dropped because receive buffers were full.

RxGoodFrames
UINT64 RxGoodFrames;

Number of valid frames received and copied into receive buffers.

RxMulticastFrames
UINT64 RxMulticastFrames;

Number of valid mutlicast frames received and not dropped.

RxOversizeFrames
UINT64 RxOversizeFrames;

Number of frames longer than the maxminum length for the media. This would be >1500 for ethernet.

RxTotalBytes
UINT64 RxTotalBytes;

Total number of bytes received. Includes frames with errors and dropped frames.

RxTotalFrames
UINT64 RxTotalFrames;

Total number of frames received. Includes frames with errors and dropped frames.

RxUndersizeFrames
UINT64 RxUndersizeFrames;

Number of frames below the minimum length for the media. This would be <64 for ethernet.

RxUnicastFrames
UINT64 RxUnicastFrames;

Number of valid unicast frames received and not dropped.

TxBroadcastFrames
UINT64 TxBroadcastFrames;
Undocumented in source.
TxCrcErrorFrames
UINT64 TxCrcErrorFrames;
Undocumented in source.
TxDroppedFrames
UINT64 TxDroppedFrames;
Undocumented in source.
TxGoodFrames
UINT64 TxGoodFrames;
Undocumented in source.
TxMulticastFrames
UINT64 TxMulticastFrames;
Undocumented in source.
TxOversizeFrames
UINT64 TxOversizeFrames;
Undocumented in source.
TxTotalBytes
UINT64 TxTotalBytes;
Undocumented in source.
TxTotalFrames
UINT64 TxTotalFrames;

Transmit statistics.

TxUndersizeFrames
UINT64 TxUndersizeFrames;
Undocumented in source.
TxUnicastFrames
UINT64 TxUnicastFrames;
Undocumented in source.
UnsupportedProtocol
UINT64 UnsupportedProtocol;

Number of frames destined for unsupported protocol.

Meta