update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -42,23 +42,13 @@ performance testing framework based on Scala, Akka and Netty.</p>
<h2 id="official-resources">Official Resources</h2>
<!--lint ignore double-link-->
<ul>
<li><a href="https://gatling.io/">Homepage</a>
<ul>
<li><a href="https://gatling.io/open-source/">Gatling</a> - Open-source
version.</li>
<li><a href="https://gatling.io/enterprise/">Gatling Enterprise</a> -
Enterprise version (formerly known as Gatling FrontLine), with advanced
analytics and integrations.</li>
</ul></li>
<li><a href="https://gatling.io/docs/gatling/">Documentation</a></li>
<li><a href="https://gatling.io/">Homepage</a></li>
<li><a href="https://docs.gatling.io/">Documentation</a></li>
<li><a href="https://github.com/gatling/gatling">Source code</a></li>
</ul>
<h2 id="getting-started">Getting Started</h2>
<ul>
<li><a
href="https://blog.pragmatists.com/load-testing-with-gatling-io-2a128fccfb3e">Load
testing with Gatling.io</a></li>
<li><a
href="https://callistaenterprise.se/blogg/teknik/2014/04/16/a-first-look-at-gatling-a-dsl-based-load-test-tool/">A
first look at Gatling, a DSL based load test tool</a></li>
<li><a
@@ -67,9 +57,6 @@ Take your performance tests to the next level</a></li>
<li><a
href="https://www.james-willett.com/gatling-load-testing-complete-guide/">Load
Testing with Gatling. The Complete Guide</a></li>
<li><a
href="https://automationrhapsody.com/performance-testing-with-gatling/">Performance
testing with Gatling</a></li>
</ul>
<h2 id="tutorials">Tutorials</h2>
<ul>
@@ -80,17 +67,13 @@ testing gRPC services with Gatling</a></li>
href="https://callistaenterprise.se/blogg/teknik/2016/11/26/gatling-custom-protocol/">Creating
a custom Gatling protocol for AWS Lambda</a></li>
<li><a
href="http://mintbeans.com/load-testing-zeromq-with-gatling/">Load
href="https://mintbeans.com/load-testing-zeromq-with-gatling/">Load
testing ZeroMQ with a custom DSL for Gatling</a></li>
</ul>
<h2 id="distributed-testing">Distributed Testing</h2>
<ul>
<li><a
href="https://gatling.io/docs/gatling/guides/scaling_out/">Scaling out
with Gatling</a> - Recipe to use several Gatling instances hosted using
multiple machines from official Gatling documentation.</li>
<li><a
href="https://medium.com/de-bijenkorf-techblog/https-medium-com-annashepeleva-distributed-load-testing-with-gatling-and-kubernetes-93ebce26edbe">Distributed
href="https://debijenkorf.tech/https-medium-com-annashepeleva-distributed-load-testing-with-gatling-and-kubernetes-93ebce26edbe">Distributed
load testing with Gatling and Kubernetes</a></li>
<li><a
href="https://web.archive.org/web/20210625094528/http://www.nimrodstech.com/gatling-cluster-load-testing/">Gatling
@@ -142,17 +125,20 @@ Gatling plugin for stress testing MQTT.</li>
<li><a href="https://github.com/mnogu/gatling-kafka">gatling-kafka</a> -
A Gatling plugin for stress testing Apache Kafka protocol.</li>
<li><a
href="https://github.com/Tinkoff/gatling-kafka-plugin">gatling-kafka-plugin</a>
href="https://github.com/Amerousful/gatling-kafka">gatling-kafka</a> -
Gatling plugin for Kafka.</li>
<li><a
href="https://github.com/galax-io/gatling-kafka-plugin">gatling-kafka-plugin</a>
- Plugin for support Kafka in Gatling.</li>
<li><a
href="https://github.com/Tinkoff/gatling-amqp-plugin">gatling-amqp-plugin</a>
href="https://github.com/galax-io/gatling-amqp-plugin">gatling-amqp-plugin</a>
- Plugin for support performance testing with AMQP in Gatling
(3.2.x).</li>
<li><a
href="https://github.com/Tinkoff/gatling-jdbc-plugin">gatling-jdbc-plugin</a>
href="https://github.com/galax-io/gatling-jdbc-plugin">gatling-jdbc-plugin</a>
- Simple Gatling plugin for JDBC support.</li>
<li><a
href="https://github.com/Tinkoff/gatling-picatinny">gatling-picatinny</a>
href="https://github.com/galax-io/gatling-picatinny">gatling-picatinny</a>
- Library with a bunch of useful functions that extend Gatling DSL.</li>
<li><a href="https://github.com/tmcgrath/gatling-sql">gatling-sql</a> -
Gatling extension for JDBC or Spark Thrift Server stress testing.</li>
@@ -170,14 +156,15 @@ href="https://github.com/softwaremill/gatling-zeromq">gatling-zeromq</a>
- A Gatling stress test plugin for ZeroMQ protocol.</li>
<li><a href="https://github.com/youzan/gatling-dubbo">gatling-dubbo</a>
- A Gatling plugin for running load tests on Apache Dubbo.</li>
<li><a href="https://github.com/gatling-cql/GatlingCql">gatling-cql</a>
- Gatling support for Apache Cassandra CQL.</li>
<li><a
href="https://github.com/Amerousful/gatling-wait">gatling-wait</a> -
Plugin that simplifies waiting for specific events allowing customizable
conditions, attempt management, and error handling.</li>
</ul>
<h3 id="frameworks">Frameworks</h3>
<ul>
<li><a href="https://github.com/OctoPerf/kraken">Kraken</a> - Load
testing IDE based on Gatling by <a
href="https://octoperf.com/categories/kraken/">OctoPerf</a>.</li>
testing IDE based on Gatling by OctoPerf.</li>
<li><a href="https://karatelabs.github.io/karate/karate-gatling/">Karate
Gatling</a> - Re-use Karate API-tests as performance tests executed by
Gatling.</li>
@@ -194,6 +181,10 @@ JMeter and Gatling containers.</li>
reports with Plotly charts.</li>
<li><a href="https://github.com/biski/gatling2allure">gatling2allure</a>
- Convert Gatling log to Allure report.</li>
<li><a
href="https://github.com/Amerousful/gatling-elasticsearch-logs">gatling-elasticsearch</a>
- Logger which parses raw Gatling logs and sends them to the
Elasticsearch.</li>
</ul>
<h3 id="sandbox">Sandbox</h3>
<ul>
@@ -211,7 +202,7 @@ Postman collections to Gatling scripts.</li>
<li><a href="https://github.com/gatling/gatling.g8">gatling.g8</a> -
Giter8 template for Gatling.</li>
<li><a
href="https://github.com/Tinkoff/gatling-template.g8">gatling-template.g8</a>
href="https://github.com/galax-io/gatling-template.g8">gatling-template.g8</a>
- A Giter8 template for Gatling performance test project.</li>
</ul>
<h2 id="ci">CI</h2>
@@ -226,7 +217,7 @@ workflows.</li>
</ul>
<h2 id="trainings-courses">Trainings &amp; Courses</h2>
<ul>
<li><a href="https://gatling.io/academy/">Gatling Academy</a></li>
<li><a href="https://academy.gatling.io/">Gatling Academy</a></li>
<li><a href="https://www.udemy.com/topic/gatling/">Gatling Courses</a> -
By Udemy.</li>
<li><a
@@ -243,6 +234,9 @@ Done Right with Gatling</a> - Stéphane Landelle @ Voxxed Days Belgrade
<li><a href="https://www.youtube.com/watch?v=RiM1GsVSbzM">Load Testing
Crash Course with Gatling</a> - Stéphane Landelle @ Devoxx Belgium
2022.</li>
<li><a href="https://www.youtube.com/watch?v=8Eplj8BvugA">Load Testing
Made Easy with Gatling</a> - Rafał Piotrowski @ Scala Days 2023
Madrid.</li>
</ul>
<h3 id="video-tutorials">Video Tutorials</h3>
<ul>
@@ -257,7 +251,7 @@ Tutorials for Beginners</a> - Tutorial series by James Willett.</li>
<ul>
<li><a href="https://community.gatling.io/">Gatling Community</a></li>
<li><a
href="https://stackoverflow.com/questions/tagged/gatling+or+scala-gatling+or+gatling-plugin"><code>gatling</code>
href="https://stackoverflow.com/questions/tagged/gatling+or+scala-gatling+or+gatling-java+or+gatling-plugin"><code>gatling</code>
on Stack Overflow</a></li>
<li><a href="https://twitter.com/gatlingtool"><code>@GatlingTool</code>
on Twitter</a></li>
@@ -295,3 +289,5 @@ benchmarking, load and stress testing your code or services.</li>
<h2 id="contributing">Contributing</h2>
<p>Contributions are welcome!<br> Please take a look at the <a
href="CONTRIBUTING.md">CONTRIBUTING</a> guidelines first.</p>
<p><a href="https://github.com/aliesbelik/awesome-gatling">gatling.md
Github</a></p>