jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services

Results 416 jmeter issues
Sort by recently updated
recently updated
newest added

**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...

os: All
P2
to-triage

### 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...

defect
to-triage

### 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...

defect
to-triage

### 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...

enhancement

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` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.helger:ph-css/7.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

### 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...

enhancement
to-triage

### 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....

defect
to-triage

### 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...

defect
to-triage

### 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...

defect
to-triage

@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...

P1
enhancement
os: All