On 27/11/2008, kmoon <[EMAIL PROTECTED]> wrote: > > I'm using Beanshell to get jmeter to output the response headers for each > request of a list of URLs. Does anyone know a way to know which URL any > given header corresponds to? Some page requests are takign longer than > others are so I need to know which pages are causing the long response > times.
You might find it easier to use the View Results Tree Listener, which has all this information. Or use XML format output and save the response headers in the file. You don't say how you are using BeanShell to access the response headers, but presumably you are using the SampleResult, which also has the URL. > Thanks in advance! > > -- > View this message in context: > http://www.nabble.com/How-can-I-tell-url-from-a-HTTP-Response-headers--tp20722082p20722082.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]

