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

haproxy-varnish can't reach 6k requests

Issue I can't reach 6k requests/seconds. I get a lot of timeouts. My response time goes as high as 26 seconds. Intro I am setting up a server that will host a 100MB static-website. The thing is that I will have to handle about 8000 constant…
Micka
  • 121
  • 6
1
vote
3 answers

Network load tester app

I'm looking for an app that I can run to test available bandwidth (and error rate) over a LAN. I'm thinking of a pair of programs that run on two computers and send a big known block of data from one computer to another and checks it on the…
BCS
  • 1,065
  • 2
  • 15
  • 24
1
vote
1 answer

How can I Load Test an application that lives on a terminal server

I have an application that lives on a Windows 2008 Terminal Server. Is there a way I can simulate a bunch of users, 100 for example, logging into the server, and then launching an executable? The executable that will be launched is actually a test…
1
vote
1 answer

Increase bandwidth per connection on a server

Requirement: I am load testing Rabbit MQ by generating a large number of requests/sec to the server (Server config: 8 core, 16GB). To achieve the above, I am generating load from a client machine at maximum rate as possible (Client config: 4core,…
minion
  • 133
  • 5
1
vote
0 answers

emulate shared hosting load

I want to emulate some shared-hosting activity in testing environment. Is particularly interested I/O performance. Need to emulate: many sql queries, http queries, and some additional activity, extracting large archive for example. Comes to mind…
moronizzz
  • 5
  • 3
1
vote
2 answers

How to limit disk performance?

I am load-testing a web application and studying the impact of some config tweaks (related to disk i/o) on the overall app performance, i.e. the amount of users that can be handled simultaneously. But the problem is that I hit 100% CPU before I can…
Greendrake
  • 1,391
  • 2
  • 13
  • 22
1
vote
1 answer

Continuous hits to the server with Jmeter

I have 100 threads in JMeter which I want to hit a server 12 times in a loop. But each time 100 threads will run and pause for 5 seconds and then resume hitting the servers for next 100 times. Here is how I tried: But it is not considering Startup…
Asma Wakeel
  • 113
  • 4
1
vote
1 answer

How can I determine Breaking point of my Web application using JMeter?

How can I determine Breaking point of my Web application using JMeter? I have executed the JMeter Testplan with different concurrent users load. EX. 300 users(0% error), 400 users(7% error in a sample, 5% error in another sample), 500 users(more…
1
vote
2 answers

Load testing nginx inside AWS

I'm trying to load test nginx running on AWS. I need to try to optimise it to handle 1Gbps of inbound traffic. Currently I've got it to peak at 85Mbit/s by running nginx on an m1.large with 4 other machines hitting it by using ab with -i (for head…
andy
  • 159
  • 1
  • 10
1
vote
0 answers

nginx+mysql5 loadtesting configuration strangeness

i am trying to setup a new server running on debian6 and trying to make it work smooth under load. i ve used a wordpress site as a test object, and tried the configurations on http://blitz.io. when i increase the mysql max_connections from 50 to 200…
genseric
  • 19
  • 1
1
vote
0 answers

Configure SilkPerformer to work with Fiddler

Does anyone know how to capture a Silk Performer HTTP request, using Fiddler? We can't seem to capture this information no matter what we try (it seems like it ignores all proxy settings).
Phobis
  • 155
  • 1
  • 2
  • 7
1
vote
2 answers

Web Load testing a website

I have spent time trying to optimize my website but have never got a chance to test maximum users it can take. Have been doing some reading and found out the best scenario would be to use cloud web load testing. The only catch is that its ridicously…
Sir Lojik
  • 397
  • 2
  • 8
  • 20
1
vote
1 answer

How to Benchmark an x86 Router?

How would one go about objectively benchmarking different x86 server for their potential as x86 routers? One idea I had is to setup two subnets, 10.0.0.0/24 and 10.0.1.0/24, on opposite sides of a router. Then setup an Iperf client and server on…
Soviero
  • 4,366
  • 8
  • 36
  • 60
1
vote
2 answers

Stress Testing / Load Testing Proxy services / web servers

What are the best load testing tools for stress testing web servers and proxy services such as NAT. Some metrics to consider include throughput. hits per second. machine load.
Mintuz
  • 111
  • 1
  • 4
1
vote
1 answer

Tool to replay access.log files with cookies?

Is there any tool that will replay combined access.log-style (or any other format) files back and preserve the cookies? We need to load test our application with real user accesses but we really need those cookies there. I evaluated JMeter (won't…
guilherme
  • 606
  • 5
  • 5