UniRec 3.3.2
Loading...
Searching...
No Matches
Data Structures | Namespaces
interfaceStats.hpp File Reference

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

namespace  Nemea
 

Detailed Description

This file contains the declarations of the interface stats structure.

Author
Pavel Siska siska.nosp@m.@ces.nosp@m.net.c.nosp@m.z

SPDX-License-Identifier: BSD-3-Clause

Definition in file interfaceStats.hpp.


Data Structure Documentation

◆ Nemea::InputInteraceStats

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.