fix:首页流量带宽问题修正(取最近15分钟范围有数据),增加端口流量统计条件(可按协议tcp或udp)
This commit is contained in:
2
db/201901-update.sql
Normal file
2
db/201901-update.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--活跃端口统计增加传输层协议属性
|
||||
alter table traffic_port_active_statistic add trans_proto int(11) default 0 comment '6-tcp 17 -udp';
|
||||
Reference in New Issue
Block a user