Bytecode-level fault injection for the JVM.
java -javaagent:byte-monkey.jar -jar your-java-app.jar
- Exception: Throw exceptions from methods that declare those exceptions
- Latency: Introduce latency on method-calls
- Better docs
- Arg processing
- Unwrap exceptions