Questions tagged [load-testing]

The load-testing tag is for issues relating to the setting up or running of load tests.

Load testing is end-to-end performance testing under anticipated production load, which determine response times for various time critical transactions and business processes.

As per wikipedia:

Load testing is the process of putting demand on a system or device and measuring its response.

Load testing is performed to determine a system’s behavior under both normal and anticipated peak load conditions. It helps to identify the maximum operating capacity of an application as well as any bottlenecks and determine which element is causing degradation.

168 questions
0
votes
1 answer

Things to consider about AWS EC2 instance types for horizontal scaling

I'm going to scale an application for 100,000 users. The application was hosted in NodeJS. I have created docker images for my application and also using AWS ALB etc. My application is small and my main concern is the number of users going to hit…
Neron Joseph
  • 287
  • 1
  • 5
  • 10
0
votes
1 answer

Soak test failing on AWS RDS MySQL

I have a MySQL database in AWS RDS. It is an r4.large machine with 16GB ram. I have been testing its load capacity and find out that upto 18 concurrent users, the app works fine. Then we decided to do a soak test on this application. At that time we…
Neron Joseph
  • 287
  • 1
  • 5
  • 10
0
votes
1 answer

Wordpress apache benchamrk CPU usage

I'm on a VPS, 4vCPU 4GB RAM. During this apache benchmark test: ab -k -n 10000 -c 3 -l URL I get: Server Load 3.393066 (4 CPUs) Memory Used 35% (1,358,560 of 3,881,408) Swap Used 23.7% (248,488 of 1,048,572) With ab -k -n 1000 -c 7 -l…
0
votes
1 answer

Not understanding metrics of k6

I have load tested my server with k6 and I have some doubts about the results I have obtained. /\ |‾‾| /‾‾/ /‾/ /\ / \ | |_/ / / / / \/ \ | | / ‾‾\ / \ | |‾\ \ | (_) | /…
John
  • 1
  • 3
0
votes
1 answer

Testing Concurrent Users using Jmeter

If I have to load test an app for 40,000 users per hour with each user's average spent time of one minute then what should be my test approach? Will running a test for 666 Threads/Users (40000/60=666) using ramping up period of 1 minutes and…
Cedric
  • 1
  • 1
0
votes
1 answer

Load Testing Scenario for upload/download file to/from sftp server using winscp client on Azure

We have Azure (Microsoft cloud), we have installed winscp to upload and download files to SFTP server but performance is too much low, it takes more than enough time to upload and download 50-100 MB files. After discussing with SFTP server team,…
Derek
  • 11
  • 1
  • 4
0
votes
1 answer

Identifying webserver's bottleneck on nginx php t2.micro host?

I'm playing around with the AWS free tier using a t2.micro instance. I made a simple php site with elasticbeanstalk with apache and php7.1. I used the apache ab load test util to send 1000 concurrent requests to a simple 'helloworld.php' page. The…
moolagain
  • 33
  • 3
0
votes
1 answer

Apache not respecting MinSpareServer and MinSpareServer in WHM/Cpanel Apache configuration

I am using Apache 2.4 and event MPM on my centos server with WHM control panel. I have set MinSpareServers to 50 and MaxSparServers to 55 in of Global Configuration of the WHM Apache configuration. Yet, in Apache status, I see only 10-15…
hack4mer
  • 113
  • 1
  • 5
0
votes
1 answer

High response time on Azure Web App

I have developed a RESTful api that I deployed on Azure Web App. While performing the load test using JMeter, I see that the response time is huge i.e ~18secs. This response time appalls me because the endpoint I have exposed only receives a ~1-2KB…
0
votes
0 answers

server block requests from local system

Recently I'm trying to load test my Nginx server using siege. But when I'm trying to load test my server it working for a small concurrent user like 10 users but when I increased the concurrent users then my server block the requests from my local…
0
votes
1 answer

simulate real traffic Load testing

The Client asked me to do a load test to see if autoscaling works fine, so used AB from few servers and start hitting it with requests. eventually, the whole thing scaled up to 10 t2.micrs and was serving 63k requests per min. When i proudly told…
Jay
  • 163
  • 7
0
votes
0 answers

Server Specs for browser game that hugs cpu

Our team have developed a web browser game, our servers are using nginx and php-fpm to host the website. the game consist of two parts an api and the game itself. both applications reside on its own server. during load testing I found out that both…
0
votes
0 answers

same page, different load time on different server

I am completely new to server admin. I have built a large site (for one person to code) and have to do things myself. I have a site on a shared server and another on a managed VPS. The VPS server holds databases with a couple of tables exceeding…
0
votes
1 answer

Server monitoring software that will show each cpu seperatley

We have been using New Relic to monitor our server load but it aggregates all of the CPUs into one measure. Is there a good tool that is similar but will show individual CPU load?
user16390
  • 201
  • 1
  • 2
  • 9
0
votes
0 answers

Bad ping results while testing 6000 TCP clients with 18 mbytes/s total traffic on Windows Web Server 2008

The clients are running on the machine #1. The server is installed on the machine #2. The machines have a gigabit connection through a switch on their private vlan. There are no errors in the switch log. The clients and ping command use internal IP…
Vlad
  • 101
  • 3