Monitor AWS performance more efficiently by learning how Opsview Opspacks oversee a variety of AWS services.
You are here
Simplify Memory and Disk Utilization Monitoring in AWS
Amazon Web Services CloudWatch is a monitoring tool that surfaces many metrics within your AWS cloud. These metrics help you keep track of your instance performance. However, CloudWatch doesn’t readily surface all of the information you might be looking for. Since AWS does not have access to your OS, some metrics are missing including disk and memory utilization.
Have a look at all of our AWS monitoring Opspacks.
AWS has how-to instructions on creating memory, disk and swap checks via Perl scripts located at https://aws.amazon.com/code/8720044071969977. These scripts are manual and need cron to be configured to use designated intervals, every 5 minutes, for example.
Done correctly, scripts are a great way to enhance your monitoring or automation needs. The difficult item to do with scripts is to be able to keep track of what is running and what happens in case of a failure.
Below, I will show the metrics used in the monitoring scripts along with a sample cron job.

Fig 1: Using cron to run monitoring scripts every 5 minutes
Here is a list of the available metrics within the monitoring scripts:
- Memory Utilization (%)
- Memory Used (MB)
- Memory Available (MB)
- Swap Utilization (%)
- Swap Used (MB)
- Disk Space Utilization (%)
- Disk Space Used (GB)
- Disk Space Available (GB)

Fig 2: AWS CloudWatch metrics monitoring view for an EC2 instance
The simpler way is to use Agents
A simpler way to get disk and memory usage is to deploy agents that will extract this information. This method is scalable, efficient and can be modified to perform almost any type of monitoring. Agents are available for Linux and Windows servers and contain secure methods for communication. Agents are extensible and can be used to add scripts for handling events within your environment. Agents will give you these benefits. Agents allow for application metrics such as Nginx, MySQL, MongoDB and more. Learn more about Opsview Agents.
Get unified insight into your IT operations with Opsview Cloud
The Docker monitoring service is performed via our extensible Opspacks system. This plugin architecture allows for any service, and the vast...
A look at the advantages of monitoring AWS on top of CloudWatch, particularly for data capture, metrics and service checks.