+ All Categories
Home > Documents > Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger...

Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger...

Date post: 05-May-2018
Category:
Upload: vannguyet
View: 225 times
Download: 2 times
Share this document with a friend
29
1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH
Transcript
Page 1: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

1

Gatling for JMeter dummies

Rainer Steinegger

Application Engineer, Unic GmbH

Page 2: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

2

Rainer Steinegger

• Java Backend Engineer

• Java User Group KA Organizer

• Mentor at Devoxx4Kids

• Married and 3 kids

Page 3: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

3

featuring some friends

Page 4: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

4

• JMeter • Gatling to the rescue!!111 • Gatling Basics and Code

Agenda

Page 5: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

5

Why load-/stresstests?!

Page 6: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

6

JMeter

Page 7: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

7

Performance

Page 8: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

8

one user per thread

Page 9: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

9

might take many threads

Page 10: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

10

… and doesn’t scale well

Page 11: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

11

Blocking I/O

Page 12: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

12

Thread.sleep()

Page 13: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

13

Usability

Page 14: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

14

peer reviews

Page 15: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

15

XML!!!

Page 16: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

16

refactorings…

Page 17: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

17

plugin dependencies and versions

Page 18: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

18

Gatling to the rescue!!111

Page 19: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

19

Performance

Page 20: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

20

akka and actuators

Page 21: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

21

Thread.sleep()

netty for non-blocking I/O

Page 22: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

22

versioning and peer reviews

Page 23: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

23

Scala for DSL

Page 24: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

24

use the tools you are used to!

Page 25: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

25

Gatling Basics

Page 26: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

26

Simulations:

• Standard load

• Peak exceeded

• …

Simulations and Scenarios

Scenarios:

• Registration

• Login

• Search

• ...

Page 27: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

27

finally some code

Page 28: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

28

• Gatling Recorder

• Maven Gatling Plugin and Reports

• User and sessions

• Feeder and data sources (in-memory, CSV, JSON, JDBC, …)

• Configuration

• Assertions (requests per second, successful requests, …)

• HTTP/… Checks

• Protocols (HTTP, Server Sent Events, WebSockets, JMS)

Recap

Page 29: Gatling for JMeter dummies - Entwicklertag · 1 Gatling for JMeter dummies Rainer Steinegger Application Engineer, Unic GmbH

Click to edit Master title style

29

that’s all folks!

https://github.com/rainer-steinegger - [email protected]


Recommended