Comment on page
Getting Started - Local JMeter & Gatling
Start using Flood Agent with locally installed load generators
To use one of these local installations you need to:
- create a configuration file for Flood Agent to find the location of the local installation
- ensure that the local installation contains the required Flood reporting plugin.
To allow load metrics to be collected by the Flood data ingestion pipeline, an existing load generator installation requires a Flood reporting plugin to be added.
Alternatively, we provide distributions of JMeter and Gatling, both prebundled with the plugin.
For more information, see the specific instructions:
The simplest method of configuring Flood Agent is to execute the command
flood-agent configure
. This will start the wizard, which will ask you questions about your API token and the tools you'd like to use for this agent. At the end, it will ask you if you want it to write the config file for you. Select yes. If you prefer, you can skip the configuration wizard and create the configuration file yourself at
~/flood-agent/config.yaml
. The file should have the following contents:flood_api_token: flood_live_f100d1e9a8e # as grabbed above
tools:
jmeter:
jmeter_home: /path/to/jmeter_home
Next, check the configuration using the command
flood-agent check
. You should see something like this:~# Flood Agent #~ : configuration checker
[>] config read from /home/user/flood-agent/config.yaml
==> Checking Flood API
[√] api token - ok
==> Checking tools
[√] jmeter - ok
[ ] no gatling config
[ ] no flood-element config
Next, check the configuration using the command ./flood-agent check . You should see something like this:
==> Checking network
[√] AWS S3 Archives endpoint - connectivity ok
[√] Flood configuration service - connectivity ok
[√] Flood data pipeline ingress - connectivity ok
[√] Flood status service - connectivity ok
[√] AWS sns endpoint in us-east-1 - connectivity ok
[√] AWS sqs endpoint in us-east-1 - connectivity ok
If you're running
flood-agent
from within a corporate network, you may need to perform additional steps to get started. For more information, please see the Networking page.Last modified 4yr ago