vote up 1 vote down star
2

Hi all,

i have created a website and want to test its perfomance and load test if 1000 users tries to acces it. and also have to knoew about the amount of memmory it takes to store the sessions. which is the best freeware tool i can use ??

flag

62% accept rate

5 Answers

vote up 2 vote down

Take a look at Apache JMeter. It is open source. From the site:

It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.

link|flag
vote up 0 vote down

Selenium Grid + perf counters

link|flag
vote up 0 vote down

Next time I'm profiling a website, I'll try out Faban. JMeter, from my experienve, is very buggy and poorly documented.

link|flag
vote up 0 vote down

I have found Grinder to be the best open source load testing tool. This review is a couple of years old but is still very accurate, in my experience. If you lack the local PCs to conduct a 1000 vUser load test, there are Amazon EC2 (cloud) images running Windows that are pre-configured to use Grinder.

I'd agree with the earlier recommendation to use performance counters to understand the particulars of your performance test run. Furthermore, I'd recommend that you look at the Performance Analysis of Logs (PAL) tool from Microsoft to create reports that will really help you understand the counters if you're new to Windows / .NET performance tuning.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.