views:

242

answers:

3

Hi there,

I maintain an application which, during the course of two years, has constantly required new hardware to be even usable, due to the amount of new users / new data inserted. However, justifying the investiment is sometimes very hard to do.

I started to wonder - how can I establish the maximum number of users a web application currently suports?

I thought of using JMeter scripts but they can get really nasty to implement when having to simulate file transfers and decison trees. What do you guys use?

+1  A: 

We use HP's LoadRunner. But it's not cheap, and you still have to create scripts, test cases.

Steve K
+2  A: 
FlySwat