Monitoring RDS for performance and Availability Flashcards

1
Q

RDS – Monitoring Metrics

A
    • CPUUtilization
    • DatabaseConnections
    • DiskQueueDepth
    • FreeableMemory
  • -freeStorageSpace
  • -Swapusage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CPUUtilization

A

Percentage of CPU utilization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

DatabaseConnections

A

number of connections in a given point in time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

DiskQueueDepth

A

Number of r/w requests waiting to access the disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

FreeableMemory

A

Amount of available RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

FreeStorageSpace

A

Amount of available storage space

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SwapUsage

A

When data is stored in memory on disk

increase in this usually has to do with running out of available RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ReadIOPS/WriteIOPS

A

IOPS represent the number of IO operations completed per second
if we do not have enough IOPS, performance will slow down

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

readLatency/WriteLatency

A
  • -average amount of time taken per disk IO operation

- -Higher latency can be solved with more IOPS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ReadThroughput/WriteThroughput

A

Average number of bytes read or written to or from disk per second

How well did you know this?
1
Not at all
2
3
4
5
Perfectly