Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Master Apache JMeter - From Load Testing to DevOps

You're reading from  Master Apache JMeter - From Load Testing to DevOps

Product type Book
Published in Aug 2019
Publisher
ISBN-13 9781839217647
Pages 468 pages
Edition 1st Edition
Languages
Authors (3):
Antonio Gomes Rodrigues Antonio Gomes Rodrigues
Profile icon Antonio Gomes Rodrigues
Bruno Demion (Milamber) Bruno Demion (Milamber)
Profile icon Bruno Demion (Milamber)
Philippe Mouawad Philippe Mouawad
Profile icon Philippe Mouawad
View More author details

Table of Contents (14) Chapters

About the Book 1. Quick Start with JMeter 2. JMeter Overview 3. Designing a Test Case 4. Important Concepts in JMeter 5. Preparing the Test Environment (Injectors and Tested Systems) 6. Being Productive with JMeter 7. Load Testing a Website 8. Load Testing Web Services 9. Load Testing a Database Server 10. Load Testing Message-Oriented Middleware (MOM) via JMS 11. Performing a Load Test 12. Visualizing and Analyzing the Load Testing Results 13. Integration of JMeter in the DevOps Tool Chain

Running Your Test on the Command Line with Taurus

Taurus (https://gettaurus.org/) is a command-line tool for running load test scripts from various tools, including JMeter.

To perform a JMeter test, it's easy:

     bzt myscript.jmx

The advantage over the classic JMeter command line is that this provides more information while running:

Figure 11.4: Taurus

If you want to use more advanced features of Taurus, you need to create a YAML file – let's call it demo.yml. Be careful: the YAML syntax is very sensitive to indentation.

In the following example, we will do three things:

  1. Define how the load will be injected (ramp-up, plateau, and so on) by this syntax:

    execution:

    - scenario: existing

     competition: 10

     hold-for: 10s

     ramp-up: 30s

    scenarios:

     existing:

         script: demo.jmx

    We tell Taurus to run the demo.jmx script with 10 threads by setting a ramp from 0 to 10 virtual users in 30 seconds, then a virtual...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}