Search code examples
jmeterjmeter-pluginsperfmon

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,


Solution

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

    enter image description here

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

    enter image description here

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

    enter image description here