{"id":17835811,"url":"https://github.com/guitarrapc/docker-jmeter-gui","last_synced_at":"2025-03-19T17:30:58.140Z","repository":{"id":147477418,"uuid":"292068737","full_name":"guitarrapc/docker-jmeter-gui","owner":"guitarrapc","description":"JMeter GUI Alpine image connectable with RDP or VNC","archived":false,"fork":false,"pushed_at":"2020-09-01T19:44:17.000Z","size":10,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T09:45:16.349Z","etag":null,"topics":["alpine","docker","jmeter"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/guitarrapc/jmeter-gui","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guitarrapc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-09-01T17:52:05.000Z","updated_at":"2025-02-26T08:50:55.000Z","dependencies_parsed_at":"2023-07-24T18:45:32.800Z","dependency_job_id":null,"html_url":"https://github.com/guitarrapc/docker-jmeter-gui","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarrapc%2Fdocker-jmeter-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarrapc%2Fdocker-jmeter-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarrapc%2Fdocker-jmeter-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarrapc%2Fdocker-jmeter-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guitarrapc","download_url":"https://codeload.github.com/guitarrapc/docker-jmeter-gui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244473669,"owners_count":20458503,"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":["alpine","docker","jmeter"],"created_at":"2024-10-27T20:26:18.388Z","updated_at":"2025-03-19T17:30:58.135Z","avatar_url":"https://github.com/guitarrapc.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Docker Build](https://github.com/guitarrapc/docker-jmeter-gui/workflows/Docker%20Build/badge.svg) ![Docker Push](https://github.com/guitarrapc/docker-jmeter-gui/workflows/Docker%20Push/badge.svg) [![hub](https://img.shields.io/docker/pulls/guitarrapc/jmeter-gui.svg)](https://hub.docker.com/r/guitarrapc/jmeter-gui/)\n\n# docker-jmeter-gui\n\nDocker image for [Apache JMeter](http://jmeter.apache.org).\nThis Docker image run jmeter gui on container and user can connect via VNC or RDP.\nFind Images of this repo on [Docker Hub](https://hub.docker.com/r/guitarrapc/jmeter-gui).\n\n## Usage\n\nrun container\n\n```shell\ndocker run -itd --rm -v ${WORK_DIR}/:/root/jmeter/ -p 5900:5900 -p 3390:3389 guitarrapc/jmeter-gui:latest\n```\n\ndocker-compose (see sample)\n\n```shell\ndocker-compose up\n```\n\n```yaml\nversion: \"3\"\nservices:\n  web:\n    image: guitarrapc/jmeter-gui:latest\n    tty: true\n    volumes:\n      - ./scenario/:/root/jmeter/\n    ports:\n      - 5900:5900\n      - 3390:3389\n```\n\nconnect to container via VNC or RDP.\n\n* vpc pass: `root`\n* rdp pass: `root`\n\n**RDP**\n\n![image](https://user-images.githubusercontent.com/3856350/91890535-9a083700-ecca-11ea-877f-2a30a2c84d74.png)\n\n\u003e TIPS: if you cannot see password column, just press ENTER key.\n\n![image](https://user-images.githubusercontent.com/3856350/91892760-2d8f3700-ecce-11ea-9da4-089b2da50305.png)\n\n\n**VNC**\n\n![image](https://user-images.githubusercontent.com/3856350/91890592-ae4c3400-ecca-11ea-9b25-a9da712a7a93.png)\n\nJmeter GUI is already launched.\n\n![image](https://user-images.githubusercontent.com/3856350/91890725-e489b380-ecca-11ea-984f-308a23d2144c.png)\n\nConfigure JMeter Scenario with GUI inside container.\n\n![image](https://user-images.githubusercontent.com/3856350/91891086-5c57de00-eccb-11ea-824b-04e0c2b90d35.png)\n\n\nSave Scenario's `.jmx` on mounted volume to share Scenario with Host OS, in this example `/root/jmeter`.\n\n![image](https://user-images.githubusercontent.com/3856350/91890909-20bd1400-eccb-11ea-8d18-5846bdd7fe4b.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguitarrapc%2Fdocker-jmeter-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguitarrapc%2Fdocker-jmeter-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguitarrapc%2Fdocker-jmeter-gui/lists"}