jmeter
jmeter copied to clipboard
Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
**utostan** ([Bug 63255](https://bz.apache.org/bugzilla//show_bug.cgi?id=63255&redirect=false)): While attempting to create a load test for a client, a post request to a critical endpoint failed due to JMeter converting "\\\" to "\\" in the...
### Expected behavior Exception generation is expensive operation so better to not use it whenever possible. Failed 'Regular Expression Extractor' shouldn't generate an exception as in some cases it might...
### Expected behavior open the file immedidately ### Actual behavior open the file used 10 minute or longer ### Steps to reproduce the problem [report_jmx.zip](https://github.com/apache/jmeter/files/14061322/report_jmx.zip) in the jmx, i have...
### Use case Currently, JMeter uses Tika to detect file type ### Possible solution We could replace Tika with https://google.github.io/magika/ On the other hand, Magika depends on Tensorflow, which might...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.helger:ph-css](https://redirect.github.com/phax/ph-css/ph-css) ([source](https://redirect.github.com/phax/ph-css)) | `6.5.0` -> `7.0.4` | [](https://docs.renovatebot.com/merge-confidence/) |...
### Use case Currently OMTG might create an unlimited amount of threads threads in case the application processes requests slower than JMeter spawns threads. JMeter might run out of memory...
### Expected behavior I have observed two different problems with DNS Cache Manager: 1. DNS Cache Manager takes a list of DNS servers and round-robins through them for every lookup....
### Expected behavior When 'generate parent sample' is enabled on a Transaction Controller, it should clear the data once the transaction is finished and processed by the listeners. This is...
### Expected behavior samples count and fail count under "total" should match individual sum of all samples. ### Actual behavior Samples count is 2600 and fails 251 . However in...
@pmouawad ([Bug 53833](https://bz.apache.org/bugzilla//show_bug.cgi?id=53833&redirect=false)): The Jmeter at present creates a new QueueConnection for each of the thread (as per the number of threads provided). Usually when testing one application calling one...