Gatling documentation

Gatling is a highly capable load testing tool. It is designed for ease of use, maintainability and high performance.

Out of the box, Gatling comes with excellent support of the HTTP protocol that makes it a tool of choice for load testing any HTTP server. As the core engine is actually protocol agnostic, it is perfectly possible to implement support for other protocols. For example, Gatling currently also ships JMS support.

The following tutorials will help you get started with Gatling:

Having scenarios that are defined in code and are resource efficient are the two requirements that motivated us to create Gatling. Based on an expressive DSL, the scenarios are self-explanatory. They are easy to maintain and can be kept in a version control system.

Gatling’s architecture is asynchronous as long as the underlying protocol, such as HTTP, can be implemented in a non blocking way. This kind of architecture lets us implement virtual users as messages instead of dedicated threads, making them very resource cheap. Thus, running thousands of concurrent virtual users is not an issue.

Gatling Enterprise

Gatling Enterprise, formerly known as Gatling FrontLine, is a management interface for Gatling, that includes advanced metrics and advanced features for integration and automation.

Gatling Enterprise

Migrating from a Previous Version of Gatling

If you’re upgrading from Gatling 2.3 to Gatling 3.0, please check the dedicated migration guide.

Otherwise, please follow the previous migration guides.

Gatling reference documentation References on Gatling DSL, protocols, news and migrations
Guides Detailed and practical advice
Release Notes What's new in the latest releases
Gatling project information Misc information about the Gatling project.