Amazon Web Services

Monitor MySQL Processes on Amazon RDS Every Second

Monitor MySQL Processes on Amazon RDS Every Second

Do you run long MySQL queries? Do you want to know what your Amazon RDS database is really doing? With this one easy command, monitor processes on MySQL Amazon RDS (or any MySQL database) just like the “top” command for linux: mysqladmin –host=your.unique.address.rds.amazonaws.com –user=root –password=yourPassword -i 1 processlist –verbose –host – The host […]

Read More →