aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty/stats_vty.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-25stats_vty: Add verb to sentence for show asciidoc countersDaniel Willmann1-1/+1
2019-06-19vty: Remove trailing whitespace in output from show asciidocPau Espin Pedrol1-2/+2
2018-10-29make 'show rate-counters' show group indexStefan Sperling1-1/+1
2018-10-29stop printing group description in vty_out_rate_ctr_group_fmt()Stefan Sperling1-0/+1
2018-07-24stats_vty: Add asciidoc sections between the different countersDaniel Willmann1-0/+3
2018-05-24Add a 'show rate-counters' VTY command.Stefan Sperling1-0/+17
2017-12-05vty: show asciidoc counters: don't create an empty table for osmo_countersAlexander Couzens1-0/+7
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-1/+3
2017-10-16[doc] Don't add libosmovty bits to libosmocore groupsHarald Welte1-6/+7
2017-10-15Rename 'statistics.c' to 'counter.c'Harald Welte1-1/+1
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr1-1/+0
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-2/+4
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-2/+2
2017-06-12update/extend doxygen documentationHarald Welte1-0/+11
2016-10-18vty/show asciidoc: counters: improve table headersAlexander Couzens1-5/+8
2016-10-18vty/show asciidoc: add user readable description of the versionAlexander Couzens1-0/+10
2016-06-15vty: Fix documentation of 'show asciidoc counters' VTY commandHarald Welte1-1/+1
2016-06-14add vty call show asciidoc: generate a documentation for countersAlexander Couzens1-0/+142
2015-11-07stats: Document the level in show stats level optionsHolger Hans Peter Freyther1-0/+1
2015-08-22stats/vty: Add selective show stats commandJacob Erlbeck1-0/+15
2015-11-02stats: Fix handling of the no mtu commandHolger Hans Peter Freyther1-1/+1
2015-11-02stats: Limit reporting by class idJacob Erlbeck1-0/+37
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck1-40/+40
2015-10-29stats: Add log reporterJacob Erlbeck1-0/+49
2015-10-29stats: Make net config optionalJacob Erlbeck1-12/+15
2015-10-29stats: Add missing mtu command to 'write' outputJacob Erlbeck1-0/+3
2015-10-29stats: Support statsd Multi-Metric PacketsJacob Erlbeck1-0/+19
2015-10-29stats: Implement timer based reportingJacob Erlbeck1-13/+21
2015-10-29stats/vty: Add stats configurationJacob Erlbeck1-1/+260
2015-10-29stats/vty: Add stats_vty.cJacob Erlbeck1-0/+52