This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, jerlbeck/wip/stats has been updated
via 749952e90fd40d3a6bf17ac173d890f2fadbc4c8 (commit)
via 872d8aeea0cf3c2d12dca5d30940e02daba33562 (commit)
from 7c3f729db2c33842c2dad702dfe4251dea4a06be (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=749952e90fd40d3a6bf17ac173d8…
commit 749952e90fd40d3a6bf17ac173d890f2fadbc4c8
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 3 16:21:40 2015 +0100
stats/vty: Add selective show stats command
Currently there is only the 'show stats' command which shows all
counter and stat_item values. This can lead to many lines of output
if there are per-subscriber rate counters.
The new command added by this commit allows it to only show groups of
a certain level (class_id), similar to the 'level' configuration
command for stats reporter.
The new command is
show stats level (global|peer|subscriber)
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=872d8aeea0cf3c2d12dca5d30940…
commit 872d8aeea0cf3c2d12dca5d30940e02daba33562
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Nov 3 16:18:56 2015 +0100
ns/stats: Fix class_id of "NSVC Peer Statistics" rate_ctr group
Currently the class_id is not set which effectively puts these groups
into the 'subscriber' class.
This commit adds the missing initialisation value.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/vty/misc.h | 2 ++
src/gb/gprs_ns.c | 1 +
src/vty/stats_vty.c | 15 +++++++++++++++
src/vty/utils.c | 18 ++++++++++++++++--
4 files changed, 34 insertions(+), 2 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications