You can use whatever you like to name the samplers, so probably no need to modify JMeter, just the test plan. Just choose a suitable naming convention.
It would make for a more work in the XSLT sheet, but you could always use a script (Perl, sed etc) to split the name into two or more attributes first. S. On Thu, 17 Mar 2005 03:37:01 -0600, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Ah yeah! That's a bit closer to what I'm trying to achieve. The problem now is > that the transaction controller timings includes the delays which I include as > part of some HTTP Requests (to simulate a user pausing for a short time before > making the next request). These delays vary from page to page and group to > group, so I can't just use a formula to subtract some amount from the total > transaction time. > > Would it be advisable/feasible for me to modify the Jmeter source code so > that, > in the XML file of the results, an extra attribute is written to each > sampleResult which records the name of the parent controller? Or would this > cause some problems somewhere else in the software? This way I could use a > custom XSLT sheet to calculate / display results based on these controller > names... > > Thanks (to both you and Mike for your replies), > Gareth > > Quoting sebb <[EMAIL PROTECTED]>: > > > Or you can use the Transaction Controller, which generates an extra > > "sample" for all the samplers and timers etc underneath it. > > > > S. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

