[Jmeter] performance test analysis report

How test report is generated after the finish jmeter script?

First, cd to the installation package bin directory jmeter

Then run: jmeter -n -t C: \ the Users \ Win7 \ Desktop \ test.jmx the -l report.jtl -e -o C: \ the Users \ Win7 \ Desktop \ the Result

Red: absolute path where the purple script is: behind the report is generated where the result is the absolute path name of the generated reports can be customized 

 

 

 

 

 

Open the html file to view the report

 

As our Ali cloud servers and databases are used, so the server resource graph and chart database resources can be monitored to see Ali cloud above 

 

 Server resource reports generally look top -c or cpu and memory use pingpoint like  there is jvm report again, if it is a Java application, then, then there reporting database

 

Constitute the general Test report include:

Performance testing background

Performance testing objectives

Performance test range

Performance terminology conventions

Environmental test system architecture

Environmental test hardware and software configurations:

The number of hosts uses the configuration system

tomcat + SLB (load balancing) + + Web service application processing load + 1 data storage cpu: 4 core, memory 32G centos

mysql + redis + rocketMQ 1 data storage cpu: 4 core, memory 16G centos

 

Hardware and software configurations dynamometer

The number of hosts uses the configuration system

jmeter + Ant 1 dynamometer cpu: 8-core, memory 16G centos

 

Test Data:

What to count how many orders to prepare test data, such as user and so on

Performance indicators: business performance indicators

Business name of the peak number of concurrent traffic TPS transaction response time success rate

Login 200,000 / day 6 40 30ms 99%

 

Hardware Specifications:

Hardware item category monitor thresholds Remarks

cpu cpu utilization <70% .....

Memory Memory utilization <70% ....

 

Test progress

Start Time End Time test category test purposes

Test Results

Test Report analysis ....

 

Guess you like

Origin www.cnblogs.com/yuanyuan2017/p/11428695.html