On what HelloWorldExample performance predicts>Roy: Well, not quite: it also
predicts an upper bound on the avg thruput, and a lower >bound bound on the
average response time, of any more resource-intensive request on >the
machine where the resource measurements were taken.

I don't agree with that.
The upper bound to thoughtput would be measured on a servlet which would
output a significant chunk of data (more than 50K, I would say), while not
doing anything else. Hello world outputs a small amount of data (the time
spent parsing the request becomes more significant), and does other stuff in
the process (IO, ...).
The lower bound to response time is a servlet which does nothing.

How about creating a new "perf" webapp which would contain a selection of
tests ?

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to