{"id":13651701,"url":"https://github.com/grafana/jmeter-to-k6","last_synced_at":"2026-01-14T15:46:09.498Z","repository":{"id":44611812,"uuid":"155695715","full_name":"grafana/jmeter-to-k6","owner":"grafana","description":"Converts JMeter .jmx files to k6 JS code","archived":true,"fork":false,"pushed_at":"2022-02-07T12:39:26.000Z","size":761,"stargazers_count":75,"open_issues_count":13,"forks_count":25,"subscribers_count":143,"default_branch":"master","last_synced_at":"2025-11-16T10:20:38.700Z","etag":null,"topics":["converts-jmeter","jmeter","jmx-files","k6","k6-converter","load-testing","maintainer-wanted","performance-testing"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/grafana.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-01T10:02:32.000Z","updated_at":"2025-11-15T00:24:49.000Z","dependencies_parsed_at":"2022-09-13T03:01:22.078Z","dependency_job_id":null,"html_url":"https://github.com/grafana/jmeter-to-k6","commit_stats":null,"previous_names":["loadimpact/jmeter-to-k6"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/grafana/jmeter-to-k6","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fjmeter-to-k6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fjmeter-to-k6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fjmeter-to-k6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fjmeter-to-k6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grafana","download_url":"https://codeload.github.com/grafana/jmeter-to-k6/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grafana%2Fjmeter-to-k6/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T15:24:48.085Z","status":"ssl_error","status_checked_at":"2026-01-14T15:23:41.940Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["converts-jmeter","jmeter","jmx-files","k6","k6-converter","load-testing","maintainer-wanted","performance-testing"],"created_at":"2024-08-02T02:00:51.669Z","updated_at":"2026-01-14T15:46:09.476Z","avatar_url":"https://github.com/grafana.png","language":"JavaScript","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"## ⚠️ This project is no longer maintained. \n\n\u003e Development and maintenance of the JMeter-to-k6 converter  have been stopped in this repository.\n\n\nIf you are a JMeter user starting with k6, check out how [k6 compares to JMeter](https://k6.io/blog/k6-vs-jmeter/) and learn how to use k6 on the [documentation](https://k6.io/docs/). \n\n-------------------------------------------------------------\n\n**Install**:\n\nGlobally, and preferably using [nvm](https://github.com/creationix/nvm) (at least on Unix/Linux systems to avoid filesystem permission issues when using sudo):\n\n```shell\nnpm install -g jmeter-to-k6\n```\n\nLocally, into `./node_modules`:\n\n```shell\nnpm install jmeter-to-k6\n```\n\nNote that this will require you to run the converter with `node node_modules/jmeter-to-k6/bin/jmeter-to-k6.js ...`.\n\nAlternatively, you can install the tool from DockerHub:\n\n```shell\ndocker pull loadimpact/jmeter-to-k6\n```\n\n**Convert**:\n\nConvert [JMeter](https://jmeter.apache.org/) JMX to [k6](https://k6.io/) JS.\n\n```shell\njmeter-to-k6 example/full.jmx -o full\n```\n\nThis will create a directory `./full/` with a file called `test.js` and a sub-directory called `libs`.\n\nOne-off execution using [npx](https://www.npmjs.com/package/npx) (avoiding the installation of the tool on your system):\n\n```shell\nnpx jmeter-to-k6 example/full.jmx -o full\n```\n\nUsing the Docker image, you execute the tool as follows:\n\n```shell\ndocker run -it -v \"/path/to/jmeter-files/:/output/\" loadimpact/jmeter-to-k6 /output/MyTest.jmx -o /output/MyTestOutput/\n```\n\nand then execute the k6 test using:\n\n```shell\nk6 run /path/to/jmeter-files/MyTestOutput/test.js\n```\n\n**Run test in k6**:\n\n```shell\nk6 run full/test.js\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrafana%2Fjmeter-to-k6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrafana%2Fjmeter-to-k6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrafana%2Fjmeter-to-k6/lists"}