Reputation: 381
I have added a parameter CPU 'name=chrome#' for checking my chrome CPU usage however, I am getting only the total CPU Usage.
Note: I have added both Chrome and Total CPU but both looks same
Upvotes: 0
Views: 320
Reputation: 168092
Depending on your operating system you might need to change it to:
chrome.exe
- for MS Windows familyGoogle Chrome
- for MacOSSo 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