Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
67 views

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 ...
Kiruthika 's user avatar
1 vote
0 answers
47 views

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://...
DLL's user avatar
  • 43
0 votes
0 answers
89 views

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 ...
kushan's user avatar
  • 785
1 vote
0 answers
41 views

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 ...
Kapil Kumar Sharma's user avatar
0 votes
1 answer
29 views

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 ...
Keenan AH's user avatar
0 votes
1 answer
77 views

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 ...
rela589n's user avatar
  • 1,224
1 vote
1 answer
65 views

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 ...
Zorka Csendes's user avatar
0 votes
3 answers
46 views

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 ...
vishakha bharambe's user avatar
0 votes
1 answer
24 views

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 ...
Bodda's user avatar
  • 33
0 votes
1 answer
122 views

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 ...
Pruthviraj Ghodake's user avatar
0 votes
1 answer
48 views

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 ...
Nikhil's user avatar
  • 397
0 votes
2 answers
38 views

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 ...
Mrunalini Kancharla's user avatar
-2 votes
2 answers
80 views

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 ...
Egeon's user avatar
  • 17
0 votes
2 answers
139 views

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 ...
prabhakaran prabha's user avatar
0 votes
1 answer
61 views

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. ...
Vaibhav's user avatar
  • 39
0 votes
0 answers
31 views

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 ...
Sunil's user avatar
  • 1
1 vote
0 answers
27 views

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 ...
walsh's user avatar
  • 3,313
0 votes
0 answers
107 views

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 ...
Some Guy's user avatar
0 votes
1 answer
32 views

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. ...
Chris Duffy's user avatar
0 votes
3 answers
270 views

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.
KeshavKumar's user avatar
0 votes
1 answer
73 views

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 ...
Farhan Meer's user avatar
0 votes
2 answers
170 views

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 ...
zenitsu Agastuma's user avatar
0 votes
1 answer
45 views

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 ...
khushal wadake's user avatar
0 votes
1 answer
81 views

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. ...
Nitin Malapally's user avatar
2 votes
2 answers
41 views

{"GetFormSessionSurfaceJsonResult": "{\"$type\":\"DecisionsFramework.Design.Form.FormSessionInfo, DecisionsFramework\",\"useCompositeControls\":false,\&...
Micheal's user avatar
  • 21

1
2 3 4 5
111