Re: Adding to the aggregate report

2005-03-15 Thread Michael Stover
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 ev

Re: Adding to the aggregate report

2005-03-15 Thread Peter Lin
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 +, Guillaume Lahitette <[EMAIL PROTECTED]> wrote: > Hi, > > We have some utility classes and a JSP tag that output processing times at > the footer of each pag

Adding to the aggregate report

2005-03-15 Thread Guillaume Lahitette
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 loo