UniRec
3.3.1
|
This file contains the declarations of the interface stats structure. More...
#include <cstdint>
Go to the source code of this file.
Data Structures | |
struct | Nemea::InputInteraceStats |
Structure to store statistics related to an input interface. More... | |
Namespaces | |
Nemea | |
This file contains the declarations of the interface stats structure.
SPDX-License-Identifier: BSD-3-Clause
Definition in file interfaceStats.hpp.
struct Nemea::InputInteraceStats |
Structure to store statistics related to an input interface.
Definition at line 18 of file interfaceStats.hpp.
Data Fields | ||
---|---|---|
uint64_t | missedRecords |
Total number of missed records. |
uint64_t | receivedBytes |
Total number of bytes received. |
uint64_t | receivedRecords |
Total number of records received. |