[vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-08-26 Thread carlito nueno
Hi all,

I am using: vpp v19.08-release built by root on 365637461ad3 at Wed Aug 21
18:20:49 UTC 2019

When I do sh hardware-interfaces or sh hardware-interfaces detail or
verbose, extended stats are not showing.

On 19.08 I only see stats like below:

rss active:none
tx burst function: eth_igb_xmit_pkts
rx burst function: eth_igb_recv_scattered_pkts

tx frames ok   26115
tx bytes ok 34203511
rx frames ok   12853
rx bytes ok  1337944

On 19.04 I am able to see:

rss active:none
tx burst function: eth_igb_xmit_pkts
rx burst function: eth_igb_recv_scattered_pkts

tx frames ok21535933
tx bytes ok  21806938127
rx frames ok13773533
rx bytes ok   3642009224
extended stats:
  rx good packets   13773533
  tx good packets   21535933
  rx good bytes   3642009224
  tx good bytes  21806938127
  rx size 64 packets 1171276
  rx size 65 to 127 packets  8462547
  rx size 128 to 255 packets 1506266
  rx size 256 to 511 packets  606052
  rx size 512 to 1023 packets 560122
  rx size 1024 to max packets1467270
  rx broadcast packets383890
  rx multicast packets291769
  rx total packets  13773533
  tx total packets  21535933
  rx total bytes  3642009224
  tx total bytes 21806938127
  tx size 64 packets  397270
  tx size 65 to 127 packets  3649953
  tx size 128 to 255 packets 1817099
  tx size 256 to 511 packets  976902
  tx size 512 to 1023 packets 773963
  tx size 1023 to max packets   13920746
  tx multicast packets   893
  tx broadcast packets356966
  rx sent to host packets 59
  tx sent by host packets 81

Any advice on how to show extended stats on 19.08?

Thanks!
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13846): https://lists.fd.io/g/vpp-dev/message/13846
Mute This Topic: https://lists.fd.io/mt/33041221/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-08-26 Thread David Cornejo
did you make sure that you have detailed stats collection enabled for
the interface?

(see vl_api_collect_detailed_interface_stats_t)

On Mon, Aug 26, 2019 at 2:24 PM carlito nueno  wrote:
>
> Hi all,
>
> I am using: vpp v19.08-release built by root on 365637461ad3 at Wed Aug 21 
> 18:20:49 UTC 2019
>
> When I do sh hardware-interfaces or sh hardware-interfaces detail or verbose, 
> extended stats are not showing.
>
> On 19.08 I only see stats like below:
>
> rss active:none
> tx burst function: eth_igb_xmit_pkts
> rx burst function: eth_igb_recv_scattered_pkts
>
> tx frames ok   26115
> tx bytes ok 34203511
> rx frames ok   12853
> rx bytes ok  1337944
>
> On 19.04 I am able to see:
>
> rss active:none
> tx burst function: eth_igb_xmit_pkts
> rx burst function: eth_igb_recv_scattered_pkts
>
> tx frames ok21535933
> tx bytes ok  21806938127
> rx frames ok13773533
> rx bytes ok   3642009224
> extended stats:
>   rx good packets   13773533
>   tx good packets   21535933
>   rx good bytes   3642009224
>   tx good bytes  21806938127
>   rx size 64 packets 1171276
>   rx size 65 to 127 packets  8462547
>   rx size 128 to 255 packets 1506266
>   rx size 256 to 511 packets  606052
>   rx size 512 to 1023 packets 560122
>   rx size 1024 to max packets1467270
>   rx broadcast packets383890
>   rx multicast packets291769
>   rx total packets  13773533
>   tx total packets  21535933
>   rx total bytes  3642009224
>   tx total bytes 21806938127
>   tx size 64 packets  397270
>   tx size 65 to 127 packets  3649953
>   tx size 128 to 255 packets 1817099
>   tx size 256 to 511 packets  976902
>   tx size 512 to 1023 packets 773963
>   tx size 1023 to max packets   13920746
>   tx multicast packets   893
>   tx broadcast packets356966
>   rx sent to host packets 59
>   tx sent by host packets 81
>
> Any advice on how to show extended stats on 19.08?
>
> Thanks!
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#13846): https://lists.fd.io/g/vpp-dev/message/13846
> Mute This Topic: https://lists.fd.io/mt/33041221/675628
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [d...@dogwood.com]
> -=-=-=-=-=-=-=-=-=-=-=-



-- 
Kailua, Hawaiʻi
US +1 (808) 728-3050
UK +44 (020) 3286 2808
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13847): https://lists.fd.io/g/vpp-dev/message/13847
Mute This Topic: https://lists.fd.io/mt/33041221/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-08-27 Thread Devis Reagan
Even I am using vpp 19.08 & don’t see the extended stats which I used to
see in other vpp release .
There was not change in the configuration but with vpp 19.08 it’s not
showing up .

When I use dpdk application called testpmd the extended stats just show up
fine . It’s only the vpp not showing it .

Do we need to configure any thing to get it ?

Note : In the release note of 19.08 I saw some changes gone in for extended
stats .

Thanks


On Tue, Aug 27, 2019 at 7:12 AM David Cornejo  wrote:

> did you make sure that you have detailed stats collection enabled for
> the interface?
>
> (see vl_api_collect_detailed_interface_stats_t)
>
> On Mon, Aug 26, 2019 at 2:24 PM carlito nueno 
> wrote:
> >
> > Hi all,
> >
> > I am using: vpp v19.08-release built by root on 365637461ad3 at Wed Aug
> 21 18:20:49 UTC 2019
> >
> > When I do sh hardware-interfaces or sh hardware-interfaces detail or
> verbose, extended stats are not showing.
> >
> > On 19.08 I only see stats like below:
> >
> > rss active:none
> > tx burst function: eth_igb_xmit_pkts
> > rx burst function: eth_igb_recv_scattered_pkts
> >
> > tx frames ok   26115
> > tx bytes ok 34203511
> > rx frames ok   12853
> > rx bytes ok  1337944
> >
> > On 19.04 I am able to see:
> >
> > rss active:none
> > tx burst function: eth_igb_xmit_pkts
> > rx burst function: eth_igb_recv_scattered_pkts
> >
> > tx frames ok21535933
> > tx bytes ok  21806938127
> > rx frames ok13773533
> > rx bytes ok   3642009224
> > extended stats:
> >   rx good packets   13773533
> >   tx good packets   21535933
> >   rx good bytes   3642009224
> >   tx good bytes  21806938127
> >   rx size 64 packets 1171276
> >   rx size 65 to 127 packets  8462547
> >   rx size 128 to 255 packets 1506266
> >   rx size 256 to 511 packets  606052
> >   rx size 512 to 1023 packets 560122
> >   rx size 1024 to max packets1467270
> >   rx broadcast packets383890
> >   rx multicast packets291769
> >   rx total packets  13773533
> >   tx total packets  21535933
> >   rx total bytes  3642009224
> >   tx total bytes 21806938127
> >   tx size 64 packets  397270
> >   tx size 65 to 127 packets  3649953
> >   tx size 128 to 255 packets 1817099
> >   tx size 256 to 511 packets  976902
> >   tx size 512 to 1023 packets 773963
> >   tx size 1023 to max packets   13920746
> >   tx multicast packets   893
> >   tx broadcast packets356966
> >   rx sent to host packets 59
> >   tx sent by host packets 81
> >
> > Any advice on how to show extended stats on 19.08?
> >
> > Thanks!
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> >
> > View/Reply Online (#13846): https://lists.fd.io/g/vpp-dev/message/13846
> > Mute This Topic: https://lists.fd.io/mt/33041221/675628
> > Group Owner: vpp-dev+ow...@lists.fd.io
> > Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [d...@dogwood.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
>
>
>
> --
> Kailua, Hawaiʻi
> US +1 (808) 728-3050
> UK +44 (020) 3286 2808
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#13847): https://lists.fd.io/g/vpp-dev/message/13847
> Mute This Topic: https://lists.fd.io/mt/33041221/1865918
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [devisreaga...@gmail.com
> ]
> -=-=-=-=-=-=-=-=-=-=-=-
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13850): https://lists.fd.io/g/vpp-dev/message/13850
Mute This Topic: https://lists.fd.io/mt/33041221/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-08-28 Thread Devis Reagan
Can any one help on this ? Extended stats not shown  in vpp 19.08 via ‘show
hardware-interfaces’ command

Thanks

On Tue, Aug 27, 2019 at 12:49 PM Devis Reagan via Lists.Fd.Io
 wrote:

> Even I am using vpp 19.08 & don’t see the extended stats which I used to
> see in other vpp release .
> There was not change in the configuration but with vpp 19.08 it’s not
> showing up .
>
> When I use dpdk application called testpmd the extended stats just show up
> fine . It’s only the vpp not showing it .
>
> Do we need to configure any thing to get it ?
>
> Note : In the release note of 19.08 I saw some changes gone in for
> extended stats .
>
> Thanks
>
>
> On Tue, Aug 27, 2019 at 7:12 AM David Cornejo  wrote:
>
>> did you make sure that you have detailed stats collection enabled for
>> the interface?
>>
>> (see vl_api_collect_detailed_interface_stats_t)
>>
>> On Mon, Aug 26, 2019 at 2:24 PM carlito nueno 
>> wrote:
>> >
>> > Hi all,
>> >
>> > I am using: vpp v19.08-release built by root on 365637461ad3 at Wed Aug
>> 21 18:20:49 UTC 2019
>> >
>> > When I do sh hardware-interfaces or sh hardware-interfaces detail or
>> verbose, extended stats are not showing.
>> >
>> > On 19.08 I only see stats like below:
>> >
>> > rss active:none
>> > tx burst function: eth_igb_xmit_pkts
>> > rx burst function: eth_igb_recv_scattered_pkts
>> >
>> > tx frames ok   26115
>> > tx bytes ok 34203511
>> > rx frames ok   12853
>> > rx bytes ok  1337944
>> >
>> > On 19.04 I am able to see:
>> >
>> > rss active:none
>> > tx burst function: eth_igb_xmit_pkts
>> > rx burst function: eth_igb_recv_scattered_pkts
>> >
>> > tx frames ok21535933
>> > tx bytes ok  21806938127
>> > rx frames ok13773533
>> > rx bytes ok   3642009224
>> > extended stats:
>> >   rx good packets   13773533
>> >   tx good packets   21535933
>> >   rx good bytes   3642009224
>> >   tx good bytes  21806938127
>> >   rx size 64 packets 1171276
>> >   rx size 65 to 127 packets  8462547
>> >   rx size 128 to 255 packets 1506266
>> >   rx size 256 to 511 packets  606052
>> >   rx size 512 to 1023 packets 560122
>> >   rx size 1024 to max packets1467270
>> >   rx broadcast packets383890
>> >   rx multicast packets291769
>> >   rx total packets  13773533
>> >   tx total packets  21535933
>> >   rx total bytes  3642009224
>> >   tx total bytes 21806938127
>> >   tx size 64 packets  397270
>> >   tx size 65 to 127 packets  3649953
>> >   tx size 128 to 255 packets 1817099
>> >   tx size 256 to 511 packets  976902
>> >   tx size 512 to 1023 packets 773963
>> >   tx size 1023 to max packets   13920746
>> >   tx multicast packets   893
>> >   tx broadcast packets356966
>> >   rx sent to host packets 59
>> >   tx sent by host packets 81
>> >
>> > Any advice on how to show extended stats on 19.08?
>> >
>> > Thanks!
>> > -=-=-=-=-=-=-=-=-=-=-=-
>> > Links: You receive all messages sent to this group.
>> >
>> > View/Reply Online (#13846): https://lists.fd.io/g/vpp-dev/message/13846
>> > Mute This Topic: https://lists.fd.io/mt/33041221/675628
>> > Group Owner: vpp-dev+ow...@lists.fd.io
>> > Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [d...@dogwood.com]
>> > -=-=-=-=-=-=-=-=-=-=-=-
>>
>>
>>
>> --
>> Kailua, Hawaiʻi
>> US +1 (808) 728-3050
>> UK +44 (020) 3286 2808
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>>
>> View/Reply Online (#13847): https://lists.fd.io/g/vpp-dev/message/13847
>> Mute This Topic: https://lists.fd.io/mt/33041221/1865918
>> Group Owner: vpp-dev+ow...@lists.fd.io
>> Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [
>> devisreaga...@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#13850): https://lists.fd.io/g/vpp-dev/message/13850
> Mute This Topic: https://lists.fd.io/mt/33041221/1865918
> Group Owner: vpp-dev+ow...@lists.fd.io
> Unsubscribe: htt

Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-08-28 Thread Damjan Marion via Lists.Fd.Io

It is not intentional so somebody needs to debug it… "git bisect" might be good 
choice here.

> On 28 Aug 2019, at 13:50, Devis Reagan  wrote:
> 
> Can any one help on this ? Extended stats not shown  in vpp 19.08 via ‘show 
> hardware-interfaces’ command 
> 
> Thanks 
> 
> On Tue, Aug 27, 2019 at 12:49 PM Devis Reagan via Lists.Fd.Io 
>   > wrote:
> Even I am using vpp 19.08 & don’t see the extended stats which I used to see 
> in other vpp release . 
> There was not change in the configuration but with vpp 19.08 it’s not showing 
> up .
> 
> When I use dpdk application called testpmd the extended stats just show up 
> fine . It’s only the vpp not showing it . 
> 
> Do we need to configure any thing to get it ? 
> 
> Note : In the release note of 19.08 I saw some changes gone in for extended 
> stats .
> 
> Thanks
> 
> 
> On Tue, Aug 27, 2019 at 7:12 AM David Cornejo  > wrote:
> did you make sure that you have detailed stats collection enabled for
> the interface?
> 
> (see vl_api_collect_detailed_interface_stats_t)
> 
> On Mon, Aug 26, 2019 at 2:24 PM carlito nueno  > wrote:
> >
> > Hi all,
> >
> > I am using: vpp v19.08-release built by root on 365637461ad3 at Wed Aug 21 
> > 18:20:49 UTC 2019
> >
> > When I do sh hardware-interfaces or sh hardware-interfaces detail or 
> > verbose, extended stats are not showing.
> >
> > On 19.08 I only see stats like below:
> >
> > rss active:none
> > tx burst function: eth_igb_xmit_pkts
> > rx burst function: eth_igb_recv_scattered_pkts
> >
> > tx frames ok   26115
> > tx bytes ok 34203511
> > rx frames ok   12853
> > rx bytes ok  1337944
> >
> > On 19.04 I am able to see:
> >
> > rss active:none
> > tx burst function: eth_igb_xmit_pkts
> > rx burst function: eth_igb_recv_scattered_pkts
> >
> > tx frames ok21535933
> > tx bytes ok  21806938127
> > rx frames ok13773533
> > rx bytes ok   3642009224
> > extended stats:
> >   rx good packets   13773533
> >   tx good packets   21535933
> >   rx good bytes   3642009224
> >   tx good bytes  21806938127
> >   rx size 64 packets 1171276
> >   rx size 65 to 127 packets  8462547
> >   rx size 128 to 255 packets 1506266
> >   rx size 256 to 511 packets  606052
> >   rx size 512 to 1023 packets 560122
> >   rx size 1024 to max packets1467270
> >   rx broadcast packets383890
> >   rx multicast packets291769
> >   rx total packets  13773533
> >   tx total packets  21535933
> >   rx total bytes  3642009224
> >   tx total bytes 21806938127
> >   tx size 64 packets  397270
> >   tx size 65 to 127 packets  3649953
> >   tx size 128 to 255 packets 1817099
> >   tx size 256 to 511 packets  976902
> >   tx size 512 to 1023 packets 773963
> >   tx size 1023 to max packets   13920746
> >   tx multicast packets   893
> >   tx broadcast packets356966
> >   rx sent to host packets 59
> >   tx sent by host packets 81
> >
> > Any advice on how to show extended stats on 19.08?
> >
> > Thanks!
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> >
> > View/Reply Online (#13846): https://lists.fd.io/g/vpp-dev/message/13846 
> > 
> > Mute This Topic: https://lists.fd.io/mt/33041221/675628 
> > 
> > Group Owner: vpp-dev+ow...@lists.fd.io 
> > Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub 
> >   [d...@dogwood.com 
> > ]
> > -=-=-=-=-=-=-=-=-=-=-=-
> 
> 
> 
> -- 
> Kailua, Hawaiʻi
> US +1 (808) 728-3050
> UK +44 (020) 3286 2808
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> 
> View/Reply Online (#13847): https://lists.fd.io/g/vpp-dev/message/13847 
> 
> Mute This Topic:

Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-08-28 Thread carlito nueno
Hi David,

I tried "vppctl interface collect detailed-stats enable" but it doesn't
work.

I will git bisect as Damjan mentioned and try to see what changed.

Thanks

On Wed, Aug 28, 2019 at 8:00 AM Damjan Marion via Lists.Fd.Io  wrote:

>
> It is not intentional so somebody needs to debug it… "git bisect" might be
> good choice here.
>
> On 28 Aug 2019, at 13:50, Devis Reagan  wrote:
>
> Can any one help on this ? Extended stats not shown  in vpp 19.08 via
> ‘show hardware-interfaces’ command
>
> Thanks
>
> On Tue, Aug 27, 2019 at 12:49 PM Devis Reagan via Lists.Fd.Io
>   wrote:
>
>> Even I am using vpp 19.08 & don’t see the extended stats which I used to
>> see in other vpp release .
>> There was not change in the configuration but with vpp 19.08 it’s not
>> showing up .
>>
>> When I use dpdk application called testpmd the extended stats just show
>> up fine . It’s only the vpp not showing it .
>>
>> Do we need to configure any thing to get it ?
>>
>> Note : In the release note of 19.08 I saw some changes gone in for
>> extended stats .
>>
>> Thanks
>>
>>
>> On Tue, Aug 27, 2019 at 7:12 AM David Cornejo  wrote:
>>
>>> did you make sure that you have detailed stats collection enabled for
>>> the interface?
>>>
>>> (see vl_api_collect_detailed_interface_stats_t)
>>>
>>> On Mon, Aug 26, 2019 at 2:24 PM carlito nueno 
>>> wrote:
>>> >
>>> > Hi all,
>>> >
>>> > I am using: vpp v19.08-release built by root on 365637461ad3 at Wed
>>> Aug 21 18:20:49 UTC 2019
>>> >
>>> > When I do sh hardware-interfaces or sh hardware-interfaces detail or
>>> verbose, extended stats are not showing.
>>> >
>>> > On 19.08 I only see stats like below:
>>> >
>>> > rss active:none
>>> > tx burst function: eth_igb_xmit_pkts
>>> > rx burst function: eth_igb_recv_scattered_pkts
>>> >
>>> > tx frames ok   26115
>>> > tx bytes ok 34203511
>>> > rx frames ok   12853
>>> > rx bytes ok  1337944
>>> >
>>> > On 19.04 I am able to see:
>>> >
>>> > rss active:none
>>> > tx burst function: eth_igb_xmit_pkts
>>> > rx burst function: eth_igb_recv_scattered_pkts
>>> >
>>> > tx frames ok21535933
>>> > tx bytes ok  21806938127
>>> > rx frames ok13773533
>>> > rx bytes ok   3642009224
>>> > extended stats:
>>> >   rx good packets   13773533
>>> >   tx good packets   21535933
>>> >   rx good bytes   3642009224
>>> >   tx good bytes  21806938127
>>> >   rx size 64 packets 1171276
>>> >   rx size 65 to 127 packets  8462547
>>> >   rx size 128 to 255 packets 1506266
>>> >   rx size 256 to 511 packets  606052
>>> >   rx size 512 to 1023 packets 560122
>>> >   rx size 1024 to max packets1467270
>>> >   rx broadcast packets383890
>>> >   rx multicast packets291769
>>> >   rx total packets  13773533
>>> >   tx total packets  21535933
>>> >   rx total bytes  3642009224
>>> >   tx total bytes 21806938127
>>> >   tx size 64 packets  397270
>>> >   tx size 65 to 127 packets  3649953
>>> >   tx size 128 to 255 packets 1817099
>>> >   tx size 256 to 511 packets  976902
>>> >   tx size 512 to 1023 packets 773963
>>> >   tx size 1023 to max packets   13920746
>>> >   tx multicast packets   893
>>> >   tx broadcast packets356966
>>> >   rx sent to host packets 59
>>> >   tx sent by host packets 81
>>> >
>>> > Any advice on how to show extended stats on 19.08?
>>> >
>>> > Thanks!
>>> > -=-=-=-=-=-=-=-=-=-=-=-
>>> > Links: You receive all messages sent to this group.
>>> >
>>> > View/Reply Online (#13846):
>>> https://lists.fd.io/g/vpp-dev/message/13846
>>> > Mute This Topic: https://lists.fd.io/mt/33041221/675628
>>> > Group Owner: vpp-dev+ow...@lists.fd.io
>>> > Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [d...@dogwood.com]
>>> > -=-=-=-=-=-=-=-=-=-=-=-
>>>
>>>
>>>
>>> --
>>> Kailua, Hawaiʻi
>>> US +1 (808) 728-3050
>>> UK +44 (020) 3286 2808
>>> -=-=-=-=-=-=-=-=-=-=-=-
>>> Links: You receive all messages sent to this group.
>>>
>>> View/Reply Online (#13847): 

Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-09-20 Thread Devis Reagan
Hi David ,

Is there any fix or work around for this extended stats issue

Thanks

On Thu, Aug 29, 2019 at 6:58 AM Carlito Nueno 
wrote:

> Hi David,
>
> I tried "vppctl interface collect detailed-stats enable" but it doesn't
> work.
>
> I will git bisect as Damjan mentioned and try to see what changed.
>
> Thanks
>
> On Wed, Aug 28, 2019 at 8:00 AM Damjan Marion via Lists.Fd.Io  me@lists.fd.io> wrote:
>
>>
>> It is not intentional so somebody needs to debug it… "git bisect" might
>> be good choice here.
>>
>> On 28 Aug 2019, at 13:50, Devis Reagan  wrote:
>>
>> Can any one help on this ? Extended stats not shown  in vpp 19.08 via
>> ‘show hardware-interfaces’ command
>>
>> Thanks
>>
>> On Tue, Aug 27, 2019 at 12:49 PM Devis Reagan via Lists.Fd.Io
>>   wrote:
>>
>>> Even I am using vpp 19.08 & don’t see the extended stats which I used to
>>> see in other vpp release .
>>> There was not change in the configuration but with vpp 19.08 it’s not
>>> showing up .
>>>
>>> When I use dpdk application called testpmd the extended stats just show
>>> up fine . It’s only the vpp not showing it .
>>>
>>> Do we need to configure any thing to get it ?
>>>
>>> Note : In the release note of 19.08 I saw some changes gone in for
>>> extended stats .
>>>
>>> Thanks
>>>
>>>
>>> On Tue, Aug 27, 2019 at 7:12 AM David Cornejo  wrote:
>>>
 did you make sure that you have detailed stats collection enabled for
 the interface?

 (see vl_api_collect_detailed_interface_stats_t)

 On Mon, Aug 26, 2019 at 2:24 PM carlito nueno 
 wrote:
 >
 > Hi all,
 >
 > I am using: vpp v19.08-release built by root on 365637461ad3 at Wed
 Aug 21 18:20:49 UTC 2019
 >
 > When I do sh hardware-interfaces or sh hardware-interfaces detail or
 verbose, extended stats are not showing.
 >
 > On 19.08 I only see stats like below:
 >
 > rss active:none
 > tx burst function: eth_igb_xmit_pkts
 > rx burst function: eth_igb_recv_scattered_pkts
 >
 > tx frames ok   26115
 > tx bytes ok 34203511
 > rx frames ok   12853
 > rx bytes ok  1337944
 >
 > On 19.04 I am able to see:
 >
 > rss active:none
 > tx burst function: eth_igb_xmit_pkts
 > rx burst function: eth_igb_recv_scattered_pkts
 >
 > tx frames ok21535933
 > tx bytes ok  21806938127
 > rx frames ok13773533
 > rx bytes ok   3642009224
 > extended stats:
 >   rx good packets   13773533
 >   tx good packets   21535933
 >   rx good bytes   3642009224
 >   tx good bytes  21806938127
 >   rx size 64 packets 1171276
 >   rx size 65 to 127 packets  8462547
 >   rx size 128 to 255 packets 1506266
 >   rx size 256 to 511 packets  606052
 >   rx size 512 to 1023 packets 560122
 >   rx size 1024 to max packets1467270
 >   rx broadcast packets383890
 >   rx multicast packets291769
 >   rx total packets  13773533
 >   tx total packets  21535933
 >   rx total bytes  3642009224
 >   tx total bytes 21806938127
 >   tx size 64 packets  397270
 >   tx size 65 to 127 packets  3649953
 >   tx size 128 to 255 packets 1817099
 >   tx size 256 to 511 packets  976902
 >   tx size 512 to 1023 packets 773963
 >   tx size 1023 to max packets   13920746
 >   tx multicast packets   893
 >   tx broadcast packets356966
 >   rx sent to host packets 59
 >   tx sent by host packets 81
 >
 > Any advice on how to show extended stats on 19.08?
 >
 > Thanks!
 > -=-=-=-=-=-=-=-=-=-=-=-
 > Links: You receive all messages sent to this group.
 >
 > View/Reply Online (#13846):
 https://lists.fd.io/g/vpp-dev/message/13846
 > Mute This Topic: https://lists.fd.io/mt/33041221/675628
 > Group Owner: vpp-dev+ow...@lists.fd.io
 > Unsubscribe: https://lists.

Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-09-20 Thread Damjan Marion via Lists.Fd.Io

AFAIK it is fixed, please try latest master and report back if it doesn't work.

> On 20 Sep 2019, at 19:53, Devis Reagan  wrote:
> 
> Hi David ,
> 
> Is there any fix or work around for this extended stats issue 
> 
> Thanks 
> 
> On Thu, Aug 29, 2019 at 6:58 AM Carlito Nueno  > wrote:
> Hi David,
> 
> I tried "vppctl interface collect detailed-stats enable" but it doesn't work.
> 
> I will git bisect as Damjan mentioned and try to see what changed.
> 
> Thanks
> 
> On Wed, Aug 28, 2019 at 8:00 AM Damjan Marion via Lists.Fd.Io 
>   > wrote:
> 
> It is not intentional so somebody needs to debug it… "git bisect" might be 
> good choice here.
> 
>> On 28 Aug 2019, at 13:50, Devis Reagan > > wrote:
>> 
>> Can any one help on this ? Extended stats not shown  in vpp 19.08 via ‘show 
>> hardware-interfaces’ command 
>> 
>> Thanks 
>> 
>> On Tue, Aug 27, 2019 at 12:49 PM Devis Reagan via Lists.Fd.Io 
>>  > > wrote:
>> Even I am using vpp 19.08 & don’t see the extended stats which I used to see 
>> in other vpp release . 
>> There was not change in the configuration but with vpp 19.08 it’s not 
>> showing up .
>> 
>> When I use dpdk application called testpmd the extended stats just show up 
>> fine . It’s only the vpp not showing it . 
>> 
>> Do we need to configure any thing to get it ? 
>> 
>> Note : In the release note of 19.08 I saw some changes gone in for extended 
>> stats .
>> 
>> Thanks
>> 
>> 
>> On Tue, Aug 27, 2019 at 7:12 AM David Cornejo > > wrote:
>> did you make sure that you have detailed stats collection enabled for
>> the interface?
>> 
>> (see vl_api_collect_detailed_interface_stats_t)
>> 
>> On Mon, Aug 26, 2019 at 2:24 PM carlito nueno > > wrote:
>> >
>> > Hi all,
>> >
>> > I am using: vpp v19.08-release built by root on 365637461ad3 at Wed Aug 21 
>> > 18:20:49 UTC 2019
>> >
>> > When I do sh hardware-interfaces or sh hardware-interfaces detail or 
>> > verbose, extended stats are not showing.
>> >
>> > On 19.08 I only see stats like below:
>> >
>> > rss active:none
>> > tx burst function: eth_igb_xmit_pkts
>> > rx burst function: eth_igb_recv_scattered_pkts
>> >
>> > tx frames ok   26115
>> > tx bytes ok 34203511
>> > rx frames ok   12853
>> > rx bytes ok  1337944
>> >
>> > On 19.04 I am able to see:
>> >
>> > rss active:none
>> > tx burst function: eth_igb_xmit_pkts
>> > rx burst function: eth_igb_recv_scattered_pkts
>> >
>> > tx frames ok21535933
>> > tx bytes ok  21806938127
>> > rx frames ok13773533
>> > rx bytes ok   3642009224
>> > extended stats:
>> >   rx good packets   13773533
>> >   tx good packets   21535933
>> >   rx good bytes   3642009224
>> >   tx good bytes  21806938127
>> >   rx size 64 packets 1171276
>> >   rx size 65 to 127 packets  8462547
>> >   rx size 128 to 255 packets 1506266
>> >   rx size 256 to 511 packets  606052
>> >   rx size 512 to 1023 packets 560122
>> >   rx size 1024 to max packets1467270
>> >   rx broadcast packets383890
>> >   rx multicast packets291769
>> >   rx total packets  13773533
>> >   tx total packets  21535933
>> >   rx total bytes  3642009224
>> >   tx total bytes 21806938127
>> >   tx size 64 packets  397270
>> >   tx size 65 to 127 packets  3649953
>> >   tx size 128 to 255 packets 1817099
>> >   tx size 256 to 511 packets  976902
>> >   tx size 512 to 1023 packets 773963
>> >   tx size 1023 to max packets   13920746
>> >   tx multicast packets   893
>> >   tx broadcast packets356966
>> >   rx sent to host packets 59
>> >   tx sent by host packets 81
>> >
>> > Any advice on how to show extended stats on 19.08?
>> >
>> > Thanks!
>> > -=-=-=-=-=-=-=-=-=-=-=-
>> > Links: You receive all messages sent to this group.
>> >
>> > View/Reply Online 

Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2020-02-16 Thread carlito nueno
Hi Damjan,

Sorry for the late reply. I tested it on v20.01 and this is now working.

Thanks!

On Fri, Sep 20, 2019 at 2:07 PM Damjan Marion  wrote:

>
> AFAIK it is fixed, please try latest master and report back if it doesn't
> work.
>
> On 20 Sep 2019, at 19:53, Devis Reagan  wrote:
>
> Hi David ,
>
> Is there any fix or work around for this extended stats issue
>
> Thanks
>
> On Thu, Aug 29, 2019 at 6:58 AM Carlito Nueno 
> wrote:
>
>> Hi David,
>>
>> I tried "vppctl interface collect detailed-stats enable" but it doesn't
>> work.
>>
>> I will git bisect as Damjan mentioned and try to see what changed.
>>
>> Thanks
>>
>> On Wed, Aug 28, 2019 at 8:00 AM Damjan Marion via Lists.Fd.Io
>>   wrote:
>>
>>>
>>> It is not intentional so somebody needs to debug it… "git bisect" might
>>> be good choice here.
>>>
>>> On 28 Aug 2019, at 13:50, Devis Reagan  wrote:
>>>
>>> Can any one help on this ? Extended stats not shown  in vpp 19.08 via
>>> ‘show hardware-interfaces’ command
>>>
>>> Thanks
>>>
>>> On Tue, Aug 27, 2019 at 12:49 PM Devis Reagan via Lists.Fd.Io
>>>   wrote:
>>>
 Even I am using vpp 19.08 & don’t see the extended stats which I used
 to see in other vpp release .
 There was not change in the configuration but with vpp 19.08 it’s not
 showing up .

 When I use dpdk application called testpmd the extended stats just show
 up fine . It’s only the vpp not showing it .

 Do we need to configure any thing to get it ?

 Note : In the release note of 19.08 I saw some changes gone in for
 extended stats .

 Thanks


 On Tue, Aug 27, 2019 at 7:12 AM David Cornejo  wrote:

> did you make sure that you have detailed stats collection enabled for
> the interface?
>
> (see vl_api_collect_detailed_interface_stats_t)
>
> On Mon, Aug 26, 2019 at 2:24 PM carlito nueno 
> wrote:
> >
> > Hi all,
> >
> > I am using: vpp v19.08-release built by root on 365637461ad3 at Wed
> Aug 21 18:20:49 UTC 2019
> >
> > When I do sh hardware-interfaces or sh hardware-interfaces detail or
> verbose, extended stats are not showing.
> >
> > On 19.08 I only see stats like below:
> >
> > rss active:none
> > tx burst function: eth_igb_xmit_pkts
> > rx burst function: eth_igb_recv_scattered_pkts
> >
> > tx frames ok   26115
> > tx bytes ok 34203511
> > rx frames ok   12853
> > rx bytes ok  1337944
> >
> > On 19.04 I am able to see:
> >
> > rss active:none
> > tx burst function: eth_igb_xmit_pkts
> > rx burst function: eth_igb_recv_scattered_pkts
> >
> > tx frames ok21535933
> > tx bytes ok  21806938127
> > rx frames ok13773533
> > rx bytes ok   3642009224
> > extended stats:
> >   rx good packets   13773533
> >   tx good packets   21535933
> >   rx good bytes   3642009224
> >   tx good bytes  21806938127
> >   rx size 64 packets 1171276
> >   rx size 65 to 127 packets  8462547
> >   rx size 128 to 255 packets 1506266
> >   rx size 256 to 511 packets  606052
> >   rx size 512 to 1023 packets 560122
> >   rx size 1024 to max packets1467270
> >   rx broadcast packets383890
> >   rx multicast packets291769
> >   rx total packets  13773533
> >   tx total packets  21535933
> >   rx total bytes  3642009224
> >   tx total bytes 21806938127
> >   tx size 64 packets  397270
> >   tx size 65 to 127 packets  3649953
> >   tx size 128 to 255 packets 1817099
> >   tx size 256 to 511 packets  976902
> >   tx size 512 to 1023 packets 773963
> >   tx size 1023 to max packets   13920746
> >   tx multicast packets   893
> >   tx broadcast packets356966
> >   rx sent to host packets 59
> >   tx sent by host packets

Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2020-02-17 Thread Christian Hopps
Hi,

Would it be appropriate to open a bug against 19.08 for this?

Thanks,
Chris.

> On Feb 16, 2020, at 5:57 PM, carlito nueno  wrote:
> 
> Hi Damjan,
> 
> Sorry for the late reply. I tested it on v20.01 and this is now working.
> 
> Thanks!
> 
> On Fri, Sep 20, 2019 at 2:07 PM Damjan Marion  wrote:
> 
> AFAIK it is fixed, please try latest master and report back if it doesn't 
> work.
> 
>> On 20 Sep 2019, at 19:53, Devis Reagan  wrote:
>> 
>> Hi David ,
>> 
>> Is there any fix or work around for this extended stats issue 
>> 
>> Thanks 
>> 
>> On Thu, Aug 29, 2019 at 6:58 AM Carlito Nueno  wrote:
>> Hi David,
>> 
>> I tried "vppctl interface collect detailed-stats enable" but it doesn't work.
>> 
>> I will git bisect as Damjan mentioned and try to see what changed.
>> 
>> Thanks
>> 
>> On Wed, Aug 28, 2019 at 8:00 AM Damjan Marion via Lists.Fd.Io 
>>  wrote:
>> 
>> It is not intentional so somebody needs to debug it… "git bisect" might be 
>> good choice here.
>> 
>>> On 28 Aug 2019, at 13:50, Devis Reagan  wrote:
>>> 
>>> Can any one help on this ? Extended stats not shown  in vpp 19.08 via ‘show 
>>> hardware-interfaces’ command 
>>> 
>>> Thanks 
>>> 
>>> On Tue, Aug 27, 2019 at 12:49 PM Devis Reagan via Lists.Fd.Io 
>>>  wrote:
>>> Even I am using vpp 19.08 & don’t see the extended stats which I used to 
>>> see in other vpp release . 
>>> There was not change in the configuration but with vpp 19.08 it’s not 
>>> showing up .
>>> 
>>> When I use dpdk application called testpmd the extended stats just show up 
>>> fine . It’s only the vpp not showing it . 
>>> 
>>> Do we need to configure any thing to get it ? 
>>> 
>>> Note : In the release note of 19.08 I saw some changes gone in for extended 
>>> stats .
>>> 
>>> Thanks
>>> 
>>> 
>>> On Tue, Aug 27, 2019 at 7:12 AM David Cornejo  wrote:
>>> did you make sure that you have detailed stats collection enabled for
>>> the interface?
>>> 
>>> (see vl_api_collect_detailed_interface_stats_t)
>>> 
>>> On Mon, Aug 26, 2019 at 2:24 PM carlito nueno  
>>> wrote:
>>> >
>>> > Hi all,
>>> >
>>> > I am using: vpp v19.08-release built by root on 365637461ad3 at Wed Aug 
>>> > 21 18:20:49 UTC 2019
>>> >
>>> > When I do sh hardware-interfaces or sh hardware-interfaces detail or 
>>> > verbose, extended stats are not showing.
>>> >
>>> > On 19.08 I only see stats like below:
>>> >
>>> > rss active:none
>>> > tx burst function: eth_igb_xmit_pkts
>>> > rx burst function: eth_igb_recv_scattered_pkts
>>> >
>>> > tx frames ok   26115
>>> > tx bytes ok 34203511
>>> > rx frames ok   12853
>>> > rx bytes ok  1337944
>>> >
>>> > On 19.04 I am able to see:
>>> >
>>> > rss active:none
>>> > tx burst function: eth_igb_xmit_pkts
>>> > rx burst function: eth_igb_recv_scattered_pkts
>>> >
>>> > tx frames ok21535933
>>> > tx bytes ok  21806938127
>>> > rx frames ok13773533
>>> > rx bytes ok   3642009224
>>> > extended stats:
>>> >   rx good packets   13773533
>>> >   tx good packets   21535933
>>> >   rx good bytes   3642009224
>>> >   tx good bytes  21806938127
>>> >   rx size 64 packets 1171276
>>> >   rx size 65 to 127 packets  8462547
>>> >   rx size 128 to 255 packets 1506266
>>> >   rx size 256 to 511 packets  606052
>>> >   rx size 512 to 1023 packets 560122
>>> >   rx size 1024 to max packets1467270
>>> >   rx broadcast packets383890
>>> >   rx multicast packets291769
>>> >   rx total packets  13773533
>>> >   tx total packets  21535933
>>> >   rx total bytes  3642009224
>>> >   tx total bytes 21806938127
>>> >   tx size 64 packets  397270
>>> >   tx size 65 to 127 packets  3649953
>>> >   tx size 128 to 255 packets 1817099
>>> >   tx size 256 to 511 packets  976902
>>> >   tx size 512 to 1023 packets 773963
>>> >   tx size 1023 to max packets   13920746
>>> >   tx multicast packets   893
>>> >   tx broadcast packets356966
>>> >   rx sent to host packets 59
>>> >   tx sent by host packets 81