aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/g2/g2version.c
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2019-02-03 10:44:47 -0500
committerDave Barach <openvpp@barachs.net>2019-02-03 17:24:18 +0000
commit9c8cfd3d575116ef2ebe225b90eb1a93627ba432 (patch)
tree98fcdb2a3de7019fd12842e73eb94f7f5f32f58e /src/tools/g2/g2version.c
parent9793de02184e250b2c271f4c7710169394c8d0be (diff)
Automated anomaly detection
Compute per-track mean, variance, and n*stddev stats for the first u32 datum in each instance of the supplied event. Search for the next instance of the indicated event which has a datum larger than mean + n*stddev. This turns out to be a very effective "Nixon Gap" finder when the selected event datum is the instantaneous vector size. Such traces can be easily captured from production vpp images. Change-Id: I876843cb2ece22f902720704ce4568d4e1173e01 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/tools/g2/g2version.c')
-rw-r--r--src/tools/g2/g2version.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/tools/g2/g2version.c b/src/tools/g2/g2version.c
index ef3d036c6d5..05961ecf81a 100644
--- a/src/tools/g2/g2version.c
+++ b/src/tools/g2/g2version.c
@@ -1,6 +1,6 @@
-/*
+/*
*------------------------------------------------------------------
- * Copyright (c) 2005-2016 Cisco and/or its affiliates.
+ * Copyright (c) 2005-2019 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
@@ -14,6 +14,5 @@
* limitations under the License.
*/
-const char *version_string = "G2 (x86_64 GNU/Linux) major version 3.0";
-const char *minor_v_string =
- "Changed Thu Dec 14 17:18:36 EST 2017";
+const char *version_string = "G2 (x86_64 GNU/Linux) major version 3.1";
+const char *minor_v_string = "Last Changed Sun Feb 3 10:38:26 EST 2019";