Skip to content

Instantly share code, notes, and snippets.

View calh's full-sized avatar

Cal Heldenbrand calh

  • FBS
  • Fargo, ND
View GitHub Profile
@calh
calh / rds-top.sh
Last active June 16, 2022 13:59 — forked from sherwind/rds-top.sh
Get AWS RDS Enhanced Monitoring statistics from CloudWatch and show something similar to Linux top command
#!/bin/bash
# rds-top.sh
# by <cal@fbsdata.com>, 20220616
# * Changed some --start-time syntax
# * Added --profile and --region
# * Made nicer numbers for memory/swap
# * Fixed disk IO output to only show devices with real data
# by <sherwin@daganato.com>, 20190822
# based on the work of Matheus de Oliveira <matioli.matheus@gmail.com>
#