]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_vty.c
[bgpd] Add 'show bgp memory' for stats on fixed-size allocations in bgpd
authorPaul Jakma <paul.jakma@sun.com>
Thu, 30 Mar 2006 14:05:23 +0000 (14:05 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Thu, 30 Mar 2006 14:05:23 +0000 (14:05 +0000)
commit4bf6a3621c828ea9f2c62298b525a2c1a191a45e
tree88d950315b8ef20ce1e12e4166c3eb6b10d989dd
parent5304cb52f47a646554241b3bc1d1dab9ccaea73d
[bgpd] Add 'show bgp memory' for stats on fixed-size allocations in bgpd

2006-03-19 Paul Jakma <paul.jakma@sun.com>

* bgpd/bgp_vty.c: Add includes to get several structs we want
  to provide usage statistics on.
  (show_bgp_memory_cmd) Show memory usage stats for various
  notable fixed size objects. Using mtype_stats_alloc and
  mtype_memstr recently added to memory.c.
  (bgp_show_summary) Report some additional stats specific to
  the given BGP instance and/or AFI/SAFI such as table counts,
  peers, rsclients and peer-groups.
  (bgp_vty_init) Install show_bgp_memory_cmd.
bgpd/ChangeLog
bgpd/bgp_vty.c