Beklevir
Beklevir

Reputation: 59

How to see Perfmon graphs in HTML Dashboard results in JMeter?

in JMeter Html reports, the Perfmon metrics are not included. how to add the CPU, Memory, Network and Disk graphs to those Apache JMeter Dashboard?

Upvotes: 1

Views: 757

Answers (1)

Dmitri T
Dmitri T

Reputation: 168147

There is no each "switch" to add those, I can think of the following workaround:

  1. Fetch Individual metrics using i.e. TCP Sampler from the PerfMon Server Agent
  2. Store them into Sample Variables
  3. Plot the variables on the custom charts as it's described in Generating customs graphs over time JMeter user manual entry

Upvotes: 1

Related Questions