grafana / xk6-disruptor

Extension for injecting faults into k6 tests
https://k6.io/docs/javascript-api/xk6-disruptor/
GNU Affero General Public License v3.0
89 stars 9 forks source link

Implement network traffic disruptions #362

Open pablochacin opened 10 months ago

pablochacin commented 10 months ago

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

pablochacin commented 10 months ago

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

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