Thanks a lot Florin. Let me go over these links.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#19287): https://lists.fd.io/g/vpp-dev/message/19287
Mute This Topic: https://lists.fd.io/mt/82386454/21656
Mute #vnet:https://lists.fd.io/g/vpp-dev/muteh
Hi Natraj,
Host stack tests are not currently part of trending but we do have a per
release report [1] which we are currently working on expanding/improving.
Keep in mind that tcp perf depends a lot on cpu frequency, so if you want to
know precisely how fast tcp is in your environment, I’d re
Hi,
Is there any place where I can find VPP host-stack TCP performance data -- like
MPPS and throughput data. I couldn't find it in CSIT website.
Thanks
Nataraj
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#19285): https://lists.fd.io/g/vpp-dev/
Thanks Klement.
> -Original Message-
> From: Klement Sekera -X (ksekera - PANTHEON TECH SRO at Cisco)
>
> Sent: Monday, April 26, 2021 8:00 AM
> To: Govindarajan Mohandoss
> Cc: vpp-dev ; nd
> Subject: Re: [vpp-dev] Make test help
>
> Hi Govind,
>
> there is no explicit startup.conf u
Hi Govind,
there is no explicit startup.conf used by test framework. All arguments are
passed using VPP command line built setUpConstants() function of VppTestCase.
Regards,
Klement
> On 23 Apr 2021, at 18:13, Govindarajan Mohandoss
> wrote:
>
> Dear Maintainers,
> I would like to enable a
X,
> Can I get VPP uptime from stats seg? I am using vpp-prometheus to fetch data
> from stats seg and found some promising entries like:
>
> _sys_last_update
> _sys_heartbeat
>
> but not sure of its precise meaning.
You could add a /sys/last_initialized as a timestamp of when VPP "booted".
Th