简体   繁体   中英

Jmeter - Perfmon summary report

How do we generate summary report of perfmon metrics collector. I tried looking for references online but could not find relevant information. We already have summary report in jmeter which gives us avg,min,max,sample etc of a response. However, I want summary of server parameters like memory,CPU, disk I/O. I can only see below in jmeter and unable to find an option to add summary report of perfmon.

Perfmon Metrics

How can I achieve it?

Thanks,

Just define the "Filename" in the PerfMon Metrics collector so the metrics will be stored into the file:

在此处输入图像描述

Once your test is done - open the file using ie Aggregate Report listener and you will see these average/min/max/percentiles as for normal samplers:

在此处输入图像描述

You can also generate the table using JMeter Plugins Command Line Tool

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM