On Tue, Sep 09, 2003 at 11:42:28AM -0400, [EMAIL PROTECTED] wrote: > > sure. I'd like to have a controller that encapsulates a bunch of jdbc > calls underneath it eg "submit job" > > I'd then like to measure the throughput of how often the controller get's > executed - at the moment I get the throughput of all the jdbc calls that > are exectuted, right? I'd like to know "how many jobs are submitted per > minute" even though to submit a job, multiple jdbc calls are made. > > If this is not currently possible, believe it would be a useful enhancement > - any pointers on where I'd start to extend things to include this?
Why don't you include one lightweight sampler into your job with separate listener attached to it? It will show what you need. Richard. -- "First they ignore you. Then they laugh at you. Then they fight you. Then you win." - Mohandas Gandhi. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

