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 Expecting that the readings must be provided irrelevant of the response time. ### Actual behavior Threads are running successfully when the Time duration is not crosses 5...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | minor | `8.9` -> `8.14.2` | --- ### Release Notes gradle/gradle (gradle)...
## Description Migrate the Java 8 source code to Java 17 - Pattern Matching for instanceof uses (Java 14/16) - Implicit Typing with var (Java 10) - Using Switch Expressions...
### Use case Currently when running tests using the Access Log Sampler we pay the price of non-persistent connections. I would like to be able to run these tests with...
### Use case Currently protocol/server/port must be set separately on an access log sampler and are not taken from HTTP request defaults if present. This is not consistent with plain...
Bouncycastle no longer release jdk15on jars. Best to switch to the jdk18on ones. This is a critical security library and the old jdk15on jars have multiple security bugs (CVEs). *...
## Description Follow issue in this [issue](https://github.com/apache/jmeter/issues/6237) Basically, there's a memory leak, specifically when transactions are set as a parent. All the sub results maintains their data until the end...
## Description Based on idea and discussion [here](https://github.com/apache/jmeter/issues/6388), this PR make it work ## Motivation and Context For every single requests which is compressed, JMeter always decompresses the data and...
### Expected behavior When automating scenarios in JMeter that involve establishing database connections and executing SQL statements, it was necessary to add the Microsoft JDBC Driver for SQL Server connector...
### Expected behavior Cookie Manager added for the Thread Group and Cleared on each iteration. Cookie Manager used for all iterations of the thread group. ### Actual behavior Getting warning...