简体   繁体   English

JMeter:Perfmon 报告显示服务器 CPU 使用率为 100%,但在 AWS 仪表板上仅为 1.5%

[英]JMeter: Perfmon report shows 100% usage of server's CPU but it was only 1.5% on AWS dashboard

I am running a load test for 1 million threads through JMeter and want to view the resource utilization on the server.我正在通过 JMeter 运行 100 万个线程的负载测试,并希望查看服务器上的资源利用率。 For that, I am using Perfmon plugin.为此,我正在使用 Perfmon 插件。 When the report is generated, it shows 100% usage of CPU but when view my AWS server dashboard, CPU utilization was only 1.5% at the maximum point.生成报告时,它显示 100% 的 CPU 使用率,但当查看我的 AWS 服务器仪表板时,CPU 使用率最高点仅为 1.5%。

Any Thoughts?有什么想法吗?

I can only think of incorrect configuration of the PerfMon Metrics Collector , given the proper configuration it should be precise enough and capture the CPU usage (as well as other metrics) in the real time我只能想到PerfMon Metrics Collector配置不正确,如果配置正确,它应该足够精确并实时捕获 CPU 使用率(以及其他指标)

Demo:演示:

在此处输入图像描述

For the above demo I used s-tui on AWS side, sha1sum to stress the CPU and pretty much default configuration of the PerfMon Metrics Collector对于上面的演示,我在 AWS 端使用了s-tuisha1sum来强调 CPU 和 PerfMon Metrics Collector 的几乎默认配置

More information just in case: How to Monitor Your Server Health & Performance During a JMeter Load Test更多信息以防万一: How to Monitor Your Server Health & Performance During a JMeter Load Test

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 AWS 资源使用数据 - CPU、Memory 和磁盘 - AWS Resource Usage Data - CPU, Memory and Disk 从 AWS fargate 任务获取内存和 cpu 使用情况 - Get mem and cpu usage from AWS fargate task GCE 仅显示约 15% 的使用率,但 top 显示约 99% - GCE shows only ~15% usage but top shows ~99% 如何通过服务使用情况获取 CPU 的“当前使用百分比”API - How to get 'Current usage percentage' for CPU's via Service Usage API Google Cloud notebook 磁盘空间不足,文件已删除,仍显示 100% 使用率 - Ran out of disk space on Google Cloud notebook, deleted files, still shows 100% usage 为什么 EC2 服务器上的多个 Ruby 进程会导致 100% 的 CPU 使用率? - Why are multiple Ruby processes on an EC2 server causing 100% CPU utilisation? CPU 100% 被 lockgit 使用 - CPU 100% used by lockgit RDS 存储 100% 使用率但没有数据记录 - RDS storage 100% usage but no data recorded 弃用 aws_s3_bucket_object 后,我是否应该仅使用 aws_s3_bucket 上传文件? - With aws_s3_bucket_object deprecated, should I upload files using aws_s3_bucket only? AWS S3 Java SDK - ListVersionsRequest 仅获取最新版本 - AWS S3 Java SDK - ListVersionsRequest Get Only Latest Versions
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM