Chaos engineering toolkit
Project description
# chaostoolkit
[![Build Status](https://travis-ci.org/chaostoolkit/chaostoolkit.svg?branch=master)](https://travis-ci.org/chaostoolkit/chaostoolkit) [![Docker Stars](https://img.shields.io/docker/stars/_/chaostoolkit.svg)](https://hub.docker.com/r/chaostoolkit/chaostoolkit/) [![Python versions](https://img.shields.io/pypi/pyversions/chaostoolkit.svg)](https://www.python.org/) [![Requirements Status](https://requires.io/github/chaostoolkit/chaostoolkit/requirements.svg?branch=master)](https://requires.io/github/chaostoolkit/chaostoolkit/requirements/?branch=master) [![Has wheel](https://img.shields.io/pypi/wheel/chaostoolkit.svg)](http://pythonwheels.com/)
A chaos engineering toolkit for your system and microservices.
## Context and Purpose
The chaostoolkit aims at making it simple and straightforward to run experiments against your live system to observe its behavior and learn about potential weaknesses.
- The idea is that your system is complex and no matter how well you planned
and designed, it would be challenging to claim anyone knows how it would react under certain conditions.
Following in the steps of giants like Netflix or LinkedIn, we believe in the [principles of chaos engineering][principles]. Creating the conditions to stress your system should help your team become better at handling those situations while allowing your system to evolve nicely.
[principles]: http://principlesofchaos.org/
The chaostoolkit is, as its name implies, a toolkit for you to run those experiments at the platform and/or application level. For instance, by killing a microservice, your experiment could probe the system for other services and see the impact of tsuch a failure.
The goal is not to break things, though this is one way to run an experiment, but to create the conditions of stress that can make you learn from your system.
## Getting Started
chaostoolkit is a command line tool that runs your experiment, then generates a report to share with your team for discussion.
Running an experiment is as simple as:
` $ chaos run experiment.json `
chaostoolkit takes your experiment as a description file, encoded in JSON, and runs its steps sequentially.
Please, read the main documentation to [install chaostoolkit][install] and learn more about it.
[install]: https://chaostoolkit.github.io/chaostoolkit/usage/install/
## Learn More
chaostoolkit is open and you are more than welcome to discuss and share your experiments with its community.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file chaostoolkit-0.1.11.tar.gz
.
File metadata
- Download URL: chaostoolkit-0.1.11.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42db5ca10731faa8cab5e7e32d0b2c00c1950e37cc7c6f92fc05c4c038fb2344 |
|
MD5 | da5fda8eb8d659f279f39b3f847f44f5 |
|
BLAKE2b-256 | 43c8c11a054d66efe0eed69d6315ae50efccf576c85ef0d363b65dd52df5ce45 |
File details
Details for the file chaostoolkit-0.1.11-py2.py3-none-any.whl
.
File metadata
- Download URL: chaostoolkit-0.1.11-py2.py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5be4e6fae3ed2539a11bcbe91b3e902a7fd316ad1dbba27e65ed5a70a87b9bc |
|
MD5 | dc25bd9671385b6a1822576663ee403d |
|
BLAKE2b-256 | ab5ca6ce2bba1f74868032561df1dbb1fab9f429fce4576e008bd832c997ed2c |