Profishark API  2.3.12.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

uint64_t Betwen64And1518

Number of packets of size between 64 and 1518

uint64_t Bytes

Number of bytes transferred

uint64_t Collision

Number of collisions detected

uint64_t CrcError

Number of packets containing a CRC error

uint64_t HardwareDropped

Number of packets dropped by the hardware

uint64_t Jabber

Number of packets of size < 64 containing a CRC error

uint64_t LessThan64

Number of packets of size < 64

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.

uint64_t MoreThan1518

Number of packets of size gretaer than 1518

uint64_t TotalInvalid

Number of invalid packets

uint64_t TotalValid

Number of valid packets


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