gatling-parent


License

License

Categories

Categories

Gatling Application Testing & Monitoring Net
GroupId

GroupId

com.netaporter.gatling
ArtifactId

ArtifactId

gatling-parent
Last Version

Last Version

2.0.0-M4-NAP
Release Date

Release Date

Type

Type

pom
Description

Description

gatling-parent
gatling-parent
Project URL

Project URL

http://gatling.io
Project Organization

Project Organization

com.netaporter.gatling
Source Code Management

Source Code Management

https://github.com/excilys/gatling

Download gatling-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.netaporter.gatling/gatling-parent/ -->
<dependency>
    <groupId>com.netaporter.gatling</groupId>
    <artifactId>gatling-parent</artifactId>
    <version>2.0.0-M4-NAP</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.netaporter.gatling/gatling-parent/
implementation 'com.netaporter.gatling:gatling-parent:2.0.0-M4-NAP'
// https://jarcasting.com/artifacts/com.netaporter.gatling/gatling-parent/
implementation ("com.netaporter.gatling:gatling-parent:2.0.0-M4-NAP")
'com.netaporter.gatling:gatling-parent:pom:2.0.0-M4-NAP'
<dependency org="com.netaporter.gatling" name="gatling-parent" rev="2.0.0-M4-NAP">
  <artifact name="gatling-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.netaporter.gatling', module='gatling-parent', version='2.0.0-M4-NAP')
)
libraryDependencies += "com.netaporter.gatling" % "gatling-parent" % "2.0.0-M4-NAP"
[com.netaporter.gatling/gatling-parent "2.0.0-M4-NAP"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.4

Project Modules

There are no modules declared in this project.

Gatling Build Status Maven Central

What is Gatling ?

Gatling is a load test tool. It officially supports HTTP, WebSocket, Server-Sent-Events and JMS.

Motivation

  • Finding fancy GUIs not that convenient for describing load tests, what you want is a friendly expressive DSL?
  • Wanting something more convenient than huge XML dumps to store in your source version control system?
  • Fed up with having to host a farm of injecting servers because your tool uses blocking IO and one-thread-per-user architecture?

Gatling is for you!

Underlying technologies

Gatling is developed in Scala and built upon :

  • Netty for non blocking HTTP
  • Akka for virtual users orchestration ...

Questions, help?

Read the documentation.

Join the Gatling User Group.

Found a real bug? Raise an issue.

Partners

Takima     Highsoft AS    

com.netaporter.gatling

Excilys

Versions

Version
2.0.0-M4-NAP