{"id":13651691,"url":"https://github.com/ludeknovy/jtl-reporter","last_synced_at":"2026-04-11T10:10:48.145Z","repository":{"id":41275672,"uuid":"183593218","full_name":"ludeknovy/jtl-reporter","owner":"ludeknovy","description":"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. ","archived":false,"fork":false,"pushed_at":"2025-02-23T09:18:27.000Z","size":7999,"stargazers_count":137,"open_issues_count":2,"forks_count":35,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-22T22:41:37.555Z","etag":null,"topics":["comparison","jmeter","locust","locustio","performance","performance-testing","report","reporter","reporting","taurus","testing","testing-tool"],"latest_commit_sha":null,"homepage":"https://jtlreporter.site","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ludeknovy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ludeknovy"}},"created_at":"2019-04-26T08:50:19.000Z","updated_at":"2025-04-15T10:25:58.000Z","dependencies_parsed_at":"2023-02-15T09:46:31.506Z","dependency_job_id":"a94fa008-9276-4bff-b409-8e212e6efff0","html_url":"https://github.com/ludeknovy/jtl-reporter","commit_stats":null,"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/ludeknovy/jtl-reporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeknovy%2Fjtl-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeknovy%2Fjtl-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeknovy%2Fjtl-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeknovy%2Fjtl-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ludeknovy","download_url":"https://codeload.github.com/ludeknovy/jtl-reporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeknovy%2Fjtl-reporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28335201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comparison","jmeter","locust","locustio","performance","performance-testing","report","reporter","reporting","taurus","testing","testing-tool"],"created_at":"2024-08-02T02:00:51.584Z","updated_at":"2026-01-12T05:30:17.590Z","avatar_url":"https://github.com/ludeknovy.png","language":"Python","funding_links":["https://github.com/sponsors/ludeknovy"],"categories":["Tools \u0026 Integrations","Results Processing"],"sub_categories":["Reporting","Results Analysis"],"readme":"\n\u003ch1 align=\"center\"\u003eJtlReporter\u003c/h1\u003e\n\nhttps://user-images.githubusercontent.com/13610612/126042981-41b48823-b715-423e-82ed-2bcb4b27334e.mov\n\n## Description\nOnline 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.\n\n## Features\n* Detailed performance report\n* Test run comparison\n* Performance regression alerts\n* Performance insights\n* [and more](https://jtlreporter.site/docs/introduction/features).\n\n## Used By\n\u003cimg src=\"/assets/Logo-RedHat-A-Color-RGB.svg\"  width=\"200\" height=\"150\"\u003e\n\u003cimg src=\"https://github.com/ludeknovy/jtl-reporter/assets/13610612/189af2f0-fac1-47bf-b21d-ff424602a8a3\", width=\"200\", height =\"150\"\u003e\n\n\n\n## Installation steps\n1. Install [Docker](https://docs.docker.com/engine/installation/) ([Engine](https://docs.docker.com/engine/installation/), [Compose](https://docs.docker.com/compose/install/))\n2. Clone this repository and navigate into cloned folder\n3. Deploy JtlReporter using `docker-compose` within the same folder\n\n  ```Shell\n  $ docker-compose up -d\n  ```\n\n4. Open in your browser IP address of deployed environment at port `2020`\n\n  ```\n  $ http://IP_ADDRESS:2020\n  ```\n  \n## Documentation 📖\nFor additional information please refer to the [documentation](https://jtlreporter.site/docs/).\n\n## Analytics \nCurrently, the following metrics are collected:\n * every 6 hours the backend application sends an event that the instance is alive\n * report processing is finished\n * the number of labels and duration of the test run\n * unexpected exception\n \n If you don't want the analytics to be used, you can set `OPT_OUT_ANALYTICS` to `true` for backend service.\nMixpanel service is used for storing the data.\n\n\n## Repositories structure\n JtlReporter consists of the following parts:\n  * [backend](https://github.com/ludeknovy/jtl-reporter-be)\n  * [frontend](https://github.com/ludeknovy/jtl-reporter-fe)\n  * [listener](https://github.com/ludeknovy/jtl-reporter-listener-service)\n  * [scheduler](https://github.com/ludeknovy/jtl-reporter-scheduler)\n  * [docs](https://github.com/ludeknovy/jtl-reporter-docs)\n\n\n## Screenshot\n![Item detail](/assets/item_detail.png)\n\n## License\nJtl 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)). \n\nThis repository is [MIT licensed.](LICENSE)\n\nThe new version uses different DB image (timescale/timescaledb-ha) https://github.com/timescale/timescaledb-docker-ha\nThe `timescale/timescaledb-ha` contains a toolkit, which is not distributed as OSS, but under a TSL.\nFor more information, please see https://docs.timescale.com/about/latest/timescaledb-editions/#timescaledb-community-edition\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fludeknovy%2Fjtl-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fludeknovy%2Fjtl-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fludeknovy%2Fjtl-reporter/lists"}