Skip to main content

Locust Implementation Using Python

MTE Relay Client-Side Setup

This implementation is a package - not a product. It is useless without a corresponding MTE Relay Server licensed by the AWS Marketplace.

The source code can be viewed in the GitHub Project.

Use-Case

Load-testing tool to use against the RESTful API in the AWS Marketplace.

Getting Started

  • Install the Locust package: Locust install guide.
  • Depending on the configuration, ensure that the locust package can be referenced from a command line interface.
  • The MTE SDK provided by the Eclypses Applied Technology Team: Contact Sales. Specifically, the MTE library files and accompying python source code files for your appropriate platform will be needed. These should be placed into the same directory as the two python source code files from the GitHub repository (locustRequest.py and MtePair.py).
  • Review the ReadMe file in the GitHub repository for more information on running Locust.