aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stats/stats_test.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30refactor stat_item: report only changed valuesNeels Hofmeyr1-2/+2
2021-09-30refactor stat_item: get rid of FIFO and "skipped" errorNeels Hofmeyr1-102/+123
2021-09-20stats_test: assert counter and stat item val counts separatelyNeels Hofmeyr1-57/+33
2021-08-20stats: send real last value if no new values comeOliver Smith1-1/+1
2021-08-20tests/stats: show how last item sent may be wrongOliver Smith1-0/+10
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-45/+45
2021-04-07stats: log error when missing stats values (v2)Oliver Smith1-0/+2
2021-04-07stats_test: restore stat_item_get_next assertsOliver Smith1-18/+18
2021-04-07stat_item: make value ids item specificOliver Smith1-15/+0
2021-04-06stat_item: make next_id argument name consistentOliver Smith1-27/+27
2021-03-19Revert "stats: log error when missing stats values"Oliver Smith1-7/+0
2021-03-17stats: log error when missing stats valuesOliver Smith1-0/+7
2021-03-17tests/stats: enable logging in test outputOliver Smith1-24/+32
2021-03-09stats: Ensure that each osmo_stat_item only reports once per intervalDaniel Willmann1-0/+14
2019-05-07add osmo_stat_item_inc/osmo_stat_item_dec to set it relativeAlexander Couzens1-0/+16
2017-12-20rate_ctr: fix osmo-sgsn DoS: don't return NULL on already used indexNeels Hofmeyr1-5/+5
2017-12-17Do not allocate already existing counter groupMax1-1/+6
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-1/+3
2017-10-24stats_test: Extend check to include test for counter group name manglingHarald Welte1-10/+27
2017-10-24Convert lib-internal rate_ctr from '.' separator to ':' separatorHarald Welte1-3/+3
2017-01-15stats_test: fix mismatching osmo_stats_reporter->send_item signatureNeels Hofmeyr1-2/+3
2015-11-26stats/test: Add memory leak checkJacob Erlbeck1-4/+9
2015-11-26stats/test: Add test for reportingJacob Erlbeck1-17/+261
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck1-55/+55
2015-10-28stats: Use a global index for stat item valuesJacob Erlbeck1-14/+29
2015-10-28stats: Add stat_item for value monitoringJacob Erlbeck1-0/+198