jmeter
jmeter copied to clipboard
Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
### Expected behavior script should load within a few minutes ### Actual behavior I'm facing an issue while opening my JMX file which is of 17mb containing only single scenario...
## Motivation and Context `commons-dbcp2` seems to be to heavyweight, and the newer versions pull `jakarta.transaction` for unknown reasons. Let's stick with a well-known faster and smaller pool. There's an...
### Expected behavior Expected behaviour should be equal or less latency than 200 OK response. ### Actual behavior We are trying to simulate 3 million requests/min from jmeter to background...
JSR223 compiled script can be cached; size of cache can be configured. What lacks now is the view of actual cache usage after test run. ## Description Allow configuration of...
### Expected behavior Current version of Jmeter is having " ApacheJMeter_mongodb.jar " & "mongo-java-driver-2.11.3.jar" in lib folder of Jmeter . With these given version of these jar we canot connect...
## Description When working with multiple JMeter instances in parallel, in GUI mode, the Open recent files doesn't get updated in the GUI but it does behind the scene, in...
### Expected behavior In case of a HTTP GET request with an existing ETag in the server response http header I would expect: - that another HTTP GET request to...
- Implements Virtual Threads support with fallback to platform threads - Adds VirtualThreadGroup class extending AbstractThreadGroup - Includes GUI component for configuration - Maintains backward compatibility
### Expected behavior We have configured our script using include controller, and configured the test duration for 1 hour, expected should be completed within 1hour. ### Actual behavior If include...
## Description This PR updates the documentation in xdocs/download_jmeter.xml to clarify how users can always find the latest JMeter release. A new section, “Getting the Latest Version”, has been added...