Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
80 views

I am studying a performance (progress guarantee?) problem of an x86 hypervisor software. The current hypothesis is like this. There is a high intensity of interrupt requests caused by concurrently ...
Grigory Rechistov's user avatar
0 votes
1 answer
57 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
30 views

I have two setUp thread groups: One runs one time to set up a lot of things. The second one loops a few times through a file. Since both of these take a long time to run and they don't conflict with ...
Kamiccola's user avatar
0 votes
1 answer
83 views

I have a lot of test plans that use the same config set up and I've been looking into how to make the set up reusable instead of having to copy and paste it between the many test plans. Examples of ...
Kamiccola's user avatar
0 votes
1 answer
25 views

I am facing an issue in extracting a value for the response and saving it in a variable and using that variable in an other HTTP request but on running the request the fetched Value is not read. but ...
Musaddiq Ali's user avatar
0 votes
0 answers
136 views

I have two user classes: SyncUser NormalUser with the following code: class syncUser(HttpUser): host = '<hostname>' def on_start(self): self.userId = getsyncPullUser() ...
aa22's user avatar
  • 1
0 votes
1 answer
70 views

I am using jmeter version 5.6.3 (latest). So i have a jmeter test plan created as below, my goal is to run the test plan with a desired consistent 120 RPS. The sampler is just a dummy sampler with ...
Kevin Lee's user avatar
  • 479
0 votes
0 answers
162 views

I’m using Locust for stress testing my application API, but I’m experiencing dramatic fluctuations in the Requests Per Second (RPS). For example, the RPS goes up to 2000 and then drops to 2 RPS in 2 ...
RAN's user avatar
  • 1
0 votes
0 answers
82 views

I am studying the situation where power consumption causes CPU frequency reduction. I want to construct a workload that can generate the highest possible power consumption and trigger the frequency ...
Frontier_Setter's user avatar
0 votes
1 answer
297 views

I'm using Locust for stress testing my application API, and I need to generate detailed logs for all HTTPS requests sent during the test. Specifically, I want to capture the following details for each ...
RAN's user avatar
  • 1
0 votes
0 answers
128 views

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
1 vote
1 answer
82 views

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
128 views

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
68 views

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
398 views

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
-1 votes
1 answer
310 views

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
202 views

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
52 views

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
131 views

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
  • 447
0 votes
1 answer
213 views

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
  • 25
0 votes
1 answer
261 views

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
1 vote
2 answers
2k views

Im totally newbie in stress testing, just to mention. A little bit info to understand project, not the question itself: I have webapp in nextjs14. Got requirement from a client to be able to support ...
Danza's user avatar
  • 93
0 votes
1 answer
517 views

How can configure a simulation in Java so it slowly ramps requests to the peak and then holds on the peak for X hours? Our API service has an Autoscaling policy, so it needs a slow ramp-up with ...
Maxim Vershinin's user avatar
0 votes
1 answer
58 views

Can you help me to pass dynamic data as body data for the below sampler. {"dealer_code":"30274","version":"566","preview_date":"","...
vishnu gopinath's user avatar
0 votes
1 answer
132 views

env: Django 4.1.3 drf 3.14.0 psycopg2 2.9.5 postgres 14.7 gunicorn 21.2.0 eventlet 0.33.3 I conducted basic stress testing on the django framework, and my View is as follows class HealthCheckView(...
fffxxx's user avatar
  • 11
0 votes
1 answer
86 views

I’m testing a web application with a shopping cart. I want to do a load testing using jmeter. First of all, I recorded a script for the action in which user selects an item and adds it to the shopping ...
kivindra de silva's user avatar
-1 votes
3 answers
39 views

I've got this kind of response. </api/sale/mailboxApplications/confirm-email?verificationCode=SPTp%2FMl6Dbmqn3%2BlN0nsIfBIqmAN16Tc%2F4Hy30VIjb50US%...
Emil's user avatar
  • 19
0 votes
1 answer
136 views

I am conducting stress testing for a upload functionality and need to determe the appropriate number of concurrent users to simulate on a single machine. We do have multiple machines that we can use, ...
Cui Pengfei 崔鹏飞's user avatar
0 votes
1 answer
64 views

I ran into a problem that I can only send 10k requests. I have the following conditions. Request: 4 Number of threads: 4200 Ramp-up period: 300 sec During 300 sec(5 min) I have to have ~16800 namely ...
Vitalii's user avatar
  • 11
0 votes
1 answer
295 views

I am trying to stress test my Endpoint which works with dapper that calls procedure and has a lot of validation. Idea is to know how it can handle like 1000 API calls that was sent at the same time. ...
Ruthless's user avatar
0 votes
1 answer
177 views

I need to perform an incremental load test using Jmeter. Expected behaviour will look like this: 1st iteration - 10 threads 2nd iteration - 20 threads 3rd iteration - 30 threads etc I tried use ...
Юлия Самохина's user avatar
0 votes
1 answer
224 views

When I run (as non-root) stress-ng --cpu 1 --timeout 30s --metrics-brief The output I get on the Physical Machine is stress-ng: info: [11750] dispatching hogs: 1 cpu stress-ng: info: [11750] cache ...
Senthil's user avatar
  • 694
0 votes
2 answers
387 views

It will be greatly appreciated if someone can guide me on how to execute STRESS Tests using JMeter. We are currently using Loadrunner for Stress/Performance tests & are currently looking to ...
VishKini's user avatar
0 votes
1 answer
849 views

I am planning to run the jmeter script in aws cloud. I have installed jmeter in windows ec2 instance(rdp connction). Can some one explain the steps on how to do distributed stress testing ? How to ...
Krishnaveni's user avatar
1 vote
1 answer
1k views

I'm making a standard database call using an SDK, so there isn't an HTTP request. Depending on the result of the request (generally just exception or success) I would like to trigger a success or ...
mkoch17's user avatar
  • 13
0 votes
1 answer
176 views

I had setup jmeter to run soak test in NON GUI Mode for 24 hours with rampup 0 and loop count 1 with 10 users, but after 12 hours the jmeter has been idle till 11 hours until I went into the command ...
CGA's user avatar
  • 55
0 votes
1 answer
925 views

I have 5 users and 20 sampler, I want to run one user on each itertion. Each sampler is dependent on others. So, If one user login there data will be passed to the other samplers inside the iteration ...
karthikeyan's user avatar
0 votes
1 answer
416 views

I have recorded the script using blazemeter and then exported it to the Jmeter. I'm already doing the login from csv file, but I also wanted to make the process of selecting item, adding to cart and ...
Mashhood 's user avatar
1 vote
1 answer
1k views

I have developed a Spring application that serves as a Kafka consumer. It listens to a specific Kafka topic and processes incoming messages. Now, I would like to perform load testing on this ...
maroodb's user avatar
  • 1,138
1 vote
1 answer
566 views

I am running load testing of my back-end using Locust, I want the charts to be imported live on my own UI so developers don't have to switch between multiple windows. If fetching the charts is not ...
Siddesh Ubale's user avatar
0 votes
1 answer
100 views

ab -n 1000 -c 10 http://localhost:8000/. How to understand -c here? Is it 10 concurrent virtual user will hit 1000 request i.e. 10 user will invoke 100 request/sec to make it 1000 request as total or ...
user8479984's user avatar
0 votes
0 answers
119 views

I'm running this docker compose file to start a local version of my project and locust to perform some load testing, and I'm supprised how I can't reach my endpoint in the spring boot app. docker-...
Bihi23's user avatar
  • 86
1 vote
0 answers
557 views

Have an android device I'm running perf on. I'm running tests for up to an hour sometimes, tracking cpu capacity and cpu frequency while running stressapptest. Conversion from .data to .txt seems to ...
SugarCereal191126's user avatar
2 votes
0 answers
254 views

When the HTTP response time is large and the resulting actual RPS is 0.0x something. https://locust.io/ always shows RPS 0 and now data on the graph.
Grimmer Kang's user avatar
-1 votes
1 answer
156 views

I am trying to make pool of client which connect to the same websocket server (Go Server), in order to test performance and the ability to handle coming request. I was wondering how I can reach 100K ...
Hachour Fouad's user avatar
1 vote
0 answers
142 views

I am having a thought of giving a stress test on my webpage, which can be simplified to "a group of people clicking on the same button on the page at the same time" Therefore, I am wondering ...
Johnson J's user avatar
-1 votes
2 answers
409 views

I am came to this step, but always getting first users request in my API
Dnyaneshwar Jadhav's user avatar
0 votes
1 answer
71 views

I did some stress tests on a stage server and got some reports and thresholds and now I want to know what will be the numbers on the production server? Is there any solutions to simulate the results ...
Pouya mhb's user avatar
-1 votes
2 answers
1k views

I have a virtual machine with 64 vCPUs and 256GB of memory. Recently, I decided to perform some stress tests on the website that is running on this virtual machine. The entire VM is only for this ...
iristhennars's user avatar
0 votes
1 answer
328 views

I am trying to achieve below use case for load testing via jmeter 1. Search Product 2. Add to cart 3. Do payment 1 user with uid = 1 will perform above mentioned 3 steps every 5min for 1 hour. total ...
anonymous's user avatar

1
2 3 4 5
16