wyuxiao729 / royal-chaos

Chaos engineering systems invented at KTH Royal Institute of Technology.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Royal Chaos Travis Build Status

This repository contains the chaos engineering systems invented at KTH Royal Institute of Technology. Every tool is organized in a separate folder in this repo, with a detailed README file inside.

ChaosMachine

ChaosMachine is a tool to do chaos engineering at the application level in the JVM. It concentrates on analyzing the error-handling capability of each try-catch block involved in the application by injecting exceptions.

TripleAgent

TripleAgent is a system for fault injection for Java applications. The unique feature of this system is to combine automated monitoring and automated perturbation injection. It outputs concrete hints to improve the resilience against unhandled exceptions.

Chaos-NS-3

We seek to attain a simplified illustration about chaos engineering applied on a simulated Netflix environment in ns-3 with the intention to provide some enlightenment for the principles of chaos engineering and in addition to this we will also present a suggestion about how to infer an unknown system as a possible application, derived from the knowledges acquired from our chaos journey.

ChaosOrca

ChaosOrca is a tool for doing Chaos Engineering on containers by perturbing system calls for processes inside containers. Where monitoring/observability is a key part of the system to be able to reason about the given perturbations effect on the container. The system utilises strace built in system call fault injections, as such it can add delays, return error codes, do so intermittenly and more. Metrics recorded are System calls, HTTP, Logs and Performance related ones.

POBS

POBS is an approach that automatically augments Docker images to have improved observability and fault injection capabilities for Java applications.

About

Chaos engineering systems invented at KTH Royal Institute of Technology.

License:MIT License


Languages

Language:Python 63.7%Language:C++ 33.7%Language:Java 0.8%Language:C 0.5%Language:Perl 0.4%Language:Jupyter Notebook 0.4%Language:Shell 0.2%Language:Makefile 0.1%Language:MATLAB 0.1%Language:CSS 0.0%Language:Click 0.0%Language:HTML 0.0%Language:Dockerfile 0.0%Language:Gnuplot 0.0%Language:Smarty 0.0%Language:JavaScript 0.0%Language:QMake 0.0%Language:Batchfile 0.0%Language:SWIG 0.0%