流量统计app详情趋势统计图增加Gbps、PPS单位切换统计,导出图片增加标题与时间

Conflicts:
	src/main/resources/nis.properties
This commit is contained in:
zhanghongqing
2019-02-22 11:08:58 +08:00
committed by 段冬梅
parent d8a5ecf8ab
commit ba3aeb199f
4 changed files with 1172 additions and 146 deletions

View File

@@ -719,6 +719,9 @@ public final class Constants {
public static final String TREND_TOTAL_REPORT=Configurations.getStringProperty("trendTotalReport","trendTotalReport");
public static final String TRAFFIC_APP_TREND=Configurations.getStringProperty("trafficAppTrend","trafficAppTrend");
public static final String APPCONN_RECORD_TOP100=Configurations.getStringProperty("appConnRecordTop100","appConnRecordTop100");
public static final String TRAFFIC_APP_PPS_TREND=Configurations.getStringProperty("trafficAppPpsTrend","trafficAppPpsTrend");
public static final String TRAFFIC_APP_BPS_TREND=Configurations.getStringProperty("trafficAppBpsTrend","trafficAppBpsTrend");
/**
* httpclient 工具超时时间设置
*/