jmeter
jmeter copied to clipboard
Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
### Use case I use Kotlin DSL and currently I have to subclass JMeter hierarchy to be able to implement/override 'props' and 'schema' on multiple JSR223 test elements to allow...
### Use case We use the HttpMetricsSender in src/components/src/main/java/org/apache/jmeter/visualizers/backend/influxdb to send metrics to an influxdb instance. This instance is only reachable via HTTPS / TLS endpoints. It is not possible...
### Expected behavior I hope cloneTree will not lost data in threadGroupTree ### Actual behavior after cloneTree, my data has lost ### Steps to reproduce the problem // 创建一个CSV Data...
### Expected behavior `WARN StatusConsoleListener The use of package scanning to locate plugins is deprecated and will be removed in a future release WARN StatusConsoleListener The use of package scanning...
## Description Added the ability to change element names in the Search Tree. A new checkbox "Names replace" has been introduced. When set to "true," the changes will be applied...
### Expected behavior We created a **thread group** for testing APIs. The **configurations** we used are as follows: Number of Threads: 50 Ramp-up Period: 0 Loop Count: 1 Startup delay:...
### Expected behavior 90th percentile response time should be same as in aggregate report. ### Actual behavior 90th percentile response time is showing incorrect in HTML report. ### Steps to...
### Expected behavior Jmeter should post and redirect to the next page flow in DotNet Nuke. This works with Jmeter 5.5 but not in 5.6.x. ### Actual behavior We authored...
### The documentation URL https://jmeter.apache.org/building.html ### Feedback On the page there this list of steps to follow to import the project on IntelliJ. 1. Open the build.gradle.kts file with IntelliJ...
### Expected behavior _No response_ ### Actual behavior I have a Java program that uses the StandardJMeterEngine runTest method to run tests. When the JMX file contains an errors that...