freeCourse Image for Learn Locust

Learn Locust

Beginner
20 Lessons
02h 17m

Are you a Python aficionado? Learn Locust now to performance test your application or services. Locust is a powerful open-source Python library for performance testing being used by Google, Mozilla, AWS, and more top tech companies.

No user interface, only code. You can easily get started with the distributed load testing in a few seconds.

Hit the Start Watching button now.

Start Watching

Course Content

20 Lessons · 02h 17m

19. S2E9 Learn Locust Series - Locust in Docker

04m 56s

This video helps you to run #Locust in #Docker. docker run -p 8089:8089 -v $PWD:/mnt/locust –d locustio/locust -f /mnt/locust/locustfile.py docker run -v $PWD:/mnt/locust locustio/locust -f /mnt/locust/locustfile.py --html /mnt/locust/myrun1.html --headless --only-summary -r 1 -u 1 -t 10s

View All

What You Will Learn

  • Getting Started with Locust
  • Deep-dive into various classes
  • Command Line Options
  • Response validation
  • Data Parameterization
  • Data Extraction
  • Events and EventHook
  • Locust in Docker
  • Distributed Load Testing

Prerequisites

  • Performance testing basics
  • Python basics