-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d64b9c2
commit c2ae063
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Breakbox | ||
======== | ||
|
||
Breakbox is a network fault injection tool that aims to simplify resilience and stability testing. | ||
Its core component is an agent that accepts commands over HTTP and configures its host's network stack | ||
for various common fault scenarios. | ||
|
||
Currently these include: | ||
- Total network partition | ||
- Remote service dead (not listening on the expected port) | ||
- Delays | ||
- Packet loss | ||
- TCP connection timeout (as often happens when two systems are separated by a stateful firewall) | ||
|
||
An RPM package is available for the agent. See [Releases](https://github.com/tomakehurst/breakbox/releases "Releases"). |