summaryrefslogtreecommitdiffstats
path: root/src/vty/stats_vty.c
Commit message (Expand)AuthorAgeFilesLines
* stats_vty: Add verb to sentence for show asciidoc countersDaniel Willmann2019-07-251-1/+1
* vty: Remove trailing whitespace in output from show asciidocPau Espin Pedrol2019-06-191-2/+2
* make 'show rate-counters' show group indexStefan Sperling2018-10-291-1/+1
* stop printing group description in vty_out_rate_ctr_group_fmt()Stefan Sperling2018-10-291-0/+1
* stats_vty: Add asciidoc sections between the different countersDaniel Willmann2018-07-241-0/+3
* Add a 'show rate-counters' VTY command.Stefan Sperling2018-05-241-0/+17
* vty: show asciidoc counters: don't create an empty table for osmo_countersAlexander Couzens2017-12-051-0/+7
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-1/+3
* [doc] Don't add libosmovty bits to libosmocore groupsHarald Welte2017-10-161-6/+7
* Rename 'statistics.c' to 'counter.c'Harald Welte2017-10-151-1/+1
* vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr2017-09-271-1/+0
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-2/+4
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-2/+2
* update/extend doxygen documentationHarald Welte2017-06-121-0/+11
* vty/show asciidoc: counters: improve table headersAlexander Couzens2016-10-181-5/+8
* vty/show asciidoc: add user readable description of the versionAlexander Couzens2016-10-181-0/+10
* vty: Fix documentation of 'show asciidoc counters' VTY commandHarald Welte2016-06-151-1/+1
* add vty call show asciidoc: generate a documentation for countersAlexander Couzens2016-06-141-0/+142
* stats: Document the level in show stats level optionsHolger Hans Peter Freyther2015-11-071-0/+1
* stats/vty: Add selective show stats commandJacob Erlbeck2015-08-221-0/+15
* stats: Fix handling of the no mtu commandHolger Hans Peter Freyther2015-11-021-1/+1
* stats: Limit reporting by class idJacob Erlbeck2015-11-021-0/+37
* stats: Add osmo_ name prefix to identifiersJacob Erlbeck2015-11-021-40/+40
* stats: Add log reporterJacob Erlbeck2015-10-291-0/+49
* stats: Make net config optionalJacob Erlbeck2015-10-291-12/+15
* stats: Add missing mtu command to 'write' outputJacob Erlbeck2015-10-291-0/+3
* stats: Support statsd Multi-Metric PacketsJacob Erlbeck2015-10-291-0/+19
* stats: Implement timer based reportingJacob Erlbeck2015-10-291-13/+21
* stats/vty: Add stats configurationJacob Erlbeck2015-10-291-1/+260
* stats/vty: Add stats_vty.cJacob Erlbeck2015-10-291-0/+52