Load-testing tag is for issues relating to the setting up or running of load tests.
2
votes
4answers
184 views
How concerned about load balancing do I need to be?
I'm currently working on a project which will have client applications (desktop & android & web) communicate with varies processes running on a server(s).
My question is how much should I be ...
12
votes
5answers
3k views
Load testing : how to generate per second requests?
I have a server component which runs over Zeroc-ICE. When I wanted to load test it, I thought that using parallel library to create multiple requests would do it. But it dint end up that way. Using ...
8
votes
6answers
766 views
Is there any way to test how will the site perform under load
I have made an Asp.net MVC website and hosted it on a shared hosting provider. Since my website surrounds a very generic idea, it might have number of concurrent users sometime in future.
So, I was ...
2
votes
4answers
1k views
How to speed up PHP powered websites? [closed]
Many people are talking about somethings like accelerator, opcode, etc to speed up a website's performance. To be honest I do not know how to make any PHP website perform well and when do I need to ...
2
votes
1answer
386 views
Using JMeter with a utility that does not support proxies
Currently I'm checking some client and server software and I wish to expand the testing coverage for it. Specifically I want to increase the quality of the load and stress testing that is performed so ...
0
votes
1answer
518 views
Visual Studio Load Tests Virtual Users Simulation
I'm currently working on writing a load testing application that takes advantage of Load Test using Visual Studio 2010. The load test will simulate 20 users on the same machine, and I need some data ...
1
vote
1answer
139 views
web application load / stress testing services
Can you recommend reputable companies that offer help (consulting services, etc) in load testing (ASP.NET) web applications? We have a client looking to load test an ASP.NET application and we don't ...
5
votes
2answers
146 views
Load Test Methodology
I'm currently writing a load test for a cache which should test how a cache will react to persistent requests. A colleague and I had differing opinions on how this load testing should be performed.
I ...