admin管理员组

文章数量:1291565

I’m using JMeter 5.6.3 on Debian in non-GUI mode, and I’m encountering the following issue:

I don’t know how to include performance monitoring data—such as CPU, memory, disk I/O, and network I/O—in my HTML report.

I have the PerfMon plugin installed in my JMeter non-GUI setup. It works well without any errors.

Example of perfmon graphic Basically, I want to include this type of graph in my HTML report.

Does anyone know how to achieve this?

I try to use the plugin custom graph but i don't find a lot of ressources to know what to do in my case

I’m using JMeter 5.6.3 on Debian in non-GUI mode, and I’m encountering the following issue:

I don’t know how to include performance monitoring data—such as CPU, memory, disk I/O, and network I/O—in my HTML report.

I have the PerfMon plugin installed in my JMeter non-GUI setup. It works well without any errors.

Example of perfmon graphic Basically, I want to include this type of graph in my HTML report.

Does anyone know how to achieve this?

I try to use the plugin custom graph but i don't find a lot of ressources to know what to do in my case

Share Improve this question asked Feb 13 at 15:04 moscotmoscot 1
Add a comment  | 

1 Answer 1

Reset to default 0

I'm afraid it's not possible at this stage, as of JMeter 5.6.x you can only plot a Sample Variable value over time

The process of configuring the chart is described in Generating customs graphs over time

Otherwise you might want to amend report-template and include extra data sources like CSV file generated by Perfmon, but you will need to get familiarized with FreeMarker and maybe Java

本文标签: How to add perfmon datasgraphs in the HTML report in jmeterStack Overflow