capture 1.2.0
这是一个基于 PcapPlusPlus、PF_RING 和 ClickHouse 构建的高性能网络流量分析系统,专注于实时流量捕获、解析与存储。
Loading...
Searching...
No Matches
IpValueTuple Struct Reference

用来计算一个IP地址的价值度元组 More...

#include <PacketStats.h>

Public Attributes

double ipValueScore
 IP价值度分数
IpValue ipValue
 IP地址价值度等级
double GB
 数据量(GB)
int64_t packet_count
 包数
std::set< uint32_t > session_ids
 会话ID集合
int64_t session_count
 通联会话数

Detailed Description

用来计算一个IP地址的价值度元组

包含IP地址的各种统计指标,用于评估IP地址的重要性和活跃度

Member Data Documentation

◆ GB

double IpValueTuple::GB

数据量(GB)

◆ ipValue

IpValue IpValueTuple::ipValue

IP地址价值度等级

◆ ipValueScore

double IpValueTuple::ipValueScore

IP价值度分数

◆ packet_count

int64_t IpValueTuple::packet_count

包数

◆ session_count

int64_t IpValueTuple::session_count

通联会话数

◆ session_ids

std::set<uint32_t> IpValueTuple::session_ids

会话ID集合


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