xk6-disruptor icon indicating copy to clipboard operation
xk6-disruptor copied to clipboard

Implement network traffic disruptions

Open pablochacin opened this issue 1 year ago • 1 comments

Provide a mechanism for disturbing the incoming/outgoing network traffic for a target (pod, node)

  • Package delays to simulate network congestion or the effect of different network capacities
  • Package drop to simulate network interruptions

pablochacin avatar Oct 25 '23 13:10 pablochacin

The basic functionalities are provided by the traffic control (tc) command.

tc-go is a pure go implementation of tc capabilities using Netlink.

pablochacin avatar Oct 25 '23 13:10 pablochacin