from Hacker News

Mangle: Orchestrating Chaos Engineering

by frostmatthew on 5/24/19, 11:31 PM with 7 comments

  • by aramabhadran on 5/27/19, 10:24 AM

    Hello,

    I am a part of the Mangle team. The tool has the capabilities of Chaos Monkey and a lot more. You can introduce faults not just at the VM level but also within an application context. Currently it supports JVM applications (allows you to tinker with the CPU and Heap Mem usage of the application). The team is working on supporting other interesting faults such as making your application throw exceptions, introducing latency at the java method layer, Out of file handle errors etc to name a few. Do enter your wishlist here https://github.com/vmware/mangle/issues and we will work towards developing support for them.

  • by marknadal on 5/26/19, 5:22 AM

    For anyone interested in this type of stuff, check out:

    - Of course, jepsen.io

    - For JS devs, https://github.com/gundb/panic-server

  • by jedberg on 5/26/19, 3:54 AM

    How does this differ from Chaos Monkey?
  • by hestefisk on 5/26/19, 12:24 AM

    Excuse my ignorance: is this like chaos monkey or more a tool for fuzzing?