Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ludeknovy/jtl-reporter
JtlReporter is an online application that allows users to generate beautiful, customizable and easy to understand performance reports from JMeter(Taurus), Locust, and other tools.
https://github.com/ludeknovy/jtl-reporter
comparison jmeter locust locustio performance performance-testing report reporter reporting taurus testing testing-tool
Last synced: 3 months ago
JSON representation
JtlReporter is an online application that allows users to generate beautiful, customizable and easy to understand performance reports from JMeter(Taurus), Locust, and other tools.
- Host: GitHub
- URL: https://github.com/ludeknovy/jtl-reporter
- Owner: ludeknovy
- License: mit
- Created: 2019-04-26T08:50:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T13:08:17.000Z (7 months ago)
- Last Synced: 2024-05-01T12:45:56.574Z (6 months ago)
- Topics: comparison, jmeter, locust, locustio, performance, performance-testing, report, reporter, reporting, taurus, testing, testing-tool
- Language: Python
- Homepage: https://jtlreporter.site
- Size: 7.63 MB
- Stars: 115
- Watchers: 5
- Forks: 30
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-jmeter - JtlReporter - Online reporting application to generate reports by uploading JTL file. (Results Processing / Results Analysis)
- awesome-locust - JtlReporter - Online reporting application to generate performance reports from Locust by either uploading CSV file or streaming data from the test run continuously. (Tools / Reporting)
README
JtlReporter
https://user-images.githubusercontent.com/13610612/126042981-41b48823-b715-423e-82ed-2bcb4b27334e.mov
## Description
Online reporting application to generate reports from JMeter(Taurus), Locust and other tools by either uploading JTL(csv) file or streaming data from the test run continuously. JtlReporter's main objective is to help you to understand your performance reports better and to spot performance regression.## Features
* Detailed performance report
* Test run comparison
* Performance regression alerts
* Performance insights
* [and more](https://jtlreporter.site/docs/introduction/features).## Used By
## Installation steps
1. Install [Docker](https://docs.docker.com/engine/installation/) ([Engine](https://docs.docker.com/engine/installation/), [Compose](https://docs.docker.com/compose/install/))
2. Clone this repository and navigate into cloned folder
3. Deploy JtlReporter using `docker-compose` within the same folder```Shell
$ docker-compose up -d
```4. Open in your browser IP address of deployed environment at port `2020`
```
$ http://IP_ADDRESS:2020
```
## Documentation 📖
For additional information please refer to the [documentation](https://jtlreporter.site/docs/).## Analytics
Currently, the following metrics are collected:
* every 6 hours the backend application sends an event that the instance is alive
* report processing is finished
* the number of labels and duration of the test run
* unexpected exception
If you don't want the analytics to be used, you can set `OPT_OUT_ANALYTICS` to `true` for backend service.
Mixpanel service is used for storing the data.## Repositories structure
JtlReporter consists of the following parts:
* [backend](https://github.com/ludeknovy/jtl-reporter-be)
* [frontend](https://github.com/ludeknovy/jtl-reporter-fe)
* [listener](https://github.com/ludeknovy/jtl-reporter-listener-service)
* [scheduler](https://github.com/ludeknovy/jtl-reporter-scheduler)
* [docs](https://github.com/ludeknovy/jtl-reporter-docs)## Screenshot
![Item detail](/assets/item_detail.png)## License
Jtl Reporter is GNU Affero General Public License v3.0 licensed ([frontend](https://github.com/ludeknovy/jtl-reporter-fe/blob/master/LICENSE), [backend](https://github.com/ludeknovy/jtl-reporter-be/blob/master/LICENSE) and [listener](https://github.com/ludeknovy/jtl-reporter-listener-service/blob/main/LICENSE)).This repository is [MIT licensed.](LICENSE)