Below you will find pages that utilize the taxonomy term “Gatling”
Guides
Load Testing with Gatling and Scala
A Gatling load testing example in Scala with multiple ways to run simulations against an HTTP target.
Features
- Simulation written in Scala using the Gatling DSL
- Configurable via system properties (URL, duration, rate, thresholds)
- Four execution modes: Maven plugin, executable jar, Docker, Kubernetes Job
- Bundled Node.js HTTP test server as a minimal system under test
- Helm chart for Kubernetes deployment
- GitHub template — clone from a clean slate with one click
Getting Started
Requirements
- JDK 21
- Node.js (for the bundled test server)
- Maven
- Docker (optional)
Start the Test App
The included test server is a minimal Node.js HTTP server that echoes requests back.
