libosmocore.git branch jerlbeck/wip/stats updated. 0.9.0-23-g07ab212

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Tue Nov 17 12:40:29 UTC 2015


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
  discards  86b02a87bb8fc992e5bf981e334f9226982178b9 (commit)
  discards  9bb635ed9986cbed090af33608ce378e833ebcbf (commit)
  discards  d125133de82d7daf079e8890bccfd647c67e4d08 (commit)
  discards  36b007182d84ed0e7b318860036697dd99262de9 (commit)
  discards  b75510fda1fb7c65e65e4c7c28b2cd30abc3d035 (commit)
       via  07ab21292da2aa6b441fae8c5829f4f28376bce2 (commit)
       via  0b8d2f81d8ff5b2fc443aef4a52912cac640b057 (commit)
       via  56922b3f7bdf58153b450d56adf50b0c4b404a45 (commit)
       via  342706d51c75a4c840a50a1e20178dc48a940b77 (commit)
       via  b52d8121888f3aedc1f1390f13347201db931876 (commit)
       via  a99d45ac5960c25818b980683cb5920ffd25588c (commit)
       via  2b82c1c6c887656e2fc8c2ee4456ac93d5834e03 (commit)
       via  abc46af90fde9e9435dee5f4f472aec3f68d3353 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (86b02a87bb8fc992e5bf981e334f9226982178b9)
            \
             N -- N -- N (07ab21292da2aa6b441fae8c5829f4f28376bce2)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=07ab21292da2aa6b441fae8c5829f4f28376bce2

commit 07ab21292da2aa6b441fae8c5829f4f28376bce2
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Nov 10 11:38:25 2015 +0100

    stats: Add TODO comment to rate_ctr
    
    Currently the counters are scanned twice, once for interval
    computation and once for reporting.
    
    This adds a reminder to move the interval computation code to a
    special stats reporter which just updates the fields.
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/libosmocore/commit/?id=0b8d2f81d8ff5b2fc443aef4a52912cac640b057

commit 0b8d2f81d8ff5b2fc443aef4a52912cac640b057
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Tue Nov 10 11:36:58 2015 +0100

    stats/test: Add memory leak check
    
    Adds a rudimentary leak check for the counters and stat items.
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/libosmocore/commit/?id=56922b3f7bdf58153b450d56adf50b0c4b404a45

commit 56922b3f7bdf58153b450d56adf50b0c4b404a45
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Nov 9 17:25:27 2015 +0100

    stats/test: Add test for reporting
    
    This tests uses a dedicated test reported to check several aspects of
    the value reporting.
      - addition/removal of stats reporter
      - addition/removal of counters/items
      - setting of max_class
      - initial value flush
      - updating single counters/items
      - reporter retrieval
      - enable/disable
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/libosmocore/commit/?id=342706d51c75a4c840a50a1e20178dc48a940b77

commit 342706d51c75a4c840a50a1e20178dc48a940b77
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Nov 9 15:48:25 2015 +0100

    stats: Reorder functions in stats.c
    
    Due to prior refactoring, the functions do not have an sensible order
    in the file. This commit tries to improve that a little bit.
    
    Sponsored-by: On-Waves ehf

http://cgit.osmocom.org/libosmocore/commit/?id=b52d8121888f3aedc1f1390f13347201db931876

commit b52d8121888f3aedc1f1390f13347201db931876
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Mon Nov 9 15:33:44 2015 +0100

    stats: Move statsd related code into a separate file
    
    This commit moves the stats specific code parts into stats_statsd.c
    while keeping the generic parts in stats.c. The code in stats.c no
    longer contains references to statsd symbols.
    
    Note that the VTY code still needs to know about every stats reporter
    backend.
    
    Sponsored-by: On-Waves ehf

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                   |  8 ++++++++
 include/osmocom/core/linuxrbtree.h |  3 ++-
 include/osmocom/vty/buffer.h       |  4 ++--
 include/osmocom/vty/command.h      |  4 ++--
 include/osmocom/vty/vector.h       |  4 ++--
 src/rbtree.c                       |  3 ++-
 src/select.c                       |  3 ++-
 src/vty/buffer.c                   |  4 ++--
 src/vty/command.c                  | 23 ++++++-----------------
 src/vty/vector.c                   |  4 ++--
 10 files changed, 30 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list