Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/smarx/WazMonkey

WazMonkey is a simple tool for testing resilience of Windows Azure cloud services.
https://github.com/smarx/WazMonkey

Last synced: about 2 months ago
JSON representation

WazMonkey is a simple tool for testing resilience of Windows Azure cloud services.

Awesome Lists containing this project

README

        

WazMonkey is a simple tool for testing resilience of Windows Azure cloud services.

It's modeled after [Netflix's Chaos Monkey](http://techblog.netflix.com/2012/07/chaos-monkey-released-into-wild.html).
WazMonkey chooses a role instance from your service at random and reboots it.

## Usage:

WazMonkey v0.2
Copyright (C) 2012 Steve Marx
Usage: WazMonkey -p foo.publishSettings -n myservice -s production

-p, --publishSettings .publishSettings file - specify either this or a
.pfx file

--pfx .pfx certificate file - specify either this or a
.publishSettings file

--subscriptionId subscriptionId to use, defaults to first
subscription found in the .publishSettings file

-n, --serviceName Required. Name of the cloud service

-s, --slot Required. The slot ("production" or "staging")

--reimage Reimage the instance (instead of reboot, the
default)

--help Display this help screen.