Upgrade pom.yml and README.md(TSG-18697)

This commit is contained in:
qidaijie
2024-01-18 18:24:26 +08:00
parent 40b3751990
commit e36ce6dc92
2 changed files with 14 additions and 13 deletions

View File

@@ -16,21 +16,22 @@ Live Traffic Chart统计程序基于协议栈拆分多流聚合存储到
### 2.基于Tags内容进行分组统计。
### 3.拆分protocol_stack_id协议树为多个节点
### 3.拆分protocol_stack_id协议树为多个节点例如ETHERNET.IPv4.TCP.https.kingsoft.wps_office每个节点ID为
#### 例如ETHERNET.IPv4.TCP.https.kingsoft.wps_office每个节点ID为
1. ETHERNET
2. ETHERNET.IPv4
3. ETHERNET.IPv4.TCP
4. ETHERNET.IPv4.TCP.https
5. ETHERNET.IPv4.TCP.https.kingsoft
6. ETHERNET.IPv4.TCP.https.kingsoft.wps_office
##### ETHERNET
#### 为避免展示重复的协议拆分应去除Decoded Path最后一个元素与 Application第一个元素重复的基础协议例如{"protocol_label": "ETHERNET.IPv4.TCP.dns","app_full_path": "dns"}
##### ETHERNET.IPv4
##### ETHERNET.IPv4.TCP
##### ETHERNET.IPv4.TCP.https
##### ETHERNET.IPv4.TCP.https.kingsoft
##### ETHERNET.IPv4.TCP.https.kingsoft.wps_office
1. ETHERNET
2. ETHERNET.IPv4
3. ETHERNET.IPv4.TCP
4. ETHERNET.IPv4.TCP.dns
##### 将protocol_label内最后的一个基础协议去除
### 4.app_name仅在终端节点输出。

View File

@@ -6,7 +6,7 @@
<groupId>com.zdjizhi</groupId>
<artifactId>app-protocol-stat-traffic-merge</artifactId>
<version>2.0.1</version>
<version>2.1.0</version>
<name>app-protocol-stat-traffic-merge</name>
<url>http://www.example.com</url>