https://github.com/mattermost/mattermost-load-test-ng
Mattermost next generation loadtest agent
https://github.com/mattermost/mattermost-load-test-ng
golang hacktoberfest load-testing open-source performance
Last synced: about 1 month ago
JSON representation
Mattermost next generation loadtest agent
- Host: GitHub
- URL: https://github.com/mattermost/mattermost-load-test-ng
- Owner: mattermost
- License: apache-2.0
- Created: 2019-11-20T14:50:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-02-11T18:52:32.000Z (about 2 months ago)
- Last Synced: 2026-02-12T01:50:06.993Z (about 2 months ago)
- Topics: golang, hacktoberfest, load-testing, open-source, performance
- Language: Go
- Homepage:
- Size: 13.4 MB
- Stars: 62
- Watchers: 23
- Forks: 43
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mattermost load-test-ng
Mattermost load-test-ng provides a set of tools written in [Go](https://golang.org/) to help profiling [Mattermost](https://github.com/mattermost/mattermost) under heavy load, simulating real-world usage of a server installation at scale.
It's a complete rewrite of the [previous](https://github.com/mattermost/mattermost-load-test) load-test tool which served as inspiration.
## Goals
- Give an estimate on the maximum number of concurrently active users the target system supports.
- Enable more control over the load to generate through the use of [Controllers](docs/controllers.md).
- Provide extensive documentation from lower level code details to higher level guides and walk-throughs.
## Documentation
Documentation and implementation details can be found in the [docs](docs/) folder.
Code specific documentation can be found on [GoDoc](https://godoc.org/github.com/mattermost/mattermost-load-test-ng).
## Help
If you need any help you can join the [Developers: Performance](https://community.mattermost.com/core/channels/developers-performance) channel and ask developers any question related to this project.