AI SummaryThis skill provides expert-level capabilities for Apache JMeter-based performance testing, enabling test plan creation, distributed testing, and comprehensive result analysis. The skill can execute JMeter test plans in GUI or non-GUI mode and supports distributed testing configurations.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "JMeter Performance Testing" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/jmeter-performance && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/jmeter-performance/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/testing/jmeter-performance/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/jmeter-performance/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/testing/jmeter-performance/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Apache JMeter expertise for enterprise-grade load and performance testing
Overview
This skill provides expert-level capabilities for Apache JMeter-based performance testing, enabling test plan creation, distributed testing, and comprehensive result analysis.
Usage Example
`javascript { kind: 'skill', skill: { name: 'jmeter-performance', context: { action: 'execute-test-plan', testPlan: 'tests/performance/load-test.jmx', threads: 100, rampUp: 60, duration: 300, generateReport: true } } } `
Test Plan Development
• Create and modify JMeter test plans (JMX) • Configure thread groups and samplers • Implement HTTP, JDBC, JMS samplers • Handle various protocols (HTTP, FTP, LDAP, SOAP)
Dynamic Data Handling
• Correlation for dynamic values • Regular expression extractors • JSON/XPath extractors • Parameterization with CSV data sets
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster