This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# rds-top.sh | |
# by <[email protected]>, 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 <[email protected]>, 20190822 | |
# based on the work of Matheus de Oliveira <[email protected]> | |
# |