Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

vmware-archive/windtunnel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Wind Tunnel

A tool for stress testing cloud application platforms.

Usage

Kill Command

Hit the kill switch!

  • -e = route to app on platform

  • -r = number of requests to submit

windtunnel kill -e cf-scale-boot-ilka-farm.cfapps.io -r 40

Health Command

Hit the health endpoint (useful for proving dead instances are removed from router)!

  • -e = route to app on platform

  • -r = number of requests to submit

windtunnel health -e cf-scale-boot-ilka-farm.cfapps.io -r 100

Status Command

Obtain the current status for an application. Provides the number of instances in a RUNNING state. You must be authenticated with the target platform using it’s native CLI.

  • -p = target platform. Currently supports [heroku,cf]

  • -a = application. Specific to platform. For Heroku it is the application name, for CF it is the application GUID.

windtunnel status -p heroku -a lit-wave-5074

About

A tool for stress testing cloud application platforms.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages