Rakesh133
Rakesh133

Reputation: 381

Jmeter Perfmon plugin not working with parameter 'Process Name'

I have added a parameter CPU 'name=chrome#' for checking my chrome CPU usage however, I am getting only the total CPU Usage.enter image description here

Note: I have added both Chrome and Total CPU but both looks same

Upvotes: 0

Views: 320

Answers (1)

Dmitri T
Dmitri T

Reputation: 168092

Depending on your operating system you might need to change it to:

  • chrome.exe - for MS Windows family
  • Google Chrome - for MacOS

enter image description here

So I would recommend determining the exact process name using process monitoring software for your operating system and amend the metric accordingly. Also given you don't see the second chart take a look at Server Agent log file or STDOUT - it should contain some clues.

See How to Monitor Your Server Health & Performance During a JMeter Load Test article for more information on using PerfMon plugin.

Upvotes: 1

Related Questions