aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-01-12 16:41:24 +0100
committerMax <msuraev@sysmocom.de>2018-01-12 16:43:37 +0100
commit34d2ca5bc8ccb61bb263c05d16fe7bf53a27dae2 (patch)
tree3f4317fae00659f82d1aaa6a35b01ebf40d3dba4 /README
parent58bd53c87b22cd82117e2e5e4f440f6ffe4af5fe (diff)
Add rate counter dumper
This simple tool dump all the rate counters available via ctrl interface to cvs file (or stdout). Change-Id: I12b369434e4ee9b38f92872f297e1f3d4f0698c2 Fixes: OS#2550
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index e85c1c4..2c04047 100644
--- a/README
+++ b/README
@@ -9,6 +9,7 @@ Use
There are currently following scripts in this package:
osmotestconfig.py - test that apps start/write with example configs
soap.py - implementation of SOAP <-> Ctrl proxy implemented on top of Twisted
+osmo_rate_ctr2csv.py - rate counter dumper on top of osmo_ipa
osmo_interact_vty.py - pipe stdin/stdout to a VTY session
osmo_interact_ctrl.py - pipe stdin/stdout to a CTRL port
osmo_verify_transcript_vty.py - VTY testing by VTY session screen dumps