Jump to content

Gatling (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Codename Lisa (talk | contribs) at 12:06, 2 July 2017 (top: Removed invalid parameters. Please preview your edits, so that you can see the infobox error messages.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Gatling
Stable release
2.2.5 / April 20, 2017 (2017-04-20)
Written inScala
Typeload testing
LicenseApache License 2.0
Websitegatling.io

Gatling is an open-source load and performance testing framework based on Scala, Akka and Netty. The first stable release was published on January 13th, 2012.

The software is designed to be used as a load testing tool for analyzing and measuring the performance of a variety of services, with a focus on web applications.

The Project's aims include;

  • High performance
  • Ready-to-present HTML reports
  • Scenario recorder and developer-friendly DSL

It officially supports the following protocols;

Simulations and scenarios are coded in a domain-specific language (DSL). This allows users to add custom behavior through many hooks.[1]

See also

References