Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dustin/nodesim

Simulating failures on clustered systems.
https://github.com/dustin/nodesim

Last synced: 3 days ago
JSON representation

Simulating failures on clustered systems.

Awesome Lists containing this project

README

        

This is a [couchapp][couchapp] with a bit of python to run simulations
of failures in distributed systems to help guide topology decisions.

# Requirements

- [CouchDB][couchdb]
- python
- CouchDB for python (easy_install couchdb)
- couchapp tool (easy_install couchapp)

# Running

Ensure the couchapp is installed:

couchapp push . test

Then edit and run a simulation:

$EDITOR tools/sim.py
./tools/sim.py

[couchapp]: http://couchapp.org/
[couchdb]: http://www.couchbase.com/