NAME
stackattack
VERSION
version 0.0001
SYNOPSIS
Usage: stackattack command [args]
Available Commands:
bad run x number of bad/invalid requests
create_servers create x number of servers (--image|-i optional)
delete_servers delete all servers
get_images run x number of image list requests
get_servers run x number of server list requests
help show syntax and available commands
--verbose|-v after a command will print failures to stderr
Examples:
# Create 10 servers in parallel
$ stackattack create_servers 10
# Same thing, but more verbose
$ stackattack create_servers -v 10
AUTHOR
Naveed Massjouni <naveedm9@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Naveed Massjouni.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.