5,532 questions
-3
votes
0
answers
60
views
Windev application window getting distorted during "minimising" and "maximising" [closed]
Windev application's window components getting distorted while minimising and maximising. Anchoring was used for these actions, hence the components are getting distorted. Gets corrected at the end of ...
0
votes
2
answers
74
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 ...
-4
votes
1
answer
103
views
How to run Cypress UI tests in combination with k6 or JMeter?
I run Cypress UI tests locally and in a GitLab pipeline. I want to put them under performance measuring. I am not very experienced with that. What is the best way to do that?
I tried to launch k6 from ...
1
vote
0
answers
54
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
1
answer
47
views
How to access a Token form the Third party application {Oracle cloud} and needs to pass the same token in Jmeter
I needs to login to the Application, for that it needs Token_ID and Sate token, but they are getting generated from the third party applications where as even in the Dev tools it is not reflecting, ...
0
votes
0
answers
98
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 ...
3
votes
1
answer
196
views
Custom hasher is faster for insert and remove, but when done together is slower, when comparing to std::collections::HashMap
I wish to benchmark various hashmaps for the <K,V> pair <u8, BoxedFnMut> where BoxedFnMut.
type BoxedFnMut = Box<dyn FnMut() + Send + 'static>;
To do this, I am using divan(0.1.21) ...
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
67
views
How can I make my JMeter test script reusable across different environments?
I'm working with a JMeter test script where I need to use some pre-defined values (such as client_id, client_secret, scope, etc.) different for each request, that change depending on the environment (...
0
votes
1
answer
34
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
2
answers
41
views
http request without embedded resources is not executing in jmeter when cache manager is enabled
I had configured two http requests(both pointing to the same URL) and a http request defaults. The first request had "Retrieve all embedded resources" ON and for the second one it was OFF. I ...
0
votes
1
answer
83
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
0
answers
75
views
How to view performance mark() entries within Playwright Library script
I am attempting to create a Playwright Library script for performance testing a web app (written in typescript). The website has a function running in the background that takes longer than the webpage ...
1
vote
1
answer
69
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 ...
1
vote
1
answer
42
views
SpringBoot rest service not accepting desired load
My spring boot application is not accepting desired load. In order to isolate problem I created a very simple service that just sleeps for 500ms and returns success response back.
Following is my ...
0
votes
3
answers
51
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
35
views
How to Prevent specific header from being added to Http sampler from Global HTTP Header Manger
Below is the test plan i have in JMeter and it contains Global Header Manager at the level of Thread Group from where all my request samplers are getting headers from.
I don't need Authorization ...
0
votes
1
answer
29
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 ...
1
vote
1
answer
366
views
Why does .NET NativeAOT perform worse than the JIT mode in GC and multi-threaded synchronous concurrent environments?
Recently, I have added.net NativeAOT support to the local embedding mode of the client and in-memory database of the AutoCSer RPC framework I developed.
Originally, it was expected that the AOT mode ...
0
votes
1
answer
128
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
0
answers
57
views
Cleaup test data in K6 `teardown` in UI load test
I have a UI load test written in K6. I am creating a bunch of entries on the page and keeping tab of them using openKv (https://github.com/oleiade/xk6-kv) in the code so that I can delete them after ...
0
votes
1
answer
56
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
186
views
automating performance test using lighthouse and connecting to CI/CD pipeline
I want to connect lighthouse performance testing concept to a CI?CD pipeline and automate it to run every month
Can we automate performance testing using lighthouse dev tool to provide report by ...
0
votes
2
answers
44
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 ...
0
votes
1
answer
63
views
JMeter WebSocket Plugin - Received Ping Frame Data and Missing Responses
I am using JMeter 5.6.3 with the Peter Doornbosch WebSocket Sampler Plugin to test a WebSocket API. However, I am facing two issues:
Issue 1: Received Ping Frame Data
When I send a WebSocket request ...
-2
votes
2
answers
90
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
0
answers
45
views
Locust: Official way to pause all users, run a global task on master, and then resume all users
I'm using Locust (version 2.32.3) to simulate multiple users performing work. I have a specific scenario I'd like to achieve clearly and efficiently:
All users perform their workload repeatedly.
At a ...
0
votes
2
answers
149
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
73
views
Sending 'n' concurrent http requests per sec continuously for a duration of 'd' sec in k6
I've got 12 URLs and each need to be hit with 100 (NUM_EVENTS) requests per second continuously (or with a sleep interval if needed) for 10 (RUNTIME_TOTAL_DURATION) seconds.
I don't need to wait for ...
0
votes
1
answer
70
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
1
answer
76
views
Apache JMeter Master Slave Setup on Azure VM
I am new to JMeter Distributed Environment setup. I dont have any knowledge on how to setup the master slave configuration. I just have the information that we have a Master VM and we can spin up ...
0
votes
0
answers
35
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
55
views
Locust do not log success in case of GRPC endpoint returning a stream
Locust does not log success in case of GRPC endpoint returning a stream
Below is my setup:
locust==2.33
python
grpcio==1.70.0
grpcio-tools==1.62.1
protobuf==4.25.3
I am unable to see success on ...
1
vote
0
answers
34
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
1
answer
91
views
How To Replay Production Traffic Using JMeter
I have searched for answers to this and have found many hits containing the same advice - follow the guidance in this BlazeMeter blog article which sounds perfect for my requirements:-
https://www....
0
votes
0
answers
108
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
0
answers
174
views
How to tree shake unused SCSS classes in Astro
I'm using Bootstrap in Astro, importing the modules I need and customising them in SCSS. But I have noticed that the site is noticeably slow due to Bootstrap's bloat.
How can I tree shake the unused ...
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
0
answers
15
views
Loadview Goal Based Curve test is not generating the load that it promises
Anyone using Loadview tool's Goal Based Curve to generate load? I am having a tough time generating a load with it. It asks for "transaction goal per min" but does not ever generate that ...
0
votes
3
answers
279
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.
1
vote
2
answers
103
views
Performance tuning Oracle query with REGEXP_REPLACE that runs for ~12 min
The below Oracle query with REGEXP_REPLACE runs for almost 12 min.
Is there a way to improve the performance?
Can anyone suggest any performance tuning tips? I have added the explain plan below for ...
0
votes
1
answer
78
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 ...
3
votes
2
answers
451
views
Performance of NodeJS Server In cluster VS non-cluster modes for a Hello World server [closed]
I ran performance tests on a simple Node.js "Hello World" server in cluster mode (using PM2) and non-cluster mode on my 10-core ubuntu machine. I ran the tests using Apache benchmark tool ...
0
votes
2
answers
174
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
60
views
Load Test Scenario Design for JMeter
I have a test plan created which contains a Single Thread Group, Approx 10 Transactions. Each transaction has a varying number of samplers. Example
TXN1: 2
TXN2: 7
TXN3: 17
Etc
Expected Application ...
0
votes
1
answer
55
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
37
views
JMeter variable updates ignored in child while loop
I have a test which runs using a Websocket.
I have 2 messages I need to write to the websocket and listen to the response (appending message's and closing listener when EOF returned.
It works fine ...
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.
...
0
votes
0
answers
49
views
Largest Contentful Paint Error Website Performance
I have a website in WordPress. I am facing a performance error and I don't know what to change in order to make it more efficient while using PageSpeed Insights from Google. I have tried several ...
2
votes
2
answers
42
views
How to retrieve the dynamic value from the JMeter
{"GetFormSessionSurfaceJsonResult": "{\"$type\":\"DecisionsFramework.Design.Form.FormSessionInfo, DecisionsFramework\",\"useCompositeControls\":false,\&...