This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-tsg-olap-app-protoco…/README.md
2023-05-06 07:09:40 +00:00

23 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# app-protocol-stat-traffic-merge
Live Traffic Chart统计程序基于协议栈拆分多流聚合存储到协议与应用统计表中使用增量窗口计算周期15秒。
## 数据源
以下不论基于哪种计算Topic均为NETWORK-TRAFFIC-METRICS
### 1.app-protocol-stat-traffic-agent程序基于已关闭/过渡会话日志统计Application and Protocol Metrics聚合粒度为1秒。
### 2.功能端进行统计产生的Application and Protocol Metrics数据聚合粒度为1秒。
## 统计操作
### 1.过滤name是traffic_application_protocol_stat的数据。
### 2.基于Tags内容进行分组统计。
### 3.拆分protocol_stack_id协议树为多个节点
#### 例如ETHERNET.IPv4.TCP.https.kingsoft.wps_office每个节点ID为
##### ETHERNET
##### ETHERNET.IPv4
##### ETHERNET.IPv4.TCP
##### ETHERNET.IPv4.TCP.https
##### ETHERNET.IPv4.TCP.https.kingsoft
##### ETHERNET.IPv4.TCP.https.kingsoft.wps_office
### 4.app_name仅在终端节点输出。
### 5.输出结果时Measurement Name=application_protocol_stat。