我是jmeter的新手,我正在使用jmeter 2.9。
我正在使用WIFI连接,我在浏览器中使用“自动检测设置”。作为jmeter的一部分,我正在更改该选项,并将代理服务器作为“localhost”输入,端口为8080(与jmeter http代理服务器值相同)。但是使用此设置,没有页面被加载,并且jmeter没有记录。
请建议如何继续。
提前致谢。
答案 0 :(得分:0)
看起来你正坐在公司代理人后面。 JMeter无法自动检测代理设置,您需要将其配置为使用代理。以下是可用参数:
-H, --proxyHost <argument>
Set a proxy server for JMeter to use
-P, --proxyPort <argument>
Set proxy server port for JMeter to use
-N, --nonProxyHosts <argument>
Set nonproxy host list (e.g. *.apache.org|localhost)
-u, --username <argument>
Set username for proxy server that JMeter is to use
-a, --password <argument>
Set password for proxy server that JMeter is to use
有关其他信息,请参阅Using JMeter behing a proxy指南。
还有另一个选项:JMeter Chrome Plugin,它不需要任何额外的代理配置,您可以直接从浏览器记录测试。