JMeter- stress test & performance testing tools

installation

JMETER_HOME:F:\Security testing\Tools\apache-jmeter-3.1
Path:%JMETER_HOME%\bin;
CLASS_PATH:%JMETER_HOME%\lib\ext\ApacheJMeter_core.jar;%JMETER_HOME%\lib\jorphan.jar;%JMETER_HOME%\lib\logkit-2.0.jar;
  • Run
    in the directory apache-jmeter-3.1 / bin / jmeter.bat, double-click the file, namely the control panel to see JMeter

  • Download badboy record Jemter script
    http://www.badboy.com.au/download/add

Jmeter related plug-in installation

Monitor memory and CPU, etc. (jconsole)

  1. Click on: Start - "Run" - "and then enter the command-line interface that appears in" Enter cmd-- jconsole "to pop up a monitoring and management console [java]

2. Select a local process, and click sun.tools.jconsole.JConsole this line, and click Connect

Guess you like

Origin www.cnblogs.com/yoyoyang/p/11815061.html