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 ??
|
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 ??
|
||
|
|
|
|
Take a look at Apache JMeter. It is open source. From the site:
|
||
|
|
|
|
See these also: http://stackoverflow.com/questions/53738/how-do-you-test-the-performance-of-a-website http://stackoverflow.com/questions/7492/how-do-you-stress-test-a-web-application |
||
|
|
|
|
Selenium Grid + perf counters |
||
|
|
|
|
Next time I'm profiling a website, I'll try out Faban. JMeter, from my experienve, is very buggy and poorly documented. |
||
|
|
|
|
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. |
||
|
|