Showing
3 changed files
with
3 additions
and
2 deletions
@@ -57,6 +57,7 @@ public class QcloudBandwidthTask { | @@ -57,6 +57,7 @@ public class QcloudBandwidthTask { | ||
57 | 57 | ||
58 | params.put("namespace", "qce/dc_line"); | 58 | params.put("namespace", "qce/dc_line"); |
59 | params.put("metricName", "outtraffic"); | 59 | params.put("metricName", "outtraffic"); |
60 | + params.put("period",60); | ||
60 | params.put("dimensions.0.name", "directconnectid"); | 61 | params.put("dimensions.0.name", "directconnectid"); |
61 | params.put("dimensions.0.value", "dc-8l7zjltz"); | 62 | params.put("dimensions.0.value", "dc-8l7zjltz"); |
62 | params.put("startTime", startTime); | 63 | params.put("startTime", startTime); |
@@ -14,7 +14,7 @@ cron_task_dns_monit=0 1/5 * * * ? | @@ -14,7 +14,7 @@ cron_task_dns_monit=0 1/5 * * * ? | ||
14 | 14 | ||
15 | cron_task_project_status=0 0/3 * * * ? | 15 | cron_task_project_status=0 0/3 * * * ? |
16 | 16 | ||
17 | -cron.task.bandwidth=1 0/5 * * * ? | 17 | +cron.task.bandwidth=1 0/1 * * * ? |
18 | 18 | ||
19 | cron_task_javaapi_monitor=0 0/1 * * * ? | 19 | cron_task_javaapi_monitor=0 0/1 * * * ? |
20 | 20 |
@@ -14,7 +14,7 @@ cron_task_dns_monit=0 1/5 * * * ? | @@ -14,7 +14,7 @@ cron_task_dns_monit=0 1/5 * * * ? | ||
14 | 14 | ||
15 | cron_task_project_status=0 0/3 * * * ? | 15 | cron_task_project_status=0 0/3 * * * ? |
16 | 16 | ||
17 | -cron.task.bandwidth=1 0/5 * * * ? | 17 | +cron.task.bandwidth=1 0/1 * * * ? |
18 | 18 | ||
19 | cron_task_javaapi_monitor=0 0/1 * * * ? | 19 | cron_task_javaapi_monitor=0 0/1 * * * ? |
20 | 20 |
-
Please register or login to post a comment