Re: [vpp-dev] Interface Mib II counters

2018-07-18 Thread Ray Kinsella
Hi Ole, This looks like something that really deserves to be documented, _particularly_ the stats api & client? Has anyone written anything here that we can use? Ray K On 16/07/2018 03:46, Ole Troan wrote: Hi Rubina, I wanna extract stats of vpp interfaces (specially information about tra

Re: [vpp-dev] Interface Mib II counters

2018-07-17 Thread Ole Troan
Hi Rubina, > Thanks for your great guide, I want a tool that works on vpp stable/18.04. > > I find a dump_stats_table command in vpp_api_test, but when I used it in > vpp_api_test it returns: > "dump_stats_table:6242: dump_stats_table supported only in JSON format". > > How can I use this api?

Re: [vpp-dev] Interface Mib II counters

2018-07-16 Thread Rubina Bianchi
i? Thanks, Sincerely From: Ole Troan Sent: Monday, July 16, 2018 12:46 PM To: Rubina Bianchi Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Interface Mib II counters Hi Rubina, > I wanna extract stats of vpp interfaces (specially information about traffic, > ie.

Re: [vpp-dev] Interface Mib II counters

2018-07-16 Thread Ole Troan
Hi Rubina, > I wanna extract stats of vpp interfaces (specially information about traffic, > ie. bytes out, bytes in, ...) and set them to relevant snmp oid. > Is there any VPP infrastructure to do that? > If not, what is the efficient way to extract data? The most efficient (and new) way to ext