views:

167

answers:

3

Hi,

I need a tool to measure a website's performance that's free and does not require any changes to be made to the code (jsp asp pages). All help is appreciated.

Thanks, Adhir

+5  A: 
CMS
A: 

You could also use Fiddler which will work for browsers other than Firefox. (But will not profile javascript code)

See this post

Sam Saffron
A: 

The other answers to this question focus on performance of a single user of the site from their browser's point of view. If you want to test the performance of your server, for example, to see how many concurrent users you can support, you need to be looking at tools like JMeter.

Jon Topper