Disk read ops and Disk Write ops is missing

0

I am not able to see Disk read ops and Disk Write ops on all my instance how do I get that?

2 Answers
1

This article may help you to get the metrics you're looking for. In short you would leverage CloudWatch metrics to get this info. You can get the disk Read/Write as part of the default CloudWatch metrics. But there are more than you can gather as well leveraging the CloudWatch Agent https://aws.amazon.com/blogs/compute/how-to-monitor-windows-and-linux-servers-and-get-internal-performance-metrics/

profile pictureAWS
EXPERT
Rob_H
answered 2 years ago
1

Use Cloudwatch metrics (DiskReadOps, DiskWriteOps, VolumeReadOps and VolumeWriteOps) List of available metrics for your instances
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/viewing_metrics_with_cloudwatch.html

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions