记录 VUGen 基于 Hessian 的服务器通信的服务器交互
有谁知道一种记录基于粗麻布的服务器交互的方法,以便它可以用于使用 Mercury 虚拟用户生成器(VUGen)进行负载测试?
可能使用日志代理并生成代码来直接提交粗麻布发布请求?
Does anybody know of a way to record hessian based server interaction so that it can be used for load tests using Mercury Virtual User Generator (VUGen)?
Possibly something using a logging proxy and generating code for direct submission of the hessian post requests?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用户支持对此没有多大帮助,但如果对此类功能感兴趣,建议提出改进请求。
看起来我们将基于 TeeOutputStream http://commons.apache.org/io/api-release/org/apache/commons/io/output/TeeOutputStream.html
The User Support doesn't help very much with that but recommends to open a request for improvement if one is interested in such a feature.
Looks like we are going to implement our own implementation based on the TeeOutputStream http://commons.apache.org/io/api-release/org/apache/commons/io/output/TeeOutputStream.html