Jmeter Perfmon 插件无法使用参数 'Process Name'
Jmeter Perfmon plugin not working with parameter 'Process Name'
我添加了一个参数 CPU 'name=chrome#' 来检查我的 chrome CPU 使用情况,但是,我只得到总的 CPU 使用情况。
Note: I have added both Chrome and Total CPU but both looks same
根据您的操作系统,您可能需要将其更改为:
chrome.exe
- 对于 MS Windows 家庭
Google Chrome
- 适用于 MacOS
因此,我建议使用适用于您操作系统的进程监控软件来确定确切的进程名称,并相应地修改指标。如果您没有看到第二张图表,请查看 Server Agent log file or STDOUT - 它应该包含一些线索。
有关使用 PerfMon 插件的更多信息,请参阅 How to Monitor Your Server Health & Performance During a JMeter Load Test 文章。
我添加了一个参数 CPU 'name=chrome#' 来检查我的 chrome CPU 使用情况,但是,我只得到总的 CPU 使用情况。
Note: I have added both Chrome and Total CPU but both looks same
根据您的操作系统,您可能需要将其更改为:
chrome.exe
- 对于 MS Windows 家庭Google Chrome
- 适用于 MacOS
因此,我建议使用适用于您操作系统的进程监控软件来确定确切的进程名称,并相应地修改指标。如果您没有看到第二张图表,请查看 Server Agent log file or STDOUT - 它应该包含一些线索。
有关使用 PerfMon 插件的更多信息,请参阅 How to Monitor Your Server Health & Performance During a JMeter Load Test 文章。