Re: [vpp-dev] How to add plugin's statistics into stats thread

2018-05-10 Thread Naoyuki Mori
ot; , Yusuke Tatsumi Subject: RE: [vpp-dev] How to add plugin's statistics into stats thread Hi Jerome, We would like to add LB plugin statistics, including per- VIP connections and per-AS connections for each VIP. Frequency is configurable, 1 second is better. Data of volume depends on

Re: [vpp-dev] How to add plugin's statistics into stats thread

2018-05-07 Thread Ni, Hongjun
/2/src/plugins/lb/lb.api Thank you, Hongjun From: Jerome Tollet (jtollet) [mailto:jtol...@cisco.com] Sent: Monday, May 7, 2018 3:15 PM To: Ni, Hongjun ; vpp-dev Cc: Mori, Naoyuki ; Yusuke Tatsumi Subject: Re: [vpp-dev] How to add plugin's statistics into stats thread Hi Hongjun, Coul

Re: [vpp-dev] How to add plugin's statistics into stats thread

2018-05-07 Thread Jerome Tollet
Hi Hongjun, Could you elaborate a bit on the kind of statistics you’d like to create? Frequency and volume of data may be interesting inputs. Jerome De : au nom de "Ni, Hongjun" Date : lundi 7 mai 2018 à 07:43 À : vpp-dev Cc : "Mori, Naoyuki" , Yusuke Tatsumi Objet :

[vpp-dev] How to add plugin's statistics into stats thread

2018-05-06 Thread Ni, Hongjun
Hi all, We want to add plugin's statistics into VPP stats thread. But it seems that current stats thread only support codebase (i.e. vnet) statistics. Is there some mechanism to support adding plugin's statistics into stats thread? Thanks, Hongjun