1

Possible Duplicate:
How do you do Load Testing and Capacity Planning for Web Sites

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 to make sure it doesn't die as soon the users from the old site start using the new server. Is there a tool for Windows to simulate excessive site use and estimate the number of users the server will be able to run seamlessly? Or there is some reason to test it on the server itself?

Tootsie
  • 13
  • 1
  • 3

3 Answers3

2

You can indeed use Load Impact (which has already been recommended) as it is possible to remap DNS entries from the script editor.

Just click Add new statement -> Client settings -> Remap DNS entry A to B.

Zoda
  • 36
  • 2
1

You can use JMeter. You might as well test against the real server before real users start using it.

HTTP500
  • 4,827
  • 4
  • 22
  • 31
0

There are a few services available, a quick Google search for 'stress test website' or 'load test website' will bring up most of them.

One I have used before with success is: http://loadimpact.com/

dannymcc
  • 2,677
  • 10
  • 46
  • 72