I would say that JMeter shows most of what you need in the "request data" in the View Tree Listener. It does not show the "user agent" and "hosts" headers, because those are not available.
It shows the other headers, and the body of a http post.

Regards
Alf

sebb wrote:
JMeter does not have access to the data generated by the standard Java
HTTP implementation.

If you are using HttpClient, then you can enable wire logging, but you
will get a *lot* of output. Also it is not as easy to understand as a
sniffer.

JMeter does provide brief details of the request data in the View Tree Listener.

On 26/09/2007, dasarih <[EMAIL PROTECTED]> wrote:
Thank you for the response. I was looking for something that Jmeter provides
as opposed to an external tool to see the request data for a failed
response. Is it possible to configure Jmeter to give the request data also
in addition to request headers. In my case, I am testing a webservice api
that is failing around 10% of the time with different error responses and I
wanted to see what is the corresponding request for these responses. Having
an external tool like a tcpmon proxy will not be as user friendly as
clicking on the response message that is marked in read for having failed
and seeing the corresponding request data for that response message. Jmeter
is still an excellent tool even if this is a limitation of the tool.


sebb-2 wrote:
http://wiki.apache.org/jakarta-jmeter/NetworkSniffer

On 26/09/2007, dasarih <[EMAIL PROTECTED]> wrote:
How can I see the actual HTTP Request Message that is sent over the wire
after all the substitutions for the variables and pre-processing done. I
can
only see the "Response Data" and "Request Headers" using "View Results
Tree"
Listener.
--
View this message in context:
http://www.nabble.com/How-to-view-the-HTTP-Request-Message-that-is-sent-on-the-wire-tf4522921.html#a12902860
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]



--
View this message in context: 
http://www.nabble.com/How-to-view-the-HTTP-Request-Message-that-is-sent-on-the-wire-tf4522921.html#a12903374
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]


Reply via email to