diff options
author | Jacob Erlbeck <jerlbeck@sysmocom.de> | 2015-10-19 15:11:50 +0200 |
---|---|---|
committer | Jacob Erlbeck <jerlbeck@sysmocom.de> | 2015-10-28 23:53:46 +0100 |
commit | 7211fe157e1107d4a9c04a0ecf494a7b9633c400 (patch) | |
tree | c0a62670c1c6a876e7db4dc09ad98fba1a806a2e /include/osmocom | |
parent | aec583f68786f91c3f0d76a8f8706c85aaca07a8 (diff) |
stat/vty: Add vty_out_statistics_full to show all statistics
This functions shows the state of all osmo_counters, stat_item
groups, and counter groups.
Sponsored-by: On-Waves ehf
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/vty/misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/vty/misc.h b/include/osmocom/vty/misc.h index ad878db2..99c2ee68 100644 --- a/include/osmocom/vty/misc.h +++ b/include/osmocom/vty/misc.h @@ -16,5 +16,7 @@ void vty_out_rate_ctr_group(struct vty *vty, const char *prefix, void vty_out_stat_item_group(struct vty *vty, const char *prefix, struct stat_item_group *statg); +void vty_out_statistics_full(struct vty *vty, const char *prefix); + int osmo_vty_write_config_file(const char *filename); int osmo_vty_save_config_file(void); |