1、优化agent本地存储流量文件删除逻辑。

2、开发tcpdump探测策略下发接口。
3、开发tcpdump探测接口。
4、开发出省流量计算统计接口。
This commit is contained in:
gaoyutao
2026-01-22 18:00:17 +08:00
parent fe0225012f
commit 493ecba0ba
9 changed files with 144 additions and 204 deletions
@@ -24,6 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="clientId != null and clientId != ''"> and client_id = #{clientId}</if>
<if test="description != null and description != ''"> and description = #{description}</if>
</where>
order by create_time desc
</select>
<select id="selectRmOutboundTrafficStatisticsById" parameterType="Long" resultMap="RmOutboundTrafficStatisticsResult">