Profishark API  2.3.12.0
ProfisharkApiStatisticsV1Port Struct Reference

Statistics structure for a single port of a device supporting V1 model. More...

#include <ProfisharkAPI.h>

Data Fields

uint64_t LessThan64
 
uint64_t Betwen64And1518
 
uint64_t MoreThan1518
 
uint64_t Collision
 
uint64_t CrcError
 
uint64_t Jabber
 
uint64_t Bytes
 
uint64_t MaximumBytes
 
uint64_t TotalValid
 
uint64_t TotalInvalid
 
uint64_t HardwareDropped
 

Detailed Description

Statistics structure for a single port of a device supporting V1 model.

Field Documentation

◆ Betwen64And1518

uint64_t Betwen64And1518

Number of packets of size between 64 and 1518

◆ Bytes

uint64_t Bytes

Number of bytes transferred

◆ Collision

uint64_t Collision

Number of collisions detected

◆ CrcError

uint64_t CrcError

Number of packets containing a CRC error

◆ HardwareDropped

uint64_t HardwareDropped

Number of packets dropped by the hardware

◆ Jabber

uint64_t Jabber

Number of packets of size < 64 containing a CRC error

◆ LessThan64

uint64_t LessThan64

Number of packets of size < 64

◆ MaximumBytes

uint64_t MaximumBytes

Maximum number of bytes that could have passed through the interface at current link speed since last time statistics where retrieved. Can be used to determine bandwidth usage.

◆ MoreThan1518

uint64_t MoreThan1518

Number of packets of size gretaer than 1518

◆ TotalInvalid

uint64_t TotalInvalid

Number of invalid packets

◆ TotalValid

uint64_t TotalValid

Number of valid packets


The documentation for this struct was generated from the following file: