Collect Amazon EC2 instance store volume NVMe driver metrics
For CloudWatch agent to collect Amazon NVMe driver metrics for instance store volumes attached to
an Amazon EC2 instance, add the 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 instance store 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 IOPS maximum performance. |
|
|
The total time, in microseconds, that throughput demand exceeded the volume's maximum throughput performance. |
|
|
The number of read and write operations waiting to be completed. |