Re: Jmeter TCP script issue - Hex-encoded binary string contains an invalid hex digit

2022-06-07 Thread Felix Schumacher
The attached text is not hex encoded. Have you encoded it yourself before pasting it into the text field? Felix Am 07.06.22 um 22:42 schrieb Nuwan Galkissa Mudalige: Hi Dmitri/Team, We want to use TCP sampler for testing. “Binary or LengthPrefixedBinary” TCPClientImpl work as a TCPClient

Jmeter TCP script issue - Hex-encoded binary string contains an invalid hex digit

2022-06-07 Thread Nuwan Galkissa Mudalige
Hi Dmitri/Team, We want to use TCP sampler for testing. "Binary or LengthPrefixedBinary" TCPClientImpl work as a TCPClient classname. Without text body Jmeter communicate with the server and even tested with telnet that is also connected. The text which needs to be sent is attached. Since the

Re: Easy way to save the req/resp session

2022-06-07 Thread OUFDOU Anas
Hello , You can see available config properties to save data to file (Xml) : https://jmeter.apache.org/usermanual/properties_reference.html#results_file_config Best Regards On Tue, Jun 7, 2022 at 3:18 PM Tong Sun wrote: > Hi, > > Say I run my JMeter script using a single user for a single

Re: Easy way to save the req/resp session

2022-06-07 Thread Dmitri T
Add a Listener, for example Simple Data Writer and provide the desired file path.  Then click "Configure" button and choose what do you want to store. To save requests and responses you will mostly need those

Easy way to save the req/resp session

2022-06-07 Thread Tong Sun
Hi, Say I run my JMeter script using a single user for a single time, is there any easy way to save the whole session, both the requests and responses, including the headers, to some file for later inspection?

Re: Simulate Think Time

2022-06-07 Thread OUFDOU Anas
Hello, The flow control action can be used to include think time without perturbing other components. https://jmeter.apache.org/usermanual/component_reference.html#Flow_Control_Action best regards On Mon, Jun 6, 2022 at 11:55 PM Tong Sun wrote: > OMG, JMeter has this thought of and provided

Re: JMX works from UI but fails from CLI on Windows 10

2022-06-07 Thread Dmitri T
I think the main problem is Received fatal alert: protocol_version and it indicates that JMeter is trying to use the TLS (or maybe even obsolete SSL ) protocol