Installation

Installation #

INFINI Loadgen is a single-binary executable with no external dependencies. Supports Linux / macOS / Windows.

curl -sSL http://get.infini.cloud | bash -s -- -p loadgen

Installs to /opt/loadgen by default. Optional parameters:

ParameterDescription
-v <version>Specify version (defaults to latest)
-d <directory>Custom install path

Example: install to a custom directory

curl -sSL http://get.infini.cloud | bash -s -- -p loadgen -d /usr/local/bin

Manual Install #

Download the package for your OS and architecture:

https://release.infinilabs.com/loadgen/

After extraction you’ll find:

loadgen              # Executable
loadgen.yml          # Configuration template
loadgen.dsl          # DSL test file template

Verify Installation #

loadgen -v

If the version number is printed, installation is successful.

Next Steps #

Head to Quick Start to run your first test.

Edit Edit this page