mwhahaha / scale-ssh

SSH Container to emulate many hosts for scale testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scale-ssh

SSH Container to emulate many hosts for basic scale testing

Usage

# build the container
./build-container.sh

# copy public key for access
cp ~/.ssh/id_rsa.pub authorized_keys

# start up containers (100 by default)
./run-containers.sh

# run tests
ansible-playbook -i inventory.ini your-magical-playbook.yaml

# cleanup containers
./stop-containers.sh

About

SSH Container to emulate many hosts for scale testing

License:Apache License 2.0


Languages

Language:Shell 81.9%Language:Dockerfile 18.1%