
#include <yaftab.h>
Data Fields | |
| uint64_t | stat_octets |
| Sum of lengths for all packets read. | |
| uint64_t | stat_packets |
| Number of packets read. | |
| uint64_t | stat_seqrej |
| Number of packets rejected because they were out of sequence. | |
| uint64_t | stat_flows |
| Total number of flow records created. | |
| uint64_t | stat_uniflows |
| Subset of stat_flows that were uniflow (had no reverse data). | |
| uint64_t | stat_opened |
| Number of flow records created. | |
| uint64_t | stat_closed [YAF_STAT_CLOSED_SIZE] |
| Number of flow records closed for various YAF_END_* reasons. | |
| uint32_t | stat_peak |
| Peak number of active flows ever held in the flow table. | |
| uint32_t | stat_flush |
| Number of flow table flush events. | |
| uint32_t | stat_count |
| Current number of active flow records. | |
Flow table statistics.
Unless otherwise noted, all values are relative to yaf's invocation.