libosmocore/utils/osmo-stat-dummy
Pau Espin 88955fb550 Fix all references to config.h
config.h is created in $(top_buildir)/config.h.
Let's make sure all CPPFLAGS add correct -Ipath includes,
and that all code includes the correct file.

Change-Id: Ie9ea38bb009bc715b01cde4d66d181f7bec2e7bd
2023-01-18 19:04:36 +01:00
..
Makefile.am Move src/*.{c,h} to src/core/ 2023-01-18 17:14:06 +01:00
README.md osmo-stat-dummy: add rate counters and statsd tester 2022-12-20 14:20:05 +03:00
osmo-stat-dummy.c Fix all references to config.h 2023-01-18 19:04:36 +01:00
osmo-stat-dummy.cfg osmo-stat-dummy: add rate counters and statsd tester 2022-12-20 14:20:05 +03:00
osmo-stat-dummy.html osmo-stat-dummy: add rate counters and statsd tester 2022-12-20 14:20:05 +03:00

README.md

Osmocom utilities

  • osmo-stat-dummy: utility for rate counter and statsd testing

It has 2 rate counters: one ticks twice a seconds, another one can be manually updated with 'update-rate-ctr' command via vty.

The raw value is sent via statsd protocol. If you install "netdata" monitoring tool than you can open http://localhost:19999 in browser and observe live counters monitoring under "StatsD dummy" without any additional setup.

Opening osmo-stat-dummy.html in browser while both netdata and osmo-stat-dummy are running will show dimensioned (per min/hour/day) rate counters as well as raw data.

The latter is handy for troubleshooting and comparing libosmocore's internal rate counter computation.