On 11/03/2009, sanchezni <[email protected]> wrote: > > Hi all, > > I am running tests sequentially through a list of in house URLs. I want to > be able to capture information from the Sampler Results, such as the Load > time, Latency and Size in bytes fields - I want to be able to use these > values to do a before/after comparison.
These can all be written to the JTL output file, see: http://jakarta.apache.org/jmeter/usermanual/listeners.html > I can't seemto find any inbuilt function (like the Regex Postprocesser can > capture info from response headers, it can't capture this logged info) to do > this - are these values exposed in the BeanShell using JMeter's sampler > variables? If not, how would I be able to capture these values into a user > defined var? > > Cheers, > SanchezNI > > -- > View this message in context: > http://www.nabble.com/Obtaining-Data-from-HTTP-Request-Sampler-Result-tp22455944p22455944.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]

