libosmocore/src/vty
Jacob Erlbeck 45513e6040 stats/vty: Add stats_vty.c
This file will contain the VTY code related to statistics.

This commit adds a minimal file with just as single VTY command:

- show stats    This command shows all statistical values

To enable this and future commands, the main program needs to call
stats_vty_add_cmds().

Sponsored-by: On-Waves ehf
2015-10-29 00:09:04 +01:00
..
Makefile.am stats/vty: Add stats_vty.c 2015-10-29 00:09:04 +01:00
buffer.c remove references to u_long type, use 'unsigned long' instead 2014-11-14 15:22:22 +01:00
command.c vty: Change API to have node installation be done by int 2015-08-05 04:22:56 +00:00
logging_vty.c vty: Fix writing the logging of category 2015-03-20 15:31:30 +01:00
stats_vty.c stats/vty: Add stats_vty.c 2015-10-29 00:09:04 +01:00
telnet_interface.c write_queue: Use EBADF instead of EBABDFD for portability 2014-07-01 19:42:49 +02:00
utils.c stat/vty: Add vty_out_statistics_full to show all statistics 2015-10-28 23:53:46 +01:00
vector.c vty/vector.c: Use string.h, not memory.h 2014-11-14 15:22:37 +01:00
vty.c remove references to u_long type, use 'unsigned long' instead 2014-11-14 15:22:22 +01:00