Skip to main content

Questions tagged [stress-testing]

Stress testing is a form of testing that is used to determine the stability of a given system or entity. It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results.

stress-testing
0 votes
0 answers
42 views

Fiware - data loss with orion-ld and a stress test

During a series of tests we realised that we have a problem with notifications generated by subscriptions. In particular, not all changes correctly received by orion and made to the entities monitored ...
truijllo's user avatar
0 votes
0 answers
16 views

How to Test Performance, Scalability, CPU, and Memory Consumption of Rule Engines (Drools, NRules, Easy Rules)? [closed]

I am trying to test the performance, scalability, CPU, and memory consumption of my rule engine. I am using Drools, NRules, and Easy Rules but I'm new to this and don't know where to start. I haven't ...
Nejmaoui Shadha's user avatar
1 vote
1 answer
54 views

Does JProfiler's Net I/O and Waiting Thread operations involve low CPU load? Is there a relationship between CPU usage and Runnable thread time?

Our team is currently running stress tests and using JProfiler for monitoring. We chose two scenarios for the test: setting concurrent threads to 10 and 40, and then compared the results. The test ...
Che ZY's user avatar
  • 41
1 vote
1 answer
60 views

How to understand the significance of the Waiting and Net I/O thread states of JPA views in JProfiler?

Our team is currently running stress tests and using JProfiler for monitoring. The target server is a Spring application using Hikari CP with the connection pool size set to 10. We chose two scenarios ...
Che ZY's user avatar
  • 41
2 votes
1 answer
38 views

The impact of Async Sampling on recording JPA and HTTP Server views during stress tests with JProfiler

Our team is currently running stress tests and using JProfiler for monitoring. We’ve noticed that when the number of concurrent threads goes up, not only does CPU usage spike, but the time it takes ...
Che ZY's user avatar
  • 41
0 votes
2 answers
43 views

How can we share the JMeter html reports (index.html) to someone after generating through command line?

When I try sharing the report as an attachment through email it was opening as a text document. I have tried generating the link and kept that as "public" still not working. I was not ...
Grace Kandukuri's user avatar
0 votes
0 answers
72 views

Stress-testing Laravel API endpoints using PEST

I am trying to implement a stress test suite for Laravel using PHP pest and their stressless plugin. However, neither in their documentation nor in their code (checked vendor/pestphp/pest-plugin-...
Denis's user avatar
  • 349
-1 votes
1 answer
115 views

Nginx Server Load test fails ( Node.js application )

I'm encountering an issue while load testing my Node.js Sequelize PostgreSQL application running on an NGINX server using JMeter. When I set 1000 threads with a 1-second ramp-up time, everything runs ...
Avetik Nersisyan's user avatar
0 votes
1 answer
47 views

Unnecessary records being recorded in JMeter

I have recently started studying Jmeter. In HTTP(S) Test Script Recorder I have set filter and was recording the blazedemo website but I am getting some other records apart from php records. This is ...
Siddharth Rawat's user avatar
0 votes
2 answers
36 views

Can't press a button using Selenium in Jmeter

I'm working in a few stress test in Jmeter, but using Selenium (With javascript), but I have problem pressing the next button in the script: Press the image to see the code of the buttom I have ...
Miguel Stevens Hidalgo's user avatar
0 votes
0 answers
49 views

Issue with K6 Operator and Cloud NAT connection count during stress testing

I'm currently conducting stress testing using a GCP GKE private cluster with outbound traffic routed through Cloud NAT. I'm using the K6 Operator for stress testing. Here's my testing script: import ...
lucid0614's user avatar
0 votes
0 answers
13 views

Apache Benchmark be recognized a abnormal requests by CDN

I am using Apache Benchmark, the command is ab, I encountered a problem, some CDNs have recognized I'm using an abnormal request, but have changed the Header I request to simulate a normal request, ...
Jasonred8's user avatar
  • 892
0 votes
0 answers
84 views

K6 Script sending a request to the backend APIs but the parameter is empty

i have a k6 script that reads two images and send them to a .net core API, the script is: import http from "k6/http"; const path = "path/image1"; const path2 = "path/image2&...
ibr's user avatar
  • 429
0 votes
1 answer
92 views

How to Conduct Stress/Load Testing for a Node.js Gateway with Requests from Different IP Addresses?

Learning and Implementing Gateways with Node.js I am learning about gateways and working on their implementation using Node.js. One specific feature I am focusing on is rate limiting, which I intend ...
Aditya's user avatar
  • 29
0 votes
1 answer
39 views

How can I use multiple VU in k6 to retrieve different IDs from a list API without errors?

I want to stress test my website. My process is as follows: Login Use the list API to retrieve some IDs Use the edit API to modify the content of these IDs Use the delete API to delete these IDs This ...
ZFC's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
52