[Tripped over a round tuit last night ...] There is now a Transaction Controller in CVS, which will find its way into a nightly build. This is ALPHA code, but it seems to work in simple scenarios.
The Transaction Controller is a Simple Controller that records how long it takes to run its subtree, and generates a sample result with the details. The Controller name is used to identify the sample, so make sure that different transactions have different names. Nested transactions seem to work OK. Please let me know if it does not work as required. S. -----Original Message----- From: BAZLEY, Sebastian Sent: 15 January 2004 15:30 To: 'JMeter Users List' Subject: RE: Query Sequences Not at present. We had the same problem, and ended up using a Perl script (sorry cannot make this available) to analyse the output CSV files. To make it easier to find the start and end of transactions, we use special prefixes for the sampler titles: B: Account Update E: Account Update BE: Account Details where B = begin transaction E = end transaction BE = the transaction begins and ends here The script collects samples with the same names and same thread and produces various stats. Might be possible to use a spreadsheet or database or XSLT to do the summarising. Equally, I guess it would be possible to enhance JMeter to add transaction start/end markers - perhaps via a transaction controller. But in the short term, I think you'll need to roll your own ... S. -----Original Message----- From: Stefan Bindel [mailto:[EMAIL PROTECTED] Sent: 15 January 2004 14:43 To: [EMAIL PROTECTED] Subject: Query Sequences Hi, I have looked through the documentation and through this list, but haven't found an answer. Is it possible to create a sequence of HTTP Samplers so that not the time of each request but the time the whole sequence takes is recorded. IOW: I'd like to get the time, how long it takes my user from the start of the application until he has found, what he is looking for, including authentication and browsing. The sequence would be in this case Authentication -> Browse Categories -> Search in Categorie -> Get Details of first Item. Something like this. And I would like to measure the time from Auth to Get Details. Is there a way to do this? TIA Stefan -- +++ GMX - die erste Adresse f�r Mail, Message, More +++ Neu: Preissenkung f�r MMS und FreeMMS! http://www.gmx.net --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

