aboutsummaryrefslogtreecommitdiffstats
path: root/gmod/gmod/vpp.conf
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2016-01-28 09:36:05 -0500
committerDave Barach <dave@barachs.net>2016-01-28 09:36:20 -0500
commitc23f7bc9a1602b069faba8e559e24bb859476276 (patch)
tree0d7d43c9597ccf9eefeb802cafbdc5b6e82e6387 /gmod/gmod/vpp.conf
parent2068e983dd699e199f8c920e6b0f94e7847227dc (diff)
vpp metrics upload via gmond plugin
The gmond module (gmod) isn't built by default, pending CentOS packaging work. Change-Id: I78493a60f431cf9924a28d31ba29423a03aa79b3 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'gmod/gmod/vpp.conf')
-rw-r--r--gmod/gmod/vpp.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/gmod/gmod/vpp.conf b/gmod/gmod/vpp.conf
new file mode 100644
index 00000000..6df20ed1
--- /dev/null
+++ b/gmod/gmod/vpp.conf
@@ -0,0 +1,26 @@
+modules {
+ module {
+ name = "vpp_module"
+ path = "libgmodvpp.so"
+ }
+}
+
+collection_group {
+ collect_every = 2
+ time_threshold = 10
+ metric {
+ name = "Vector_Rate"
+ value_threshold = 20.0
+ title = "Vector Rate"
+ }
+ metric {
+ name = "VPP_State"
+ value_threshold = 0.5
+ title = "VPP State"
+ }
+ metric {
+ name = "Input_Rate"
+ value_threshold = 10000.0
+ title = "VPP Aggregate RX rate"
+ }
+}