Skip to content

Commit

Permalink
Update l4_flow_log.ch
Browse files Browse the repository at this point in the history
  • Loading branch information
deepflow-lifei authored and sharang committed May 17, 2024
1 parent 5189e39 commit 7a004c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ closed_flow , 关闭连接 , 连接 ,
syn_count , SYN 包数 , 包 , SYN 包的总数
synack_count , SYN-ACK 包数 , 包 , SYN-ACK 包的总数
l4_byte , 传输层载荷 , 字节 ,
l4_byte_tx , 发送传输层载荷 , 字节 , 客户端发往服务端的包传输层载荷字节数总和(不含 TCP/UDP 头部
l4_byte_rx , 接收传输层载荷 , 字节 , 服务端发往客户端的包传输层载荷字节数总和(不含 TCP/UDP 头部
l4_byte_tx , 发送传输层载荷 , 字节 , 客户端发往服务端的包传输层载荷字节数总和(不含 TCP/UDP
l4_byte_rx , 接收传输层载荷 , 字节 , 服务端发往客户端的包传输层载荷字节数总和(不含 TCP/UDP
direction_score , 方向得分 , , 算法推理传输层连接方向(客户端、服务端角色)的准确性得分值,得分越高连接方向的准确性越高,得分最高 255
log_count , 日志总量 , 个 ,

Expand Down

0 comments on commit 7a004c8

Please sign in to comment.