Re: performance testing - emulating real world use

2002-03-14 Thread mike808
> My experience with commercial load-testing apps is that they are > outrageously expensive, a pain to program, don't really scale all that > well, and mostly have to run on Windows with someone sitting at the > mouse. There are some that work better than others, but the free stuff > in this

Re: performance testing - emulating real world use

2002-03-13 Thread Perrin Harkins
Jauder Ho wrote: > Another application (commercial) is Mercury Interactive's LoadRunner. My experience with commercial load-testing apps is that they are outrageously expensive, a pain to program, don't really scale all that well, and mostly have to run on Windows with someone sitting at the m

Re: performance testing - emulating real world use

2002-03-12 Thread Jauder Ho
Heh. Forgot to state that it does cost an arm and a leg but it's one of the few software packages that is worth considering paying money for IMO. However, with the economy being the way it is, it is possible to "rent" the software for a period of time but this is done by special arrangement on a

Re: performance testing - emulating real world use

2002-03-12 Thread Matt Sergeant
On Tue, 12 Mar 2002, Jauder Ho wrote: > > Another application (commercial) is Mercury Interactive's LoadRunner. It > actually records events and plays it back on "load generator" machines. > It's fairly complex, has LOTs of knobs to turn and can load test quite a > bit more than just web apps, I

Re: performance testing - emulating real world use

2002-03-12 Thread Jauder Ho
Another application (commercial) is Mercury Interactive's LoadRunner. It actually records events and plays it back on "load generator" machines. It's fairly complex, has LOTs of knobs to turn and can load test quite a bit more than just web apps, I use it to load test/benchmark Oracle 11i for ins

Re: performance testing - emulating real world use

2002-03-12 Thread Andrew Ho
Hello, AH>So you're correct. My point though is not so much that the load profile of AH>what pages get loaded in what order, and what data calls and dynamic AH>scripts are run in what order are genuine. If you simulate the timing AH>between requests, you'll even get spikes that are similar to the

Re: performance testing - emulating real world use

2002-03-12 Thread Andrew Ho
Hello, ABH>Not really; you also have to emulate the connection speeds of the ABH>users. Or does the tools you mentioned do that? Both of the commercially produced tools I mentioned (SilkPerformer and the free Microsoft Web Stress program) can throttle bandwidth. Rolling your own is a bunch harde

Re: performance testing - emulating real world use

2002-03-12 Thread Ask Bjoern Hansen
On Tue, 12 Mar 2002, Andrew Ho wrote: [...] > This is extremely effective if you have enough real user data because > you're not inventing user load. You're using real user load. Not really; you also have to emulate the connection speeds of the users. Or does the tools you mentioned do that?

Re: performance testing - emulating real world use

2002-03-12 Thread Andrew Ho
Heyas, BH>Anyone know of good guides or general info on BH>performance testing and emulating real use of BH>an application. As a general rule, it's easiest if you have a production system already running. Record all information that you need to reproduce the requests (typically, HTTP request h

Re: performance testing - emulating real world use

2002-03-12 Thread Paul Lindner
On Tue, Mar 12, 2002 at 01:52:36PM -0800, clayton cottingham wrote: > Bryan Henry wrote: > > > > Anyone know of good guides or general info on > > performance testing and emulating real use of > > an application. > > > > I would like to understand how to identify > > potential bottlenecks before

Re: performance testing - emulating real world use

2002-03-12 Thread clayton cottingham
Bryan Henry wrote: > > Anyone know of good guides or general info on > performance testing and emulating real use of > an application. > > I would like to understand how to identify > potential bottlenecks before I deploy web apps. > > thank you, > ~ b r y a n try httpd.apache.org/test/ and

performance testing - emulating real world use

2002-03-12 Thread Bryan Henry
Anyone know of good guides or general info on performance testing and emulating real use of an application. I would like to understand how to identify potential bottlenecks before I deploy web apps. thank you, ~ b r y a n