收集 Amazon EBS NVMe 驅動程式指標 - Amazon CloudWatch

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

收集 Amazon EBS NVMe 驅動程式指標

若要讓 CloudWatch 代理程式從 Amazon Linux 伺服器收集 Amazon EBS NVMe 驅動程式指標,請在 CloudWatch 代理程式組態檔案的 diskio區段內新增 metrics_collected區段。

此外,CloudWatch 代理程式二進位檔需要 NVMe 驅動程式裝置的ioctl許可,才能從連接的 Amazon EBS 磁碟區收集指標。

可以收集以下指標。

指標 CloudWatch 中的指標名稱 描述

ebs_total_read_ops

diskio_ebs_total_read_ops

已完成讀取操作的總數。

ebs_total_write_ops

diskio_ebs_total_write_ops

已完成寫入操作的總數。

ebs_total_read_bytes

diskio_ebs_total_read_bytes

傳輸的讀取位元組總數。

ebs_total_write_bytes

diskio_ebs_total_write_bytes

傳輸的寫入位元組總數。

ebs_total_read_time

diskio_ebs_total_read_time

所有已完成讀取操作所花費的總時間,以微秒為單位。

ebs_total_write_time

diskio_ebs_total_write_time

所有已完成寫入操作所花費的總時間,以微秒為單位。

ebs_volume_performance_exceeded_iops

diskio_ebs_volume_performance_exceeded_iops

IOPS 需求超過磁碟區佈建 IOPS 效能的總時間,以微秒為單位。

ebs_volume_performance_exceeded_tp

diskio_ebs_volume_performance_exceeded_tp

輸送量需求超過磁碟區佈建輸送量效能的總時間,以微秒為單位。

ebs_ec2_instance_performance_exceeded_iops

diskio_ebs_ec2_instance_performance_exceeded_iops

EBS 磁碟區超過連接的 Amazon EC2 執行個體 IOPS 效能上限的總時間,以微秒為單位。

ebs_ec2_instance_performance_exceeded_tp

diskio_ebs_ec2_instance_performance_exceeded_tp

EBS 磁碟區超過連接的 Amazon EC2 執行個體最大輸送量效能的總時間,以微秒為單位。

ebs_volume_queue_length

diskio_ebs_volume_queue_length

等待完成的讀取和寫入操作數目。