aboutsummaryrefslogtreecommitdiffstats
path: root/src/stats.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol1-807/+0
2022-05-08stats: Avoid NULL pointer deref in allocation failure paths.Harald Welte1-1/+7
2022-05-08stats: Functions with no arguments should specify(void)Harald Welte1-3/+3
2021-12-23select: gather statistics for TCP connectionsPhilipp Maier1-0/+5
2021-12-15stats: fix typoPhilipp Maier1-1/+1
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2021-11-09stats: allow configuring reporter's name in the VTYVadim Yanitskiy1-1/+1
2021-11-09stats: use llist_add_tail() in osmo_stats_reporter_alloc()Vadim Yanitskiy1-1/+1
2021-09-30refactor stat_item: report only changed valuesNeels Hofmeyr1-8/+4
2021-09-30refactor stat_item: get rid of FIFO and "skipped" errorNeels Hofmeyr1-43/+17
2021-08-20stats: send real last value if no new values comeOliver Smith1-0/+7
2021-04-07stats: have_value is a bool, not intOliver Smith1-1/+1
2021-04-07stat_item: make value ids item specificOliver Smith1-6/+19
2021-04-06stat_item: make next_id argument name consistentOliver Smith1-6/+6
2021-03-09stats: Ensure that each osmo_stat_item only reports once per intervalDaniel Willmann1-18/+18
2021-02-22support for stats static userspace probes via systemtapHarald Welte1-0/+13
2020-07-17stats: Add stats commands related to testingDaniel Willmann1-6/+15
2020-05-09stats: Change timer to timerfd to make it a true interval timer.Alexander Chemeris1-7/+37
2020-05-09stats: Support regular stats flushAlexander Chemeris1-0/+29
2020-05-09stats: Fix documentation for osmo_stats_set_interval()Alexander Chemeris1-2/+1
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-3/+3
2017-10-16[doc] Add Doxygen API documentation for stats.c and stats_statsd.cHarald Welte1-0/+102
2017-10-15Rename 'statistics.c' to 'counter.c'Harald Welte1-1/+1
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-0/+1
2017-05-15stats: Disable stats*.c on embedded targetsHarald Welte1-0/+14
2017-05-15use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte1-1/+2
2017-05-09timer: add osmo_timer_setup()Pablo Neira Ayuso1-1/+1
2016-11-11statsd: Fix compiler warning (int32_t vs. int64_t)Harald Welte1-2/+2
2016-05-20Fix build for OSXArran Cudbard-Bell1-1/+13
2015-11-26stats: Reorder functions in stats.cJacob Erlbeck1-59/+61
2015-11-26stats: Move statsd related code into a separate fileJacob Erlbeck1-139/+9
2015-11-09stats: Fix not reported stat item valuesJacob Erlbeck1-1/+3
2015-11-09stats: Fix handling of multiple resportersJacob Erlbeck1-2/+2
2015-11-09stats: Send all values on reporter updateJacob Erlbeck1-8/+25
2015-11-09stats: Fix name prefix handlingJacob Erlbeck1-11/+23
2015-08-21stats: Fix build on FreeBSDHolger Hans Peter Freyther1-1/+2
2015-11-02stats: Do not assign the wrong addresssHolger Hans Peter Freyther1-1/+1
2015-11-02stats: Remove warnings about never read variablesHolger Hans Peter Freyther1-8/+5
2015-11-02log: Add new DLSTATS log levelJacob Erlbeck1-4/+1
2015-11-02stats: Limit reporting by class idJacob Erlbeck1-0/+29
2015-11-02stats: Report group indices as unsigned intJacob Erlbeck1-8/+9
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck1-107/+107
2015-10-29stats: Add log reporterJacob Erlbeck1-0/+63
2015-10-29stats: Use function pointers in reporter objectsJacob Erlbeck1-25/+26
2015-10-29stats: Make net config optionalJacob Erlbeck1-0/+14
2015-10-29stats: Support statsd Multi-Metric PacketsJacob Erlbeck1-11/+97
2015-10-29stats: Add support for osmo_countersJacob Erlbeck1-0/+32
2015-10-29stats: Report stat item valuesJacob Erlbeck1-0/+49
2015-10-29stats: Implement timer based reportingJacob Erlbeck1-3/+43
2015-10-29stats: Add the reporting frameworkJacob Erlbeck1-0/+387