问题描述
我想使用amf代理服务器记录脚本,但是在http采样器中缺少amf类型的设置.我应该如何在amf代理服务器中启用amf类型.
I want to record script using amf proxy server but in http sampler setting amf type is missing. How should i enable amf type in amf proxy server.
推荐答案
尝试第一个存在的解决方案:
Try first existent solutions:
1. JMeter的AMF插件
这将添加以下新组件:
1. AMF Plugin for JMeter
This will add the following new components:
- AMF请求
- AMF请求默认值
- AMF代理服务器
这将允许您使用AMF3协议测试您的应用程序:
that will allow you to test your app using the AMF3 protocol:
注意: JMeter 2.6不支持,可与JMeter 2.5一起使用. 1.
NOTE: not supported in JMeter 2.6, works with JMeter 2.5.1.
...以及这两个可能的附加内容:
...And these two as possible addition:
2. jmeter-amf-visualizer
JMeter可视化工具AMF响应.
2. jmeter-amf-visualizer
JMeter visualizer AMF response.
3. jmeter-amfsampler
JMeter采样器,可通过HTTP使用Adobe的AMF协议来测试Flex/BlazeDS应用程序.
3. jmeter-amfsampler
JMeter sampler for testing Flex/BlazeDS applications using Adobe's AMF protocol over HTTP.
4. UbikLoadPack Flex/AMF插件
来自 UBIK加载包的商业插件.
4. UbikLoadPack Flex/AMF plugin
Commercial plugin from UBIK Load Pack.
这篇关于如何启用Amf采样器类型的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!