<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Gatling on Aby George</title><link>https://abygeorgea.com/categories/gatling/</link><description>Recent content in Gatling on Aby George</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 11 Jun 2026 07:30:00 +1000</lastBuildDate><atom:link href="https://abygeorgea.com/categories/gatling/index.xml" rel="self" type="application/rss+xml"/><item><title>Scaling Up: Distributed Load Generation and Long-Term Test Maintenance</title><link>https://abygeorgea.com/blog/2026/06/11/scaling-gatling-distributed-load-and-maintenance/</link><pubDate>Thu, 11 Jun 2026 07:30:00 +1000</pubDate><guid>https://abygeorgea.com/blog/2026/06/11/scaling-gatling-distributed-load-and-maintenance/</guid><description>What to do when a single Gatling instance cannot generate enough load, and how to keep a Gatling and Java performance testing framework healthy over time.</description></item><item><title>Running Gatling in CI/CD: Pipelines and Environment Configuration</title><link>https://abygeorgea.com/blog/2026/05/28/running-gatling-in-cicd-pipelines-and-environments/</link><pubDate>Thu, 28 May 2026 07:30:00 +1000</pubDate><guid>https://abygeorgea.com/blog/2026/05/28/running-gatling-in-cicd-pipelines-and-environments/</guid><description>Wiring a Gatling and Maven project into a GitHub Actions pipeline, with clean environment configuration for dev, staging, and production targets.</description></item><item><title>Reading Gatling Reports: Percentiles, Throughput, and What Actually Matters</title><link>https://abygeorgea.com/blog/2026/05/14/reading-gatling-reports-percentiles-and-throughput/</link><pubDate>Thu, 14 May 2026 07:30:00 +1000</pubDate><guid>https://abygeorgea.com/blog/2026/05/14/reading-gatling-reports-percentiles-and-throughput/</guid><description>A practical guide to Gatling&amp;#39;s HTML report, covering the global stats page, response time distribution, and how to actually find a problem in the details.</description></item><item><title>Setting Performance SLAs With Gatling Assertions</title><link>https://abygeorgea.com/blog/2026/04/30/setting-performance-slas-with-gatling-assertions/</link><pubDate>Thu, 30 Apr 2026 07:30:00 +1000</pubDate><guid>https://abygeorgea.com/blog/2026/04/30/setting-performance-slas-with-gatling-assertions/</guid><description>Using Gatling&amp;#39;s global and per-request assertions to turn subjective load test results into an objective pass or fail build.</description></item><item><title>Load, Stress, Soak, and Spike Testing: Choosing the Right Injection Strategy</title><link>https://abygeorgea.com/blog/2026/04/16/load-stress-soak-spike-testing-with-gatling/</link><pubDate>Thu, 16 Apr 2026 07:30:00 +1000</pubDate><guid>https://abygeorgea.com/blog/2026/04/16/load-stress-soak-spike-testing-with-gatling/</guid><description>The difference between load, stress, soak, and spike testing, and how to configure each type of performance test in Gatling.</description></item><item><title>Modeling Realistic User Journeys: Pacing, Think Time, and Scenario Design</title><link>https://abygeorgea.com/blog/2026/04/02/modeling-realistic-user-journeys-in-gatling/</link><pubDate>Thu, 02 Apr 2026 07:30:00 +1100</pubDate><guid>https://abygeorgea.com/blog/2026/04/02/modeling-realistic-user-journeys-in-gatling/</guid><description>Designing Gatling scenarios that mimic real user behavior, using pause, think time randomization, and weighted user paths.</description></item><item><title>Checks and Validations: Making Sure Your Load Test Catches Real Failures</title><link>https://abygeorgea.com/blog/2026/03/19/gatling-checks-and-validations/</link><pubDate>Thu, 19 Mar 2026 07:30:00 +1100</pubDate><guid>https://abygeorgea.com/blog/2026/03/19/gatling-checks-and-validations/</guid><description>Going beyond status code checks in Gatling, with response body validation, header checks, and why a fast response is not the same as a correct one.</description></item><item><title>Correlation and Authentication: Extracting Tokens and Handling Login Flows</title><link>https://abygeorgea.com/blog/2026/03/05/gatling-correlation-and-authentication/</link><pubDate>Thu, 05 Mar 2026 07:30:00 +1100</pubDate><guid>https://abygeorgea.com/blog/2026/03/05/gatling-correlation-and-authentication/</guid><description>Extracting session tokens and other dynamic values from Gatling responses with check, and reusing them across an authenticated scenario.</description></item><item><title>Feeders 101: Driving Tests With CSV, JSON, and In-Memory Data</title><link>https://abygeorgea.com/blog/2026/02/19/gatling-feeders-csv-json-data-driven-tests/</link><pubDate>Thu, 19 Feb 2026 07:30:00 +1100</pubDate><guid>https://abygeorgea.com/blog/2026/02/19/gatling-feeders-csv-json-data-driven-tests/</guid><description>Using Gatling feeders to parameterize load tests with CSV, JSON, and custom Java data sources, without every virtual user hitting the exact same data.</description></item><item><title>Scenarios and Virtual Users: Understanding Injection Profiles</title><link>https://abygeorgea.com/blog/2026/02/05/gatling-scenarios-virtual-users-injection-profiles/</link><pubDate>Thu, 05 Feb 2026 07:30:00 +1100</pubDate><guid>https://abygeorgea.com/blog/2026/02/05/gatling-scenarios-virtual-users-injection-profiles/</guid><description>A guide to Gatling&amp;#39;s injection profiles, from atOnceUsers and rampUsers to constantUsersPerSec and staged load patterns.</description></item><item><title>Your First Real Simulation: The Gatling Java DSL Explained</title><link>https://abygeorgea.com/blog/2026/01/22/your-first-gatling-simulation-java-dsl/</link><pubDate>Thu, 22 Jan 2026 07:30:00 +1100</pubDate><guid>https://abygeorgea.com/blog/2026/01/22/your-first-gatling-simulation-java-dsl/</guid><description>A practical walkthrough of Gatling&amp;#39;s Java DSL, covering exec, chaining, HTTP protocol configuration, and separating scenarios from simulations.</description></item><item><title>Getting Started: Setting Up a Gatling and Java Project From Scratch</title><link>https://abygeorgea.com/blog/2026/01/08/getting-started-gatling-java-project-setup/</link><pubDate>Thu, 08 Jan 2026 07:30:00 +1100</pubDate><guid>https://abygeorgea.com/blog/2026/01/08/getting-started-gatling-java-project-setup/</guid><description>How to set up a Gatling performance testing project with Java and Maven, from an empty folder to your first passing build.</description></item></channel></rss>