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, 0 insertions, 31 deletions
diff --git a/gmod/gmod/vpp.conf b/gmod/gmod/vpp.conf
deleted file mode 100644
index 353a8ab0244..00000000000
--- a/gmod/gmod/vpp.conf
+++ /dev/null
@@ -1,31 +0,0 @@
-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"
- }
-}