Gatling
Modern Load Testing as Code (by gatling)
k6
A modern load testing tool, using Go and JavaScript - https://k6.io (by grafana)
Gatling | k6 | |
---|---|---|
27 | 25 | |
6,584 | 27,121 | |
0.9% | 2.0% | |
9.7 | 9.9 | |
8 days ago | 6 days ago | |
Scala | Go | |
Apache License 2.0 | GNU Affero General Public License v3.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Gatling
Posts with mentions or reviews of Gatling.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-03.
-
Outgrowing Postgres: How to identify scale problems
Use load testing tools like Apache JMeter, Gatling, or Locust to measure your application's throughput under various loads and compare it to historical data.
-
Database Stress Testing: Why It Matters and How to Get Started
Gatling: Known for its ease of use and support for high-concurrency simulations.
- JHipster 8 - Criando uma aplicação monolítica
-
What is Load Testing? Complete Tutorial With Best Practices
Gatling: An open-source load and performance testing tool primarily designed for web applications, Gatling utilizes a simple domain-specific language (DSL) for creating and maintaining test scripts. It supports HTTP/2 and allows recording and generation of scenarios directly from a browser. The tool also provides detailed performance reports that are easy to analyze.
-
Best Practices in Testing GraphQL APIs
Performance and load testing are essential parts of GraphQL API testing. It ensures APIs can handle expected traffic volumes and respond within acceptable timeframes. You can use tools like Apache JMeter or Gatling to generate realistic loads and evaluate the API's performance under different scenarios. Techniques like batched queries and caching can help mitigate this issue.
-
Perf/web testing framework similar to locust/gatling for .NET?
New to the .NET community and trying to learn! I have used tools such as Apache JMeter (Java), gatling.io (Java) and Locust (Python) that are decent full featured web perf frameworks. Typically these integrate well with your code, and can be run as part of your unit/integration tests and produce offline reports
-
How can I do a simple load test for an API I'm developing?
Gatling , this is what we tested concurrency with. Setting up might take a while depending on your exp. but the tool is solid.
-
Optimizing Decision Making with a Trie Tree-Based Rules Engine: An Experience Report
I used SpringBoot 3.0.2, GraalVM 22 (JVM mode), a MacOS 2,6 GHz 6-Core Intel Core i7, running 1000 users for 5 minutes. The idea was to test how memory consumption and CPU usage evolve. Below, I compared the footprint of these three solutions. I collected the total count of requests, throughput, memory consumption, and CPU usage using VisualVM and Gatling.
-
A starting point to debug a Java OutOfMemoryError
Load test your code to simulate a production load (you can use tools like k6 or Gatling)
-
Are you using any load/stress testing tools?
k6 is our preferred javascript based cloud tester for light webservices. gattling if you have (a monolith with) workflows and need more formalized code to prove/audit your testing.
k6
Posts with mentions or reviews of k6.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-19.
-
K6 - Modern load testing
K6 GitHub Repository
Repositório GitHub do K6
- CodSpeed – integrated CI tool for performance testing
-
Quickly and easily implement a high-performance e-commerce system by sponge+dtm
To perform stress testing on the eshop_gw API gateway service and verify the system's performance under high concurrency, use the stress testing tool k6. Before conducting the stress test, ensure that enough stock is set to avoid order failure.
-
5 DevOps Hacktoberfest Projects to Contribute to!
Grafana K6 is another Grafana project that is looking for help. K6 is an open-source, distributed, and load testing tool that allows you to test the performance of your web applications in a scalable and realistic way.
- K6: A modern load testing tool, using Go and JavaScript
-
HTTPie Desktop: cross-platform API testing client for humans
I know this is about Desktop HTTP testing but has anyone experimented with command-line HTTP testing?
I recall having a good experience with https://github.com/grafana/k6 some eons ago.
It's geared towards writing load testing in JS but it also allows you to check HTTP body, headers, etc.
-
Examples of using task scheduler with Go?
K6' usage - pretty friggin robust - is here https://github.com/grafana/k6/tree/master/js
-
Announcing the Tracetest integration with k6: Deep Load Testing of your Cloud Native System
k6 allows you to build performant load tests that take a fraction of the resources legacy load-testing tools require. The tests are written in an easy-to-follow JavaScript form and can be extended with a number of extensions. The tests execute via a Go-JavaScript compiler so they take a minimal amount of resources when being executed, allowing the scaling of load tests with fewer resources.
-
Maximizing concurrent outbound http requests
I’d use K6 for this. It’s been optimised for this purpose. https://github.com/grafana/k6
What are some alternatives?
When comparing Gatling and k6 you can also consider the following projects:
Cucumber - Cucumber for the JVM
bombardier - Fast cross-platform HTTP benchmarking tool written in Go
REST Assured - Java DSL for easy testing of REST services
artillery - The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
ScalaMeter - Microbenchmarking and performance regression testing framework for the JVM platform.
Vegeta - HTTP load testing tool and library. It's over 9000!