You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2016/11/07 19:29:50 UTC

[04/21] incubator-trafficcontrol git commit: Change TM2 example config stat flush to 20ms.

Change TM2 example config stat flush to 20ms.

Changes the Traffic Monitor example config stat and health poll flush
intervals from 200ms to 20ms. This appears to be more reasonable, and
to do a better job of averaging new polls, preventing poll times from
'stacking up'.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/a8dabc5b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/a8dabc5b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/a8dabc5b

Branch: refs/heads/master
Commit: a8dabc5b5045878584cadf7de599d9041ae93dd4
Parents: 80a417b
Author: Robert Butts <ro...@gmail.com>
Authored: Tue Nov 1 16:32:03 2016 -0600
Committer: Dave Neuman <ne...@apache.org>
Committed: Mon Nov 7 12:29:08 2016 -0700

----------------------------------------------------------------------
 .../traffic_monitor/traffic_monitor-example-config.json          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/a8dabc5b/traffic_monitor/experimental/traffic_monitor/traffic_monitor-example-config.json
----------------------------------------------------------------------
diff --git a/traffic_monitor/experimental/traffic_monitor/traffic_monitor-example-config.json b/traffic_monitor/experimental/traffic_monitor/traffic_monitor-example-config.json
index bf40325..d1b4613 100644
--- a/traffic_monitor/experimental/traffic_monitor/traffic_monitor-example-config.json
+++ b/traffic_monitor/experimental/traffic_monitor/traffic_monitor-example-config.json
@@ -7,8 +7,8 @@
 	"max_events": 200,
 	"max_stat_history": 5,
 	"max_health_history": 5,
-	"health_flush_interval_ms": 200,
-	"stat_flush_interval_ms": 200,
+	"health_flush_interval_ms": 20,
+	"stat_flush_interval_ms": 20,
 	"log_location_error": "stderr",
 	"log_location_warning": "stdout",
 	"log_location_info": "null",