WCF 与 tcp.net 结合使用 JMeter 进行测试
我有一个问题,在 JMeter 中我可以设置服务器/端口,但我的应用程序托管在 IIS 7.5 上,而 WCF 服务是特定网站下的“应用程序”。因此服务端点是
http://localhost:8002/Some.Aplication/Some.Application。 svc
WCF 应用程序也支持 tcp.net 绑定,我应该使用它(tcp.net)。
我可以设置 JMeter 通过 tcp 向此端点发送特定数据包吗?
谢谢。
I have a problem that in JMeter I can setup server / port, but my application is hosting on IIS 7.5 and WCF service is a "Application" under specific web site. So the service endpoint is
http://localhost:8002/Some.Aplication/Some.Application.svc
WCF application is supporting tcp.net binding also and I should use it(tcp.net).
Ho can I set up JMeter for sending specific packet over tcp to this endpoint ?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 TCP Sampler,并可能为其编写一个自定义 TCPClient 类更轻松地处理自定义读/写。
You need to use TCP Sampler, and probably write a custom TCPClient class for it for easier handling of custom reads/writes.