Skip to content

Network Partitioning

Isolates network traffic between components for a configurable duration to simulate a network partition.

FieldTypeRequiredDescription
targetNamesarray of stringsYesNames of the components to partition from each other (min 1)
delaySecondsintegerNoSeconds to wait before starting. Defaults to 0
periodSecondsintegerNoDuration of the partition in seconds. Defaults to 10
[[networkPartitioning]]
targetNames = ["app", "db"]
delaySeconds = 30
periodSeconds = 15