Documentation ¶
Overview ¶
Package nemesis contains pre-built scenarios that introduce problems into distributed systems to try and trigger rare bugs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PartitionMachines ¶
PartitionMachines is a scenario that groups the given addresses in two different sets and disables the network between the groups.
type RestartRandomly ¶
type RestartRandomly struct { // Machines to choose from for restarting Machines []gosim.Machine // Time to wait between crashing machine and starting again Downtime time.Duration }
RestartRandomly restarts one randomly chosen machine.
Click to show internal directories.
Click to hide internal directories.