{"id":22871563,"url":"https://github.com/qainsights/jmeter-docker-extension","last_synced_at":"2026-03-16T04:34:18.648Z","repository":{"id":205397756,"uuid":"714147134","full_name":"QAInsights/jmeter-docker-extension","owner":"QAInsights","description":"Run your JMeter load tests without installing JMeter in your local inside Docker Desktop using this awesome extension.","archived":false,"fork":false,"pushed_at":"2023-11-15T00:00:22.000Z","size":1434,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T16:17:24.805Z","etag":null,"topics":["apache","devops","docker","docker-extension","jmeter","load-testing","performance-engineering","performance-testing","qainsights","testing"],"latest_commit_sha":null,"homepage":"https://qainsights.com/introducing-the-apache-jmeter-docker-extension/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/QAInsights.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-04T03:33:29.000Z","updated_at":"2025-01-25T02:49:03.000Z","dependencies_parsed_at":"2025-02-06T17:11:41.222Z","dependency_job_id":"85b28e06-645a-4636-ab89-d8f17ab00290","html_url":"https://github.com/QAInsights/jmeter-docker-extension","commit_stats":null,"previous_names":["qainsights/jmeter-docker-extension"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QAInsights%2Fjmeter-docker-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QAInsights%2Fjmeter-docker-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QAInsights%2Fjmeter-docker-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QAInsights%2Fjmeter-docker-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QAInsights","download_url":"https://codeload.github.com/QAInsights/jmeter-docker-extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248914117,"owners_count":21182359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["apache","devops","docker","docker-extension","jmeter","load-testing","performance-engineering","performance-testing","qainsights","testing"],"created_at":"2024-12-13T13:20:08.727Z","updated_at":"2026-03-16T04:34:13.609Z","avatar_url":"https://github.com/QAInsights.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡️ Apache JMeter Docker Extension\n\nRun your JMeter load tests without installing JMeter in your local inside Docker Desktop using this awesome extension.\n\n![JMeter Docker Extension](./assets/JMeter-Docker-Extension.png)\n![Interactive Charts](./assets/Interactive-Charts.png)\n\n# ⛳️ Features\n\n✅ Includes base image `qainsights/jmeter:latest` by default  \n✅ Light-weight and secured container  \n✅ Interactive charts  \n✅ Supports JMeter plugins  \n✅ Mount volume for easy management  \n✅ Supports property files  \n✅ Supports proxy configuration  \n✅ Support container memory and CPU settings  \n✅ Generates logs and results  \n✅ Intuitive HTML report  \n✅ Displays runtime console logs  \n✅ Timely notifications  \n\n# ⤵ Demo\n\n[![Apache JMeter Docker Extension Demo](https://img.youtube.com/vi/OOm9iwC7f44/0.jpg)](https://www.youtube.com/watch?v=OOm9iwC7f44 \"Apache JMeter Docker Extension Demo\")\n\n# 👨‍💻 Local development\n\nYou can use `docker` to build, install and push your extension. Also, using an opinionated [Makefile](Makefile) that could be convenient for you. There isn't a strong preference of using one over the other, so just use the one you're most comfortable with.\n\nTo build the extension, use `make build-extension` **or**:\n\n```shell\n  docker buildx build -t qainsights/jmeter-docker-extension:latest . --load\n```\n\n## 🌱 Installation \n### 🪜 Make\nTo install the extension, use `make install-extension` **or**:\n\n```shell\n  docker extension install qainsights/jmeter-docker-extension:latest\n```\n\n\u003e If you want to automate this command, use the `-f` or `--force` flag to accept the warning message.\n\n### 🗜️ Docker Extensions Marketplace (Recommended Method)\n\nJMeter extension can be easily installed from the [Docker Extensions Marketplace](https://hub.docker.com/search?q=\u0026type=extension) via web or directly from Docker Desktop.\n\nDocker Extensions are available as part of Docker Desktop 4.8.0 and later releases. [Download and install Docker Desktop 4.8.0 or later](https://docs.docker.com/desktop/release-notes/).\n\nTo install an extension:\n\n1. Open Docker Desktop.\n2. From the Dashboard, select Add Extensions in the menu bar. The Extensions Marketplace opens on the Browse tab.\nSearch for `JMeter`.\n3. Choose you extension and select Install.\n\nFrom here, you can select Open to access the extension or install additional extensions. The extension also appears in the left-hand menu and in the Manage tab.\n\n## 🎥 Preview the extension\n\nTo preview the extension in Docker Desktop, open Docker Dashboard once the installation is complete. \n\nThe left-hand menu displays a new tab with the name of the extension which is `JMeter`. You can also use `docker extension ls` to see that the extension has been installed successfully.\n\nUse the `docker extension update` command to remove and re-install the extension automatically:\n\n```shell\ndocker extension update qainsights/jmeter-docker-extension:latest\n```\n\u003e If you want to automate this command, use the `-f` or `--force` flag to accept the warning message.\n\n\u003e Extension containers are hidden from the Docker Dashboard by default. You can change this in Settings \u003e Extensions \u003e Show Docker Extensions system containers.\n\n# 🪵 Update an extension\n\nYou can update any extension outside of Docker Desktop releases. To update an extension to the latest version:\n\n1. Navigate to Docker Dashboard, and from the menu bar select the ellipsis to the right of Extensions.\n2. Select Manage. The Manage tab displays with all your installed extensions. If an extension has a new version available, it displays an Update button.\n3. Select Update.\n\n# 🗑️ Clean up\n\nTo remove the extension:\n\n```shell\ndocker extension rm qainsights/jmeter-docker-extension:latest\n```\n\n1. Or from the menu bar, select the ellipsis to the right of Extensions.\n2. Select Manage. This displays a list of extensions you've installed.\n3. Select Uninstall.\n\n# ⏭️ What's next?\n\n- More options to fine tune the resources\n- Tests dashboard\n- And more\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqainsights%2Fjmeter-docker-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqainsights%2Fjmeter-docker-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqainsights%2Fjmeter-docker-extension/lists"}