Jmeter-maven-plugin Advanced Applications: Proxy Configuration

Source: Internet
Author: User

Proxy Configuration Pages A
    • Home
    • Adding additional libraries to the CLASSPATH
    • Advanced Configuration
    • Basic Configuration
    • Configuring the JVM, the JMeter process runs in
    • FAQs
    • Log levels
    • modifying Properties
    • Proxy Configuration
    • Remote Server Configuration
    • Selecting Tests to Run
    • Test Results File Format
Setting the <proxyConfig>

If You configure proxy settings to being used by JMeter, the proxy settings would be used to run everytest.

Setting a proxy host is mandatory, if you does not set a proxy host the rest of the proxy configuration would be ignored. If you does not set a proxy port it would always be default to port 80.

<username> and <password> is optional settings that does not have a to is set.

You can also set a optional

+---+<project> [...] <Build> <Plugins> <Plugin> <groupid>com.lazerycode.jmeter</Groupid> <artifactid>jmeter-maven-plugin</Artifactid> <version>2.0.3</Version> <Executions> <Execution> <id>jmeter-tests</Id> <Goals> <goal>jmeter</Goal> </Goals> </execution> </executions> < configuration> <proxyconfig> <host>10.10.10.53</< Span class= "pl-ent" >host> <port>80</port> <username>jimbob</username> <password>correct Horse battery Staple</password> <hostexclusions>localhost|* . Lazerycode.com</hostexclusions> </proxyConfig> </configuration> </plugin> </plugins> </ build> [...] </project>+---+          

For SOCKS proxy configuration, see Configuring the JVM, the JMeter process runs in.

Jmeter-maven-plugin Advanced Applications: Proxy Configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.