sonic-net / sonic-mgmt

Configuration management examples for SONiC
Other
196 stars 717 forks source link

Add stress and performance test for BGP suppress fib pending feature #8409

Open echuawu opened 1 year ago

echuawu commented 1 year ago

Why I did it

Requirements from MSFT for BGP suppress fib pending feature:

  1. Add a stress test that test at least 1K bgp route announce and withdraw 5 ~ 10 times for consistence test.
  2. Add a performance test that measures at least 1K bgp route process performance by tcpdump

How I did it:

  1. For the specific implementation, it's under discussion with MSFT

How to verify it:

  1. Using tcpdump to calculate the bgp routes handle performance
yxieca commented 1 year ago

Seems that work is done.

stephenxs commented 1 year ago

I believe it should be Stepan @stepanblyschak :)

stepanblyschak commented 1 year ago

@roy-sror Please assign relevant owner

roy-sror commented 11 months ago

@stepanblyschak - Done, @echuawu will implement in Nov.

echuawu commented 11 months ago

@StormLiangMS , for the usage of tcpdump in this test, do you have some use case of existing performance test?