* Re: Linux Ipv6 stats support
[not found] ` <PH0PR05MB77013792D0D90212B1AA0D9EBABD9@PH0PR05MB7701.namprd05.prod.outlook.com>
@ 2021-01-26 16:05 ` David Ahern
2021-03-09 4:44 ` Stephen Suryaputra
0 siblings, 1 reply; 4+ messages in thread
From: David Ahern @ 2021-01-26 16:05 UTC (permalink / raw)
To: Yogesh Ankolekar, Girish Kumar S, netdev@vger.kernel.org
Cc: Stephen Suryaputra
On 1/25/21 4:26 AM, Yogesh Ankolekar wrote:
>
> We are looking for below IPv6 stats support in linux. Looks below
> stats are not supported. Will these stats will be supported in future or
> it is already supported in some version. Please guide.
I am not aware of anyone working on adding more stats for IPv6. Stephen
Suryaputra attempted to add stats a few years back as I believe the
resistance was around memory and cpu usage for stats in the hot path.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Linux Ipv6 stats support
2021-01-26 16:05 ` Linux Ipv6 stats support David Ahern
@ 2021-03-09 4:44 ` Stephen Suryaputra
2021-03-09 7:37 ` Girish Kumar S
0 siblings, 1 reply; 4+ messages in thread
From: Stephen Suryaputra @ 2021-03-09 4:44 UTC (permalink / raw)
To: David Ahern; +Cc: Yogesh Ankolekar, Girish Kumar S, netdev@vger.kernel.org
On Tue, Jan 26, 2021 at 09:05:22AM -0700, David Ahern wrote:
> On 1/25/21 4:26 AM, Yogesh Ankolekar wrote:
> >
> > We are looking for below IPv6 stats support in linux. Looks below
> > stats are not supported. Will these stats will be supported in future or
> > it is already supported in some version. Please guide.
>
> I am not aware of anyone working on adding more stats for IPv6. Stephen
> Suryaputra attempted to add stats a few years back as I believe the
> resistance was around memory and cpu usage for stats in the hot path.
Sorry that I missed this. At that time it was IPv4 ifstats. I'm missing
the rest of the context here. Which IPv6 stats are being discussed here?
For my company, we have been doing the v4 stats using the implementation
that I brought up to netdev then. It is useful to debug forwarding
errors but it is an overhead having the out of tree patch everytime
kernel upgrade is needed, esp on upgrade to a major version.
Thank you,
Stephen.
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Linux Ipv6 stats support
2021-03-09 4:44 ` Stephen Suryaputra
@ 2021-03-09 7:37 ` Girish Kumar S
2021-03-09 14:01 ` Stephen Suryaputra
0 siblings, 1 reply; 4+ messages in thread
From: Girish Kumar S @ 2021-03-09 7:37 UTC (permalink / raw)
To: Stephen Suryaputra, David Ahern; +Cc: Yogesh Ankolekar, netdev@vger.kernel.org
Thanks Stephen for replying.
We are looking for below IPv6 stats support in linux and currently these are not supported. Will these stats supported in future releases ?. Please guide.
jnxIpv6StatsFragOverFlows
jnxIpv6StatsInHopByHops
jnxIpv6StatsInIcmps
jnxIpv6StatsInIgmps
jnxIpv6StatsInIps
jnxIpv6StatsInTcps
jnxIpv6StatsInUdps
jnxIpv6StatsInIdps
jnxIpv6StatsInTps
jnxIpv6StatsInIpv6s
jnxIpv6StatsInRoutings
jnxIpv6StatsInFrags
jnxIpv6StatsInEsps
jnxIpv6StatsInAhs
jnxIpv6StatsInIcmpv6s
jnxIpv6StatsInNoNhs
jnxIpv6StatsInDestOpts
jnxIpv6StatsInIsoIps
jnxIpv6StatsInOspfs
jnxIpv6StatsInEths
jnxIpv6StatsInPims
Regards,
Girish kumar S
Juniper Business Use Only
-----Original Message-----
From: Stephen Suryaputra <ssuryaextr@gmail.com>
Sent: Tuesday, March 9, 2021 10:14 AM
To: David Ahern <dsahern@gmail.com>
Cc: Yogesh Ankolekar <ayogesh@juniper.net>; Girish Kumar S <girik@juniper.net>; netdev@vger.kernel.org
Subject: Re: Linux Ipv6 stats support
[External Email. Be cautious of content]
On Tue, Jan 26, 2021 at 09:05:22AM -0700, David Ahern wrote:
> On 1/25/21 4:26 AM, Yogesh Ankolekar wrote:
> >
> > We are looking for below IPv6 stats support in linux. Looks below
> > stats are not supported. Will these stats will be supported in
> > future or it is already supported in some version. Please guide.
>
> I am not aware of anyone working on adding more stats for IPv6.
> Stephen Suryaputra attempted to add stats a few years back as I
> believe the resistance was around memory and cpu usage for stats in the hot path.
Sorry that I missed this. At that time it was IPv4 ifstats. I'm missing the rest of the context here. Which IPv6 stats are being discussed here?
For my company, we have been doing the v4 stats using the implementation that I brought up to netdev then. It is useful to debug forwarding errors but it is an overhead having the out of tree patch everytime kernel upgrade is needed, esp on upgrade to a major version.
Thank you,
Stephen.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Linux Ipv6 stats support
2021-03-09 7:37 ` Girish Kumar S
@ 2021-03-09 14:01 ` Stephen Suryaputra
0 siblings, 0 replies; 4+ messages in thread
From: Stephen Suryaputra @ 2021-03-09 14:01 UTC (permalink / raw)
To: Girish Kumar S
Cc: David Ahern, Yogesh Ankolekar, netdev@vger.kernel.org,
Eric Dumazet, David Miller
Aren't those part of JUNIPER-IPv6-MIB? Is there any work to
standardize them by going to IETF for example?
Currently in the kernel IPv4 has global stats, i.e. per namespace, and
IPv6 has both per namespace as well as per net device. They are
defined in RFCs. My own opinion is that unless the stats that you're
looking for are part of a standard definition, most likely they won't
be supported. I believe Eric Dumazet and David Miller provided
feedbacks to my patch then.
My patch tried to add IPv4 per net device stats and like David Ahern
said there was resistance then.
Regards,
Stephen.
On Tue, Mar 9, 2021 at 2:37 AM Girish Kumar S <girik@juniper.net> wrote:
>
> Thanks Stephen for replying.
>
> We are looking for below IPv6 stats support in linux and currently these are not supported. Will these stats supported in future releases ?. Please guide.
>
>
> jnxIpv6StatsFragOverFlows
> jnxIpv6StatsInHopByHops
> jnxIpv6StatsInIcmps
> jnxIpv6StatsInIgmps
> jnxIpv6StatsInIps
> jnxIpv6StatsInTcps
> jnxIpv6StatsInUdps
> jnxIpv6StatsInIdps
> jnxIpv6StatsInTps
> jnxIpv6StatsInIpv6s
> jnxIpv6StatsInRoutings
> jnxIpv6StatsInFrags
> jnxIpv6StatsInEsps
> jnxIpv6StatsInAhs
> jnxIpv6StatsInIcmpv6s
> jnxIpv6StatsInNoNhs
> jnxIpv6StatsInDestOpts
> jnxIpv6StatsInIsoIps
> jnxIpv6StatsInOspfs
> jnxIpv6StatsInEths
> jnxIpv6StatsInPims
>
> Regards,
> Girish kumar S
>
>
>
> Juniper Business Use Only
>
> -----Original Message-----
> From: Stephen Suryaputra <ssuryaextr@gmail.com>
> Sent: Tuesday, March 9, 2021 10:14 AM
> To: David Ahern <dsahern@gmail.com>
> Cc: Yogesh Ankolekar <ayogesh@juniper.net>; Girish Kumar S <girik@juniper.net>; netdev@vger.kernel.org
> Subject: Re: Linux Ipv6 stats support
>
> [External Email. Be cautious of content]
>
>
> On Tue, Jan 26, 2021 at 09:05:22AM -0700, David Ahern wrote:
> > On 1/25/21 4:26 AM, Yogesh Ankolekar wrote:
> > >
> > > We are looking for below IPv6 stats support in linux. Looks below
> > > stats are not supported. Will these stats will be supported in
> > > future or it is already supported in some version. Please guide.
> >
> > I am not aware of anyone working on adding more stats for IPv6.
> > Stephen Suryaputra attempted to add stats a few years back as I
> > believe the resistance was around memory and cpu usage for stats in the hot path.
>
> Sorry that I missed this. At that time it was IPv4 ifstats. I'm missing the rest of the context here. Which IPv6 stats are being discussed here?
>
> For my company, we have been doing the v4 stats using the implementation that I brought up to netdev then. It is useful to debug forwarding errors but it is an overhead having the out of tree patch everytime kernel upgrade is needed, esp on upgrade to a major version.
>
> Thank you,
>
> Stephen.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-03-09 14:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <PH0PR05MB7557A2136390919FB11B6714AAA09@PH0PR05MB7557.namprd05.prod.outlook.com>
[not found] ` <PH0PR05MB755758D4F271A5DB8897864AAABD9@PH0PR05MB7557.namprd05.prod.outlook.com>
[not found] ` <PH0PR05MB77013792D0D90212B1AA0D9EBABD9@PH0PR05MB7701.namprd05.prod.outlook.com>
2021-01-26 16:05 ` Linux Ipv6 stats support David Ahern
2021-03-09 4:44 ` Stephen Suryaputra
2021-03-09 7:37 ` Girish Kumar S
2021-03-09 14:01 ` Stephen Suryaputra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox