loadtester.py

Script to manage the load tester

usage: loadtester.py [-h] [--loglevel {DEBUG,INFO,WARNING,ERROR}]
                     [-c CLUSTER_ID]
                     {env,unload,start,upload-images,build-cloud,stop,monitor,build,load}
                     ...

Positional Arguments

command Possible choices: env, unload, start, upload-images, build-cloud, stop, monitor, build, load

Named Arguments

--loglevel

Possible choices: DEBUG, INFO, WARNING, ERROR

Set the script log level

-c, --cluster_id
 The cluster id. Default local

Sub-commands:

env

Print environment variables

loadtester.py env [-h]

unload

Unload the configuration from the cluster

loadtester.py unload [-h]

start

run the load test

loadtester.py start [-h] target

Positional Arguments

target The target cluster name

upload-images

Upload tutorial images to the cloud

loadtester.py upload-images [-h]

build-cloud

Build the specified target for the cloud

loadtester.py build-cloud [-h]

stop

stop the load test

loadtester.py stop [-h]

monitor

Show the health check of all leaves running in the cluster

loadtester.py monitor [-h] target

Positional Arguments

target The target cluster name

build

Build the specified target

loadtester.py build [-h]

load

Load the configuration in the cluster

loadtester.py load [-h]