Profishark API
2.3.12.0
|
Statistics structure for devices supporting V1 model. More...
#include <ProfisharkAPI.h>
Data Fields | |
uint64_t | Date |
uint64_t | SoftwareDropped |
uint64_t | LinkUp |
uint64_t | LinkDown |
ProfisharkApiStatisticsV1Port | PortsStatistics [2] |
uint64_t | BogusBytes |
uint64_t | TotalPackets |
Statistics structure for devices supporting V1 model.
uint64_t BogusBytes |
Bogus bytes received by the driver
uint64_t Date |
Date when the statistics was gathered in ms since the system started
uint64_t LinkDown |
Duration the link has been down last time it happened in ms
uint64_t LinkUp |
Duration the link has been up on the port in ms
ProfisharkApiStatisticsV1Port PortsStatistics[2] |
Statistics for each port
uint64_t SoftwareDropped |
Number of packets dropped by the driver
uint64_t TotalPackets |
Total number of packets parsed by the driver