Collect Amazon EBS NVMe driver metrics
For CloudWatch agent to collect Amazon EBS NVMe driver metrics from Amazon Linux servers add a diskio
section inside the metrics_collected
section
of the CloudWatch agent configuration file.
Additionally, the CloudWatch agent binary requires ioctl
permissions for NVMe driver devices to collect metrics from attached Amazon EBS volumes.
The following metrics can be collected.
Metric | Metric name in CloudWatch | Description |
---|---|---|
|
|
The total number of completed read operations. |
|
|
The total number of completed write operations. |
|
|
The total number of read bytes transferred. |
|
|
The total number of write bytes transferred. |
|
|
The total time spent, in microseconds, by all completed read operations. |
|
|
The total time spent, in microseconds, by all completed write operations. |
|
|
The total time, in microseconds, that IOPS demand exceeded the volume's provisioned IOPS performance. |
|
|
The total time, in microseconds, that throughput demand exceeded the volume's provisioned throughput performance. |
|
|
The total time, in microseconds, that the EBS volume exceeded the attached Amazon EC2 instance's maximum IOPS performance. |
|
|
The total time, in microseconds, that the EBS volume exceeded the attached Amazon EC2 instance's maximum throughput performance. |
|
|
The number of read and write operations waiting to be completed. |