Skip to content

smarx/WazMonkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

It's modeled after Netflix's Chaos Monkey. 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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages