aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-12-06 16:31:02 +0100
committerlaforge <laforge@osmocom.org>2021-12-23 14:52:15 +0000
commitb1ef8f5f691db8d245428568e4934795943f39fd (patch)
tree8c0fd434e03b7d209da1f03325786cfba644f100 /tests/stats
parent9fe1f9fb0b3197cdecaa55017d3afd7355e59c36 (diff)
select: gather statistics for TCP connections
osmocom applications are deployed in a variety of different situations. Dependung on the medium that interconnects the network components unexpected behaviour may occur. To debug problems with the interconnection between network components it might help to monitor the health of the related TCP connections. Change-Id: I1416f95aff2adcf13689646b7574845de169fa3d Related: SYS#5701
Diffstat (limited to 'tests/stats')
-rw-r--r--tests/stats/stats_vty_test.vty1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stats/stats_vty_test.vty b/tests/stats/stats_vty_test.vty
index 94cc7e8e..8732d50b 100644
--- a/tests/stats/stats_vty_test.vty
+++ b/tests/stats/stats_vty_test.vty
@@ -7,6 +7,7 @@ stats_vty_test(config)# list
stats reporter log [NAME]
no stats reporter log [NAME]
stats interval <0-65535>
+ stats-tcp interval <0-65535>
...
stats_vty_test(config)# ### No reporters shall be configured by default