Re: [vpp-dev] Information of drop counters on "show interface"

2021-11-25 Thread Ole Troan
Akash, > Ultimate aim is to classify drop counters and its reason. I need a VAPI > handler to fetch all these details but I couldn't find any such VAPI to get > these. > Yes "show hard" will get me the interface stats but I need a respective VAPI > to handle using APK and never use vppctl. All

Re: [vpp-dev] Information of drop counters on "show interface"

2021-11-25 Thread Akash S R
/Akash On Thu, Nov 25, 2021, 18:58 Mohsin Kazmi (sykazmi) wrote: > > > > > *From: *Akash S R > *Date: *Thursday, November 25, 2021 at 12:21 PM > *To: *"Mohsin Kazmi (sykazmi)" > *Cc: *vpp-dev > *Subject: *Re: [vpp-dev] Information of drop counters on &quo

Re: [vpp-dev] Information of drop counters on "show interface"

2021-11-25 Thread Mohsin Kazmi via lists.fd.io
From: Akash S R Date: Thursday, November 25, 2021 at 12:21 PM To: "Mohsin Kazmi (sykazmi)" Cc: vpp-dev Subject: Re: [vpp-dev] Information of drop counters on "show interface" Hey, “Show errors” will give you information about drops if interface is down. I am unable

Re: [vpp-dev] Information of drop counters on "show interface"

2021-11-25 Thread Akash S R
t; Mostly drop errors are reported in per node counters. You can use CLI > command “show errors” > > > > -br > > Mohsin > > > > *From: * on behalf of Akash S R < > akashsr.akas...@gmail.com> > *Date: *Wednesday, November 24, 2021 at 12:29 PM > *T

Re: [vpp-dev] Information of drop counters on "show interface"

2021-11-24 Thread Mohsin Kazmi via lists.fd.io
Hello, Mostly drop errors are reported in per node counters. You can use CLI command “show errors” -br Mohsin From: on behalf of Akash S R Date: Wednesday, November 24, 2021 at 12:29 PM To: vpp-dev Subject: [vpp-dev] Information of drop counters on "show interface" Hello,

[vpp-dev] Information of drop counters on "show interface"

2021-11-24 Thread Akash S R
Hello, I need to understand if there is any support to classify drop counters under "show interface" with the reason for drop, like Interface Down or due to Policer Violate, anything like that. I couldn't find such support and please help what can be done for the same. /Akash -=-=-=-=-=-=-=-=-=-