5,532 questions
0
votes
2
answers
67
views
JMeter test runs much longer when using Include Controller with Test Fragment
I have a JMeter test plan where I’m using an Include Controller that references a Test Fragment.
The Thread Group is configured with a duration of 1 hour.
When running the script with the Include ...
1
vote
0
answers
47
views
How to run Cypress UI and API tests under k6 performance measuring control?
I want to run Cypress tests on a website and measure the performance with k6. Currently I run the Cypress tests on Windows locally and in a GitLab pipeline. I followed these video tutorials (https://...
0
votes
0
answers
89
views
Lighthouse user-flow with Puppeteer always forces mobile emulation even when desktop config is set
I’m running a Lighthouse user-flow using Puppeteer to measure performance on our web app.
When I execute my script with just Puppeteer, the app loads in desktop view exactly as expected.
But whenever ...
1
vote
0
answers
41
views
Difference in the Response times between Manual flow and via Load runner
My organization has recently implemented the containerization for file upload and download scenarios (previously VMs being used) and we are asked to performance test that.
During my testing I have ...
0
votes
1
answer
29
views
How to run additional parameter via CLI?
my basic command is this
jmeter -n -t "Get Profile.jmx" -l "..\result_$(Get-Date -Format yyyyMMddHHmmss).jtl" -e -o "..\report_$(Get-Date -Format yyyyMMddHHmmss)" -f
can ...
0
votes
1
answer
77
views
How do I benchmark queries in PostgreSQL? [closed]
I'm learning PostgreSQL Clustering abilities and I would like to compare performance of the same query with table not clustered and with table clustered.
I tried to generate 25 million user events and ...
1
vote
1
answer
65
views
Failing custom check not marked as KO in Gatling report
I have the following code to check if my response body contains a specific value. I use Gatling with Java.
I have modified the returns in ocspStatusCheck so it returns with a failure in each case, to ...
0
votes
3
answers
46
views
How to achieve target of 10KTPM in one minute using jmeter
I am working on one scenario where I have to check login flow of application for 10KTPM in minute.
In my login flow exist- load the URL, Login and Home page load.
In entire login flow we have 55 ...
0
votes
1
answer
24
views
JMeter - Samplers failed when using loop count infinite
I have a test plan with the following:
Thread count = 2000
Ramp-up = 300 sec
Loop Count = Infinite
Duration 420 Sec
Just 1 Sampler
and Uniform random timer as a child: (Random 4000 - offset 2000)
When ...
0
votes
1
answer
122
views
"JMeter + InfluxDB v2.x + Grafana Integration Fails: 'Error writing metrics to influxDB Url' Error Despite Correct Setup"
I’ve been trying to integrate Apache JMeter, InfluxDB v2.7.11, and Grafana (v10+) for real-time performance test monitoring. However, despite following all possible configurations, I’m constantly ...
0
votes
1
answer
48
views
How to Script JMeter running 1 request after interval of 15 min and other request normally
How can I correctly configure JMeter to achieve this scenario? Any guidance or examples would be greatly appreciated!
The scenario in JMeter involving two requests:
First Request (GET): This request ...
0
votes
2
answers
38
views
How to run requests paralelly in JMeter transaction controller?
I have login transactions in my JMeter which has 20 requests in it. few requests run parallely and few of them in line when I observed in developer tools network tab.
My issue, jmeter is running all ...
-2
votes
2
answers
80
views
"Redis Caching in k6 Fails with Undefined Error on Azure Pipeline (Ubuntu Agent)"
I am implementing the redis caching from k6/experimental/redis and caching some values in K6 scripts to share across the virtual users (VUs). The script is running in the local windows & unix WSL ...
0
votes
2
answers
139
views
JMeter WebSocket Plugin - Handling Multiple Responses & ClassCastException
I am using JMeter with the Peter Doornbosch WebSocket Sampler Plugin to test a WebSocket API. However, I am facing two issues:
Issue 1: ClassCastException Error
When running the WebSocket request, I ...
0
votes
1
answer
61
views
Jmeter Throughput Shaping Timer Not Working As Expected
I'm testing my spike test configuration by adding a Dummy Sampler and an Ultimate Thread Group. Based on my settings, I should be getting approximately 750 hits in the first 15-minute timeframe. ...
0
votes
0
answers
31
views
How to get CPU usage in percentage using XCTCPUMetric (which gives CPU Time in seconds)
I'm trying to calculate CPU usage of my app while launching using measure block with XCTCPUMetric and XCTest framework in iOS.
XCTCPUMetric is giving CPU Time in seconds. I want to calculate CPU usage ...
1
vote
0
answers
27
views
Why is the JMeter SampleListener not executing?
I am using the JMeter SDK to construct a test, and below is the complete code.
In this code, there is a collector object that implements SampleListener.
After the test execution is completed, I intend ...
0
votes
0
answers
107
views
Is using class based approach in Grafana K6 test scripts a bad practice?
I’m working on performance testing with Grafana K6 and trying to structure my test scripts to avoid redundancy. So I’ve implemented a class-based approach. Here's a sample code:
const metrics = new ...
0
votes
1
answer
32
views
JMeter - Removing Results Tree entries based on text
Is possible to remove results in JMeter shown in the standard "View Results Tree" based on if certain text is present?
I am running the below, created via the BlazeMeter Chrome extension. ...
0
votes
3
answers
270
views
Can we run load testing using datadog (Synthetic monitoring and Testing)?
Can we run load testing using datadog (Synthetic monitoring and Testing) ?
If so, where we can define no. of concurrent users and no. of iteration like we do in Jmeter.
Thanks in advance.
0
votes
1
answer
73
views
Truclient recording login page
I have to do UI Testing for one of my application. I have tried JMeter ui scripting using webdriver plugin but execution fails at even 5 users as multiple browser get invoked and we are unable to ...
0
votes
2
answers
170
views
How to approach performance testing and memory leak analysis for a .NET application
Our team has identified a memory leak in a .NET application running in a Kubernetes pod and needs to pinpoint and optimize the performance bottleneck. As a performance tester, I have experience in ...
0
votes
1
answer
45
views
Unique once data is not working as expected along with Open Model Thread Group Jmeter
We use Jmeter(5.5) test to run the Performance test. Currently, our scripts use Thread Group but planning to move to the Open Model Thread group for better control over throughput.
We have scenario ...
0
votes
1
answer
81
views
Assessing the contribution of communication to the runtime of an MPI program
Background
Let's say I have a complex MPI program with multiple message passing events and computations. The communication pattern is that of bidirectional ring messaging as shown in the figure below.
...
2
votes
2
answers
41
views
How to retrieve the dynamic value from the JMeter
{"GetFormSessionSurfaceJsonResult": "{\"$type\":\"DecisionsFramework.Design.Form.FormSessionInfo, DecisionsFramework\",\"useCompositeControls\":false,\&...