测试tcp:
1.修改jmeter.properties
# The default handler class
#tcp.handler=TCPClientImpl
tcp.handler=BinaryTCPClientImpl
2.设置EOL
2.1根据具体测试的程序设置EOM,例如本例中设置的为03
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.
2.2 若没有结尾符,参考以下博客。未做验证,仅MARK.
https://blog.youkuaiyun.com/oshishuinianhua1234/article/details/79257680
本文介绍如何使用 JMeter 进行 TCP 协议的性能测试。主要内容包括修改 jmeter.properties 文件来启用 TCP 客户端实现,以及如何正确设置 EOM 字节以确保测试的准确性。
1万+

被折叠的 条评论
为什么被折叠?



