[ Sorry if I didn't understand the question ] Instead of adding report listeners to your testcase, can't your ruby script simply extract sampler response times from the JMeter logfile (assuming one is being generated). I'd assume JMeter GC-es its logfile-writer code quite efficiently. There is some documentation of the JMeter logfile format on the JMeter wiki.
-----Original Message----- From: sebb [mailto:[email protected]] Sent: Friday, 6 March 2009 3:10 AM To: JMeter Users List Subject: Re: Save Only Transaction Response Times On 05/03/2009, Mordechai <[email protected]> wrote: > > Hi, > > I would like to trap all transaction controller response times to their 1 > csv. > Currently I trap all http samplers and transaction responses times to > Aggregate Report as a csv and run a ruby script to extract the Transaction > response times. My tests are larger and the csv's are becoming huge. > > Outside of creating a separate Aggregate report listener as a child for each > Transaction Controller is there a faster more efficient way to do this? The Aggregate Report listener is less efficient than the Summary Report, but neither will affect the data written to the CSV file. Sorry, not without writing some code. If you use the TC in parent sample mode, you might be able to use the BeanShell Listener to delete the TC child samples. I've not tested this. Otherwise, use the BeanShell Listener to write the TC sample data directly. > Thanks > Mordechai > > -- > View this message in context: http://www.nabble.com/Save-Only-Transaction-Response-Times-tp22354334p22 354334.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] The information contained in this email and any attached files are strictly private and confidential. This email should be read by the intended addressee only. If the recipient of this message is not the intended addressee, please call Corporate Express Australia Limited on +61 2 9335 0555 or Corporate Express New Zealand Limited on +64 9 279 2555 and promptly delete this email and any attachments. The intended recipient of this email may only use, reproduce, disclose or distribute the information contained in this email and any attached files with Corporate Express' permission. If you are not the intended addressee, you are strictly prohibited from using, reproducing, disclosing or distributing the information contained in this email and any attached files. Corporate Express advises that this email and any attached files should be scanned to detect viruses. Corporate Express accepts no liability for loss or damage (whether caused by negligence or not) resulting from the use of any attached files. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

