Home

Awesome

Havoc

A ChaosMonkey style application that can randomly kill processes, as well as TCP and UDP connections. Inspired by dLuna/chaos_monkey.

Basic Usage

havoc:on().

This will use the default options. The following is a list of currently allowed options

You can specify options using havoc:on/1.

havoc:on([{avg_wait, 3000}, {deviation, 0.5}, process, tcp])

It is also possible to check if havoc is currently active.

havoc:is_active()

Build

$ rebar3 compile