chaostoolkit-incubator / chaostoolkit-azure

Chaos Toolkit Extension for Azure
https://chaostoolkit.org/
Apache License 2.0
22 stars 28 forks source link

Introduce new feature: network latency #65

Closed LucasHolzmann closed 5 years ago

LucasHolzmann commented 5 years ago

Implement a new feature on Linux devices allowing the user to modify its network latency. Windows is not supported yet. The feature adds a rule thanks to the tc netem command, waits for the appropriate duration and then resets the network settings.

Resolves: #63

Signed-off-by: Holzmann, Lucas (415) lucas.holzmann@daimler.com

Lawouach commented 5 years ago

This is super interesting. I wonder if this couldn't be made more generic for other platforms to use down the road.

Not that I would expect this to be done yet