From 2f437b5d727c0437aa1c7aaf83b9f5f25414e731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=9A=E5=B2=B1=E6=9D=B0?= Date: Sat, 6 May 2023 07:09:40 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3207217..b888ea8 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,21 @@ 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.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。 +## 统计操作 +### 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。