ngrinder
›
ngrinder-user-kr
Search
everywhere
only in this topic
Advanced Search
ngrinder groovy script에 Proxy설정하는 법
Classic
List
Threaded
♦
♦
Locked
3 messages
Nam
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
ngrinder groovy script에 Proxy설정하는 법
안녕하세요
ngrinder 처음 사용해보는 사용자입니다.
ngrinder의 groovy script에 proxy설정하는 예제를 찾고 있는데요.
구글링해봐도 안나오고 여기 포럼에도 없는 것같아 문의드립니다.
groovy script에 proxy설정하는 방법 예제 부탁드립니다.
감사합니다.
junoyoon
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: ngrinder groovy script에 Proxy설정하는 법
Administrator
아마도.. @BeforeProcess 구문내에 다음과 같이 설정을 넣으시면 될것 같은데요.
System.setProperty("http.proxyHost", "myProxyServer.com");
System.setProperty("http.proxyPort", "80");
gisoo.gwon
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: ngrinder groovy script에 Proxy설정하는 법
In reply to
this post
by Nam
파이썬 코드이긴 하지만 설정 참고하셔서 groovy로 변환하시면 좋을 것 같습니다.
http://grinder.sourceforge.net/g3/tcpproxy.html
connectionDefaults = HTTPPluginControl.getConnectionDefaults()
connectionDefaults.setProxyServer("localhost", 8001)
Free forum by Nabble
Edit this page