A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/tinx/locust_slave below:

tinx/locust_slave: Ansible role for Locust.io slaves

Ansible Role locust_slave

Manages locust.io slaves.

Locust.io requires ZeroMQ. This role will therefor install zeromq-devel and gcc system-wide to compile the necessary python pips for Locust.io. The upstream ZeroMQ yum repository will be registered and enabled to do this.

All python related software requirements will be auto-installed inside a virtualenv.

Variable Default Comments (type) instance_name slave Name to distiguish between instances. instance_data Path to data to be copied into instance dir locust_classes [] List of client classes to run master_host IP, hostname or FQDN of the Locust.io master master_port 5557 TCP port number of the Locust.io master locustfile The Locust.io scenario file to play state started State of Locust.io on the host. enabled false If true, start this instance after reboots csv Base name of CVS report files logfile Filename of the Locust.io logfile loglevel Locust.io log level run_as_user Which unix user to launch Locust.io as run_as_group Which unix group to launch Locust.io under

The state parameter can be one of:

A directory named /opt/locust.io will be created. Inside of it, a subdirectory per instance will be created. If state is set to absent, this directory will be removed.

The instance_data parameter can point to a file or directory to be copied into the instance subdirectory. For example, instance_data: data/ would copy the data/ directory inside your playbook's files/ directory to the instance subfolder.

You can specify the locustfile parameter as a path relative to the instance_data content root. (see example below)

This role was developed and tested for CentOS 7.4.

None

To have a running Locust.io slave you could do this:

- hosts: locust_slaves
  tasks:
  - include_role:
       name: tinx.locust_slave
    vars:
       master_host: 'locust_master.example.com'
       instance_data: data/
       locustfile: 'stress-test-prod.py'

Molecule tests are provided. Naturally, they require additional dependencies.

BSD


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4