jmeter
jmeter copied to clipboard
Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
Issue is #6400. ## Description Upgrade dnsjave to 3.6.2 for high severity vulnerability CVE-2023-50387 ## Motivation and Context Fix a high vulnerability issue ## How Has This Been Tested? Ran...
### Expected behavior There is a high vulnerability in xstream [link](https://nvd.nist.gov/vuln/detail/CVE-2024-47072). It is fixed in 1.4.21. ### Actual behavior N/A ### Steps to reproduce the problem N/A ### JMeter Version...
## Description Bump xstream version from 1.4.20 to 1.4.21 for CVE-2024-47072. ## Motivation and Context Fixes CVE-2024-47072. Addresses [link](https://github.com/apache/jmeter/issues/6398) ## How Has This Been Tested? Ran 'gradlew check' and 'gradlew...
### Use case For aarch64 platform, I have built "Jmeter" from source. ## Steps Following [STEPS](https://github.com/apache/jmeter/commit/cecd1b9254c1fb0101bdca20ca571d6654d42ca8) were used for the building and installation: ``` sudo apt update sudo apt install...
### Expected behavior Import from cURL succeeds with parameterized cURL location option. **Example:** `curl --location 'http://${domain_envVar}'` **Description:** In JDK 21, stricter URL parsing is implemented with a property (`-Djdk.net.url.delayParsing`) to...
### Expected behavior [https://jmeter.apache.org/usermanual/properties_reference.html#results_file_config](https://jmeter.apache.org/usermanual/properties_reference.html#results_file_config) states that `jmeter.save.saveservice.url` is `false` by default, so no URL should be written in result files. ### Actual behavior The URL is included in result files,...
@pmouawad ([Bug 59952](https://bz.apache.org/bugzilla//show_bug.cgi?id=59952&redirect=false)): See: - http://stackoverflow.com/questions/38789365/measuring-ssl-negotiation-time-in-load-testing OS: All
### Expected behavior I hope use SaveService.loadTree() load contain OpenModelThreadGroup jmx file,but it throw CannotResolveClassException ### Actual behavior throw CannotResolveClassException ### Steps to reproduce the problem 1. use jemter gui...
### Use case This would make it easy to start up applications as they were instead of having to resize the application every time. I have a big monitor so...