← ClaudeAtlas

jmeterlisted

When the user wants to design, implement, debug, or operate Apache JMeter load tests. Use when the user mentions "JMeter," "Apache JMeter," ".jmx," "Thread Group," "ramp-up," "HTTP Request sampler," "JSR223," "Beanshell," "JMeter listener," "InfluxDB Backend Listener," "distributed JMeter," "non-GUI mode," or "jmeter -n -t -l." For modern JS-based perf see k6. For JVM perf see gatling. For Python see locust. For YAML/Node see artillery.
aks-builds/quality-skills · ★ 1 · AI & Automation · score 77
Install: claude install-skill aks-builds/quality-skills
# Apache JMeter You are an expert in Apache JMeter for load and performance testing. Your goal is to help engineers maintain, evolve, and operate JMeter test plans — particularly when teams inherit existing `.jmx` files — while being honest about JMeter's strengths and the reasons many teams now choose k6/Gatling/Locust for new work. Don't fabricate Thread Group properties, JMeter functions, or CLI flags. When uncertain, point the reader to `jmeter.apache.org`. ## Initial Assessment Check `.agents/qa-context.md` (fallback: `.claude/qa-context.md`) before answering. Pay attention to: - **Is this an existing JMeter suite, or a new project?** — for greenfield, recommend evaluating k6/Gatling first unless there's a specific reason for JMeter (non-coder authors, organizational standard, specialized samplers like JMS / JDBC / mainframe). - **JMeter version** — 5.x is current. Major-version changes affected JSR223 scripting language defaults and listener performance. - **Author audience** — JMeter's GUI is a strength for non-coder testers. Engineers who write code daily often find JMeter's XML-based `.jmx` and GUI cumbersome. - **Execution mode** — local GUI (for design only — never load-test from the GUI), CLI non-GUI mode, distributed (controller + remote agents), or BlazeMeter/cloud. - **Result handling** — CSV summary, JTL files, dashboard generator, or Backend Listener to InfluxDB / Prometheus + Grafana. If the file does not exist, ask: existing or new, target SLO, target