Performance testing platform

The term --- Performance Testing Service (Performance Test Service) PTS


HP Commercial

JMeter based on a high degree of secondary development

Based nGrinder


nGrinder:

Powerful stress test tool user interface, composed of three established: controller, agent, monitor


principle:

controller scripts, and other documents will be required to distribute agent, and then execute, and monitor the implementation process by the operation of collection, response time, such as the operation of the test target server and save the data to generate operational reports for later viewing .


Official website: http://naver.github.io/ngrinder/

User Manual: http://www.cubrid.org/wiki_ngrinder/entry/user-guide


Basic environment installation

  • Install jdk1.8, and configuration environment variable

    Note: nGrinder service to use multiple ports, the service can not run if there is a priority investigation and whether the port is occupied

  • In tomcat7 modify startup.bat, added to the head

    set JAVA_OPTS=-Xms600M -Xmx1024M -XX:MaxPermSize=200M

    Because the software starts to load a large number of libraries

  • The ngrinder-controller-3.4.1.war package into tomcat's webapps directory

  • Double-click startup.bat start tomcat, browser access (user name admin, password admin, optional Chinese)

    http://localhost:8080/ngrinder-controller-3.4.1

    NOTE: This situation may occur not start or the window flashed, the solution:

    tomcat's bin directory to find setclasspath.bat and edit it, as shown below, instead of the actual path of their own

    image.png






Guess you like

Origin blog.51cto.com/11009785/2412961