Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days ago
JSON representation
WazMonkey is a simple tool for testing resilience of Windows Azure cloud services.
- Host: GitHub
- URL: https://github.com/smarx/WazMonkey
- Owner: smarx
- Created: 2012-09-14T09:31:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-14T10:52:38.000Z (about 12 years ago)
- Last Synced: 2024-08-02T14:08:05.551Z (4 months ago)
- Language: C#
- Size: 391 KB
- Stars: 64
- Watchers: 11
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.