Re: [vpp-dev] VPP stats

2019-03-11 Thread Yohan Pipereau (ypiperea) via Lists.Fd.Io
} Yohan > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Raj > Sent: lundi 11 mars 2019 15:37 > To: vpp-dev > Subject: Re: [vpp-dev] VPP stats > > Hi Ole, > > I tried various combination of stats and statseg in config file but no joy. > For &

Re: [vpp-dev] VPP stats

2019-03-11 Thread Raj
Hi Ole, I tried various combination of stats and statseg in config file but no joy. For example this conf gives error in 18.10. though by manual it seems ok. stats { socket-name /run/vpp/stats.sock } statseg { size 128M } It would be great if you can point to the documentation for 18.10 or a

Re: [vpp-dev] VPP stats

2019-03-06 Thread Ole Troan
Hi Raj, statseg { … } There is a C API in vpp-api/client/stat_client.h you can use. Or a higher level Go, Python or C++ binding too. Cheers, Ole > On 6 Mar 2019, at 14:27, Raj wrote: > > Hi all, > > I am trying to get the stats from VPP SHM. If I understand correctly, > I need to open VPP