AI Ready Spark
Power up JMeter with AI.
The ultimate directory for modern load testing. Search, discover, and track the velocity of the best plugins, completely synced daily.
Featured
Coordinated Throughput Controller
By Amit KumarA replacement for JMeter's standard Throughput Controller when sibling flows must be mutually exclusive. It coordinates sibling controllers so only one controller runs per parent iteration, fixing cases where multiple Throughput Controllers can run in the same iteration and overwrite variables or execute conflicting business paths.
Feature Your Plugin
Want to reach thousands of JMeter users? Promote your plugin here across the ecosystem.
Hot This Week
jmeter - MongoDB Support
By JMeter Core TeamSupports testing MongoDB performance
jmeter - JUnit Support
By JMeter Core TeamExecutes JUnit tests compiled into JARs
Showcase Your Plugin on GitHub
Embed live PerfAtlas badges in your README to display real-time download stats.
Stop guessing. Start testing.
From your first thread group to advanced load shaping, the complete JMeter playbook, written for engineers who ship. Search, Ask AI, and dark/light theme built in.
# what you'll find
→ Thread groups & samplers
→ CI/CD pipelines
→ Distributed load testing
→ Plugin recipes
→ Real-world scenarios
$ jmeter -n -t plan.jmx
All Directory Plugins
No plugins found matching your criteria.
jmeter - MongoDB Support
By JMeter Core TeamSupports testing MongoDB performance
jmeter - JUnit Support
By JMeter Core TeamExecutes JUnit tests compiled into JARs
jmeter - Java Components
By JMeter Core TeamJava Sampler and other components
jmeter - FTP Protocol Support
By JMeter Core TeamThis controller lets you send an FTP 'retrieve file' or 'upload file' request to an FTP server.
jmeter - JMS Support
By JMeter Core TeamOffers JMS Subscriber, Publisher and JMS P2P
jmeter - LDAP Protocol Support
By JMeter Core TeamThis Sampler lets you send a different Ldap request(Add, Modify, Delete and Search) to an LDAP server.
jmeter - JDBC Support
By JMeter Core TeamThis sampler lets you send an JDBC Request (an SQL query) to a database.
jmeter - OS Process Support
By JMeter Core TeamThe OS Process Sampler is a sampler that can be used to execute commands on the local machine.
jmeter - Mail/SMTP Support
By JMeter Core TeamThe SMTP Sampler can send mail messages using SMTP/SMTPS protocol.
jmeter - HTTP Protocol Support
By JMeter Core TeamThis sampler lets you send an HTTP/HTTPS request to a web server.
jmeter - Various Core Components
By JMeter Core TeamShips a lot of various components for JMeter, including Debug Sampler
jmeter - Core
By JMeter Core TeamCore functionality for JMeter, including GUI and engine.
jmeter - TCP Protocol Support
By JMeter Core TeamThe TCP Sampler opens a TCP/IP connection to the specified server. It then sends the text, and waits for a response.
Plugins Manager
By JMeter-Plugins.orgAdds menu item into Options menu to access UI for installing/removing additional plugins
Parallel Controller & Sampler
By BlazeMeterParallel Controller makes all of its children to run in parallel to each other
3 Basic Graphs
By JMeter-Plugins.org<ul><li>Average Response Time</li><li>Active Threads</li><li>Successful/Failed Transactions</li></ul>
5 Additional Graphs
By JMeter-Plugins.org<ul><li>Response Codes</li><li>Bytes Throughput</li><li>Connect Times</li><li>Latency</li><li>Hits/s</li></ul>
KPI vs KPI Graphs
By JMeter-Plugins.org<ul><li>Hits/s vs Active Threads</li><li>Avg Response Time vs Active Threads</li></ul>
Selenium/WebDriver Support
By JMeter-Plugins.orgThis plugin allows testing real browser behavior at UI level using Selenium/WebDriver technology
Custom Thread Groups
By JMeter-Plugins.orgAdds new Thread Groups: <ul><li><a href=https://jmeter-plugins.org/wiki/SteppingThreadGroup>Stepping Thread Group</a></li><li><a href=https://jmeter-plugins.org/wiki/UltimateThreadGroup >Ultimate Thread Group</a></li><li><a href=https://jmeter-plugins.org/wiki/ConcurrencyThreadGroup>Concurrency Thread Group</a></li><li><a href=https://jmeter-plugins.org/wiki/ArrivalsThreadGroup>Arrivals Thread Group</a></li><li><a href=https://jmeter-plugins.org/wiki/FreeFormArrivalsThreadGroup>Free-Form Arrivals Thread Group</a></li></ul>
WebSocket Samplers by Peter Doornbosch
By Peter DoornboschProvides 6 samplers for load testing WebSocket applications. Use the WebSocket request-response sampler for testing a basic request-response flow (the most common case), or combine the other samplers to support a more sophisticated WebSocket test scenario.
HTTP Raw Request
By JMeter-Plugins.orgLow-level HTTP request, solves memory problem for huge file upload/download case. Also ships Raw Data Source preprocessor.