JMeter TCP Sampler incorrectly reports 500

后端 未结 1 659
花落未央
花落未央 2021-01-06 02:12

I\'m using JMeter to load test our SMTP server using the TCP Sampler (BinaryTCPClientImpl class) to fire HELOs, wait for 30 seconds and then QUITing.

The SMTP server

相关标签:
1条回答
  • 2021-01-06 02:47

    If you don't define the EOM byte, it reads until the end of the stream. Since the stream isn't going to end, it times out. You have to set the EOM byte correctly for the protocol you're using.

    0 讨论(0)
提交回复
热议问题