Seems like a perfect opportunity for using BeanShell or BSF - create a
Beanshell listener that let's users write a template for listener output
to file.  Personally, I'd prefer to use Velocity, but the basic idea is
the same - let users write templating code/script code that outputs a
string for every sample which is saved to file.  This would let anyone
create their own custom output.

-Mike

On Tue, 2005-03-15 at 19:41, Peter Lin wrote:
> hmm, to save it as XML to a file is going to require writing a plugin
> to listen to the results.
> 
> peter
> 
> 
> On Wed, 16 Mar 2005 00:09:17 +0000, Guillaume Lahitette
> <[EMAIL PROTECTED]> wrote:
> > Hi,
> > 
> > We have some utility classes and a JSP tag that output processing times at 
> > the footer of each page. These give us interesting
> > information about server-side processing times which we can substract from 
> > overall response time to isolate transport time (with
> > some approximations). The strings look like:
> > 
> > Module Time: 2608 ms;Package Time: 0 ms;Total Time: 2608 ms
> > 
> > I would parse each response to extract these figures (should be fairly easy 
> > with the Regex extractor). The part where I need your
> > input is that I'd like to output these figures to an XML file (and use an 
> > XSL to produce my final report). Is this do-able? How big
> > is the task and how would one go about it? Would I add these to an existing 
> > report or create a new one?
> > 
> > Thanks!
> > Guillaume
> > 
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Michael Stover <[EMAIL PROTECTED]>
Apache Software Foundation


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

Reply via email to