我必须使用JMeter测试TCP连接。根据Wireshark的说法,该应用程序发送4条消息(第1条)用于建立连接,发送下3条消息进行数据发送(我认为这3条消息应重新使用第1条消息的连接)。 我在文本字段中使用BinaryTCPClientImpl,十六进制数据。 TCP采样器不会停止工作。
我尝试过:
响应消息为:
Sample Start: 2019-02-27 15:25:57 MSK
Load time: 9825
Connect Time: 2
Latency: 5
Size in bytes: 122
Sent bytes:0
Headers size in bytes: 0
Body size in bytes: 122
Sample Count: 1
Error Count: 1
Data type ("text"|"bin"|""): text
Response code: 500
Response message: org.apache.jmeter.protocol.tcp.sampler.ReadException:
Response headers:
SampleResult fields:
ContentType:
DataEncoding: windows-1251
请帮我修复它,我绝对不知道