All the listeners record the data in raw form. This allows a recorded test run to be loaded into any visualizer at a later time.
-Mike On Wed, 2005-03-16 at 09:28, [EMAIL PROTECTED] wrote: > Quoting Michael Stover <[EMAIL PROTECTED]>: > > > The Aggregate Listener groups sample results by sampler name - ie the > > top text box in the sampler's gui control panel. If you named them all > > the same, their statistics would be calculated together on one line of > > the aggregate report. > > > > -Mike > > > In the GUI, yes, but when I save the results to file the format seems to be > identical to that of a SimpleOutput Listener, ie: > > <sampleResult timeStamp="1110982104844" dataType="text" threadName="Thread > Group > 1-1" label="start.do" time="100" responseMessage="OK" responseCode="200" > success="true"/> > <sampleResult timeStamp="1110982110191" dataType="text" threadName="Thread > Group > 1-1" label="login.do" time="200" responseMessage="OK" responseCode="200" > success="true"/> > <sampleResult timeStamp="1110982115239" dataType="text" threadName="Thread > Group > 1-1" label="obtainHeader.do" time="30" responseMessage="OK" responseCode="200" > success="true"/> > <sampleResult timeStamp="1110982120526" dataType="text" threadName="Thread > Group > 1-1" label="obtainDefaultBrowserDetails.do" time="4286" responseMessage="OK" > responseCode="200" success="true"/> > ... > > start.do and login.do are children to a SimpleController called "Login" and > the > other two are children to a "FirstPage" controller, however there is no > mention > of these controllers in the results. Is it possible to group the results that > are written to file (apart from putting them in different ThreadGroups, as I'd > like all requests be executed by the same thread)? > > Thanks, > Gareth -- Michael Stover <[EMAIL PROTECTED]> Apache Software Foundation --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

