aboutsummaryrefslogtreecommitdiffstats
path: root/gmod/gmod/vpp.conf
diff options
context:
space:
mode:
Diffstat (limited to 'gmod/gmod/vpp.conf')
-rw-r--r--gmod/gmod/vpp.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/gmod/gmod/vpp.conf b/gmod/gmod/vpp.conf
new file mode 100644
index 00000000..353a8ab0
--- /dev/null
+++ b/gmod/gmod/vpp.conf
@@ -0,0 +1,31 @@
+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"
+ }
+ metric {
+ name = "Sig_Error_Rate"
+ value_threshold = 10.0
+ title = "VPP Significant Error Rate"
+ }
+}