Monitoring with Amazon CloudWatch
You can monitor DynamoDB Accelerator (DAX) using Amazon CloudWatch, which collects and processes raw data from DAX into readable, near real-time metrics. These statistics are recorded for a period of two weeks. You can then access historical information for a better perspective on how your web application or service is performing. By default, DAX metric data is sent to CloudWatch automatically. For more information, see What Is Amazon CloudWatch? in the Amazon CloudWatch User Guide.
Topics
How do I use DAX metrics?
The metrics reported by DAX provide information that you can analyze in different ways. The following list shows some common uses for the metrics. These are suggestions to get you started, and not a comprehensive list.
How Can I? |
Relevant Metrics |
---|---|
Determine if any system errors occurred |
Monitor |
Determine if any user errors occurred |
Monitor |
Determine if any cache misses occurred |
Monitor |
Monitor cache hit rates |
Use CloudWatch Metric Math to define a cache hit rate metric using math expressions.
For example, for the item cache, you can use the expression
m1/SUM([m1, m2])*100, where m1 is the |