My server application should respond with a serialized Java object upon its receipt of a string to a TCP socket opend on a specific port on the server. I have JMeter write out the graph results to file and I have it configured to include the response data and success value. However, when I open the file after the test completes, it has s="true" <responseData type=String></responseData> Why is the response data field empty? It should be full of this binary crap comprising the serialized Java object. Is it blank b/c it can't display binary? What does it mean that success=true? Does that mean it definitely succeeded and received the full response form the server? The manual seems to suggest it will succeed if it gets the correct response code. I have my thing configured to output response codes but they don't show up.
Also, there are a few that it appears time out, however those have success=true, too. Any help appreciated. -- View this message in context: http://www.nabble.com/tcpsampler-output-of-responsedata-tp24471765p24471765.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]

