Monitoring RDS for performance and Availability Flashcards
RDS – Monitoring Metrics
- CPUUtilization
- DatabaseConnections
- DiskQueueDepth
- FreeableMemory
- -freeStorageSpace
- -Swapusage
CPUUtilization
Percentage of CPU utilization
DatabaseConnections
number of connections in a given point in time.
DiskQueueDepth
Number of r/w requests waiting to access the disk
FreeableMemory
Amount of available RAM
FreeStorageSpace
Amount of available storage space
SwapUsage
When data is stored in memory on disk
increase in this usually has to do with running out of available RAM
ReadIOPS/WriteIOPS
IOPS represent the number of IO operations completed per second
if we do not have enough IOPS, performance will slow down
readLatency/WriteLatency
- -average amount of time taken per disk IO operation
- -Higher latency can be solved with more IOPS
ReadThroughput/WriteThroughput
Average number of bytes read or written to or from disk per second