Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tag1consulting/goose
Load testing framework, inspired by Locust
https://github.com/tag1consulting/goose
goose http http-client load-testing loadtesting metrics performance rust rust-lang
Last synced: about 1 month ago
JSON representation
Load testing framework, inspired by Locust
- Host: GitHub
- URL: https://github.com/tag1consulting/goose
- Owner: tag1consulting
- License: apache-2.0
- Created: 2020-03-02T07:05:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T10:57:53.000Z (3 months ago)
- Last Synced: 2024-09-29T20:41:10.833Z (about 1 month ago)
- Topics: goose, http, http-client, load-testing, loadtesting, metrics, performance, rust, rust-lang
- Language: Rust
- Homepage: https://tag1.com/goose
- Size: 23.4 MB
- Stars: 796
- Watchers: 19
- Forks: 70
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Goose: A Powerful Load Testing Framework
## What is Load Testing?
Load testing is a critical step in ensuring your web application can handle real-world traffic patterns. It helps you identify performance bottlenecks, optimize resource allocation, and ensure a seamless user experience.## Why Choose Goose?
* Fast and Scalable: Built with [Rust](https://www.rust-lang.org/), Goose is designed for speed and scalability.
* Flexible and Customizable: Supports simple and complex load tests, tailored to mimic real-world user behavior.
* Realistic User Behavior Simulation: Goes beyond just sending requests; simulates user behaviors like logging in, filling out forms, and navigating through your application.
* Have you ever been attacked by a goose?
## Getting Started
To use Goose, you'll need to write a Rust application using the Goose library. Then, compile it to create a tailored load testing tool specific to your needs.You may find the following resources helpful:
* [**The Goose Book**](https://book.goose.rs/) A comprehensive guide to getting started with Goose.
* [**Developer Documentation**](https://docs.rs/goose/) Detailed API information and tutorials.
## Simple Example
Check out our [examples](https://github.com/tag1consulting/goose/tree/main/examples) on GitHub.
You can also use [Goose Eggs](https://github.com/tag1consulting/goose-eggs), a helper crate that provides useful functions for writing load tests, such as validation helpers for HTTP responses.## Community and Support
Developed by [Tag1 Consulting](https://tag1.com/), Goose has a growing community and a series of [blog posts and podcasts](https://www.tag1.com/goose/) detailing its features, comparisons with other tools, and real-life testing scenarios.[![crates.io](https://img.shields.io/crates/v/goose.svg)](https://crates.io/crates/goose)
[![Documentation](https://docs.rs/goose/badge.svg)](https://docs.rs/goose)
[![Apache-2.0 licensed](https://img.shields.io/crates/l/goose.svg)](./LICENSE)
[![CI](https://github.com/tag1consulting/goose/workflows/CI/badge.svg)](https://github.com/tag1consulting/goose/actions?query=workflow%3ACI)