Load testing is end-to-end performance testing under anticipated production load, which determine response times for various time critical transactions and business processes. Load testing is the process of putting demand on a system or device and measuring its response. Load testing is performed ...
1
vote
2answers
82 views
Load testing sites behind an EC2 load balancer with ApacheBench
When ever I try to load test a site that is load balanced on EC2 I get the following message:
ab -n 20 -c 20 http://www.somesite.com/
Benchmarking www.somesite.com (be patient)...Send request ...
0
votes
3answers
55 views
Interpreting SQLIO test results
I've been running a series of load tests on a dedicated DB SAN from a pre-production cluster (Dell R710 connecting to a dedicated RAID10 SAN over 2 gigabit ethernet connections), and I'm not sure if ...
4
votes
1answer
72 views
How do you do Load Testing and Capacity Planning for Databases
To go along with "How do you do Load Testing and Capacity Planning for Web Sites"
I'm looking to create a canonical question of tools and methods of capacity planning for Databases. This is intended ...
3
votes
1answer
101 views
How do you do Load Testing and Capacity Planning for Web Sites
I'm looking to create a canonical question of tools and methods of capacity planning for web sites and web-applications.
This is intended to be a canonical question so that we don't have to have ...
0
votes
1answer
48 views
Large amount of traffic incoming. Preparation tips
Looking for any tips on improving performance on the server level as my client will be getting some heavy traffic in the next few days.
Using a 1and1 cloud vps and increased the memory pretty high on ...
3
votes
1answer
56 views
How can I safely estimate the max # of users based on a load test measurement like max hits/second?
In my specific case, I am working with websites, however the question is more general than that. What I’m looking for (I think) is something like a formula.
The situation is that I’ve already done ...
1
vote
1answer
127 views
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 ...
0
votes
2answers
62 views
Is there a service that simulates high traffic using data from log files?
I need to test a saas service load by sending 1000s requests/sec from multiple remote sources. The urls need to be from my access log. Is there a service that does that?
0
votes
1answer
42 views
how to simulate load on multiple app servers when nginx balances load according to IP
I use httperf from external server to stress test my app (on scalr/EC2).
However nginx is configured to distribute load according to IP address of the source (so each app server will receive all the ...
0
votes
2answers
36 views
load testing based on access log recording [closed]
Possible Duplicate:
Tools for load-testing HTTP servers?
I need to load test a saas system to find capacity+bottlenecks.
My preferred method is to record a few 100,000s or millions of real ...
1
vote
2answers
127 views
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.
2
votes
1answer
163 views
Inefficient CPU usage by Tomcat
I am using tomcat to convert pdf to png. I was using Jmeter to load/throughput test the app using a Intel(R) Xeon(R) CPU X5550 @ 2.67GHz server which has 16 hyper-threaded cores. Tomcat6 had 2gigs of ...
1
vote
0answers
49 views
How to test HTTP Requests/sec + CPU + RAM usage?
Trying to evaluate the requirements of my Web application, I wanted to put it under load and at the same time check how it scales on memory and CPU.
But running AB/HTTPerf and htop/"pidstat -C" in a ...
1
vote
1answer
55 views
Test PHP script load on Debian server
Anyone maybe know is there Linux (debian) tool for testing PHP application performance? I want to check in witch places my PHP/MySQL script need optimization.
-1
votes
1answer
93 views
My new site (just launched) is under very heavy traffic / load at the moment. What can I do? [closed]
I'm panicking! :)
I'm hosted on GoDaddy (I know, I know...), economy web hosting. Any help would be wonderful. The site is pretty slow at the moment (an image rating site).
EDIT: My images are being ...
2
votes
3answers
105 views
Apache/Tomcat Parameters
I have a Medium server on EC2. I don't know that much about Apache or Tomcat - they are up and running, but other than that I don't have advanced knowledge of how to tinker. I know that I can set the ...
0
votes
1answer
95 views
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 ...
0
votes
1answer
106 views
How to replay access logs in the presence of timing problem?
I'd like to replay the IIS or Tomcat access logs to do load testing. The access logs contain only Get request, so the session data/post data is not a problem here. However two timing problem is ...
0
votes
3answers
165 views
How do I check how many users can a server handle before going online?
I'm moving a site from shared hosting to a VPS, which I have set up. I've made a change to my hosts file so that I see the site on the new server - it works ok as long as I'm the only user. But I want ...
1
vote
4answers
153 views
Stress test a server for simultaneous connection
I am trying to figure out a practical way to stress test a server for 300 to 600 simultaneous connections. Any advice?
Thank you everyone for the help. To be more specific (sorry I wasn't before) ...
0
votes
4answers
60 views
Network testing: looking for any test daemon and client combination to measure firewall load with 500..2000 incoming connections
I need to measure IPTables/inline Snort impact on performance, so need to put my test server under a good load.
Unfortunately, no hardware traffic generator is available, thus connections must be ...
3
votes
2answers
168 views
stress test video streaming
is there a way to stress test video streaming?
Basically simulating a high number of people simultaneously streaming a video?
This is an amazon 'cloud' service that will be enabled for my site.
1
vote
2answers
120 views
Are there any tools for load / stress testing that can simulate image, video and audio uploads to Amazon EC2?
As part of my web application users can upload photos, audio and video files from a Flash SWF to my EC2 based upload server. I want to find a tool that I can use to stress test the EC2 instance (which ...
0
votes
0answers
103 views
How do I graph automated load testing reports from WCAT
We use WCAT for load testing, and I've started automating the task of load testing a few scenarios on a daily basis. My goal is to be able to offer the ability to see how changes made to our web ...
0
votes
1answer
86 views
Firewall perfomance test
What tools you can recomend for firewall and/or VPN perfomance testing (TCP & UDP traffic) ?
iperf?
2
votes
2answers
430 views
Coldfusion 8 Application Crashes Under Heavy Load
We have a CF8 app that runs for 20-25 minutes before crashing under heavy load ~ 1200 users. This load is generated by our load testing tool: 1200 users ramped up in 5 mins (approx behavior of our ...
3
votes
3answers
672 views
Nginx / uWsgi / Django site can handle more traffic with rewrite URL
I'm running a Django app, using uWsgi behind Nginx. I've been doing some performance tuning and load testing using ApacheBench and have discovered something unexpected which I wonder if someone could ...
1
vote
4answers
2k views
How to generate CPU load on Linux server
I would like to test fake load on the server, I'm looking for some burn-in or benchmark command line utility that would generate CPU load on the system.
I would like to be able to burn-in only CPU ...
2
votes
3answers
300 views
How do you know what number of page views per second is an acceptable amount for your server?
Apache's AB tool allows us to test our server to see how many pages per second a server can handle. The results are obviously is going to vary based on the specs of the server hardware and software ...
0
votes
2answers
243 views
Advice for simulating a high load on a web application — realistic httperf parameters
I have already selected httperf as the load testing tool to use. I'm trying to figure out some realistic parameters to use, and if I need to use multiple machines to create more simultaneous ...
1
vote
2answers
472 views
How to determine approximate maximum number of requests?
I'm building a quite simple web application, and need to get some rough understanding of how much load my server can take.
Of course, this depends on a whole lot of factors, but I just need a rough ...
2
votes
2answers
119 views
Globally-distributed load testing service providers
We are looking for a third-party service providers to load-test our website infrastructure, preferably across multiple geos.
Any recommendations?
We have done internal load testing with Load Runner ...
0
votes
1answer
188 views
httperf repeat wsesslog
For httperf with a wsesslog is there a way to repeat the activity in the script without wrapping it in a shell loop?
If I do httperf --server=test.foo.com --wsesslog=20,0,foo.wsesslog I get 20 ...
1
vote
8answers
249 views
Can anyone please recommend any good Load Testing software?
Can anyone please recommend any good Load Testing software? I have a website which updates scores every minute via ajax calls and need a load testing software which supports ajax calls (javascript) ...
3
votes
1answer
430 views
Tips for benchmarking and load testing web server?
I'm trying to benchmark and load test various web server setups (mod_php vs php as fastcgi, max/min worker/thread configuration, and so on). I'm starting with ab, but would be interested in other ...
1
vote
2answers
468 views
How to calculate server bandwidth / load estimates?
What's either a good rule of thumb or a method to estimate load on a Windows server for a php application?
How do I estimate bandwidth required for 1000 users on the site, or 10,000?
2
votes
1answer
198 views
How to interpret ab result?
I am using ab to load test my server. As I increase the concurrency number from 1, the requests per sec. goes up. I also see time per request (mean) goes up, while time per request (mean across all ...
1
vote
2answers
116 views
Load and performance testing for webapps with JavaScript support
Years ago I used OpenSTA to perform load and performance tests for web applications. I remember that it offered great recording possibilities which enabled us to quickly create new test scripts. ...
2
votes
4answers
553 views
Linux testing - CPU & disk
I am a bit rusty lately. What is the standard way to test CPU and disk I/O these days?
3
votes
1answer
98 views
Is there a network “tee”-alike with one leg returning to /dev/null?
I've just built a new PostgreSQL server for my employers, which is happily replicating using WALs. I'm now left with the problem of verifying its performance. One nice way which came up in ...
0
votes
1answer
120 views
Request bursting from web application Load Tests
I'm migrating our web and database hosting to a new environment on all new machines. I've recently performed a Load Test using WAPT to generate load from multiple distributed clients. The server has ...
0
votes
1answer
429 views
ApacheBench result to a file
I would like to save ApacheBench (ab) tool on linux to a file. When I run it with -v 2 it displays some results in my ssh window. How to move these data into a file and make sure that it will not ...
1
vote
0answers
42 views
Is there anyway way to speed up Exchange 2007's Load Generator tool?
I'm running Load Generator to test our new deployment before going live and the initialization process has been running for two days and is only at 25% for ~58000 user test. Does anyone know of a way ...
3
votes
3answers
2k views
How can I replay Apache access logs back at my servers to do real world load testing?
I looked at http://serverfault.com/questions/2107/tools-for-load-testing-http-servers but I couldn't see how to replay my own existing logs in any of those tools. I have a bug that only occurs under ...
2
votes
1answer
197 views
Recommendations for Java Web Server [closed]
I am currently using DBCP for connection pooling since it is more or less provided with tomcat and easy to setup. I am thinking about migrating to Glassfish or Jetty and haven't yet determined which ...
1
vote
3answers
433 views
Is there any way to test how many users an application can handle?
I am developing an PHP MYSQL application running on a Linux server I was wondering whether there is any way to test how many simultaneous users an application can handle?
Thanks
0
votes
4answers
1k views
How many simultaneous requests would you expect a webserver to handle
I know there is no straight answer to this question - depends on specs etc. But what is the order of magnitude of simultaneous requests you'd expect a server to handle?
Currently, our server starts to ...
1
vote
3answers
216 views
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 ...
1
vote
1answer
415 views
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 ...
0
votes
2answers
538 views
Can I simulate concurrent wireless connections for load testing?
Our office internet typically has about 25-30 computers connected. For an upcoming event, we will have to support about 100 connections, mostly via wireless, for a few days. I'd really like to test ...