Issue I use JMeter for HTTP-based performance testing in Kubernetes. Each JMeter instance has more than 80GB memory. Everything works fine, but, every 10 minutes, the request rate drops from ~101Requests/Second to ~95Requests/Second: summary + 3116 in 00:00:30 = 103.9/s
Continue readingTag: jmeter-5.0
[SOLVED] Sample result's label is not changed through BeanShell post processor for some conditions
Issue I made this code so that if status == 500 the name of the api would be equal to "FAKE_CLIENT_RETRY", if the status of the api == "ERROR", the name would be equal to "FAKE_CLIENT_CALLBACK_ERROR" import org.apache.jmeter.samplers.SampleResult; //process main
Continue reading[SOLVED] Facing issue while runningj ustb4/jmeterwith docker — I am trying to run jmeter container with another container localhost:55001 in windows system
Issue Facing an issue while running justb4/jmeter with docker — I am trying to run jmeter container with another container localhost:55001 in the windows system I have two container –one container with localhost:55001 –another container with justb4/jmeter Now I am
Continue reading[SOLVED] How can i skip certain part of the test string in regular epression?
Issue I have a test string as below : <ERPT_NO><![CDATA[12345]]></ERPT_NO><AGG_NO><![CDATA[5678]]</AGG_NO><DATE><![CDATA[2022-03-08 14:10:43.0]]</DATE><SEQ_NO><![CDATA[12434356553]]></SEQ_NO> I want to extract the value for SEQ_NO tag. I have only the ERPT_NO tag value with me and all the tags in between ERPT_NO and SEQ_NO are dynamic
Continue reading[SOLVED] Issue in executing a sequence of linux commands using Jmeter installed on a linux VM
Issue Hope you are doing great. I am reaching out to the community as I am currently stuck with a problem of executing a sequence of commands from a linux machine using jmeter. A bit of Background:- I have an
Continue reading[SOLVED] JMeter – Performance Testing – Third Party Backend GET Response
Issue I am currently working on load testing an application, where the users can create orders. Once the order is created, the request reaches the Middleware which triggers a scheduler. From the scheduler, the GET Status reaches a 3rd Party
Continue reading[SOLVED] Unable to capture Client transaction ID in Jmeter
Issue I am currently working in a insurance creation application. I have been facing a challenge in Capturing the Transaction ID. Below is a recording for example, Sample Start:2022-01-05 19:42:39 IST {"clientTransactionId":"2022010519423991400003554512008008822698"} Sample Start:2022-01-05 19:37:10 IST {"applicationTransactionId":"220105193709901533"} The above recording
Continue reading