libosmocore/src/vty
Harald Welte 3b007f86ac vty: Add a 'skip-zero' version of 'show stats' and 'show rate-counters'
In many cases, a lot of the counters are zero, and we're likely
not interested in those, but only the non-zero counters.  Add a version
of the 'show stats' command which dumps only those items with a non-zero
total value.

Change-Id: Ie4df1c139e3c82deca1dd3cdab5d3909e0513684
2022-04-28 06:05:29 +00:00
..
Makefile.am libosmovty: Link libosmovty against libpthread 2022-03-27 23:31:24 +02:00
buffer.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
command.c revisit some calls of strtol(), stroul(), strtoull() 2021-10-04 11:24:59 +00:00
cpu_sched_vty.c vty: Support platforms that don't support pthread_getname_np() 2022-03-29 12:58:01 +00:00
fsm_vty.c treewide: remove FSF address 2021-12-14 12:44:03 +01:00
logging_vty.c VTY: implement 'no log gsmtap [HOSTNAME]' command 2022-01-05 09:51:34 +00:00
stats_vty.c vty: Add a 'skip-zero' version of 'show stats' and 'show rate-counters' 2022-04-28 06:05:29 +00:00
talloc_ctx_vty.c Use internal <osmocom/core/talloc.h> everywhere 2022-04-27 12:42:15 +00:00
tdef_vty.c tests/tdef: rename the binaries to end with '_test' 2021-11-17 20:17:59 +00:00
telnet_interface.c treewide: remove FSF address 2021-12-14 12:44:03 +01:00
utils.c vty: Add a 'skip-zero' version of 'show stats' and 'show rate-counters' 2022-04-28 06:05:29 +00:00
vector.c treewide: remove FSF address 2021-12-14 12:44:03 +01:00
vty.c vty: add vty_out_uptime() print the uptime to the vty 2021-09-23 13:12:34 +02:00