Slow queries can result in degraded performance and responsiveness of the system. The playbook will help identify the slow queries which are currently running and it's impact on the system performance.
top
mysql -u ${USERNAME} -p${PASSWORD} -e "SHOW FULL PROCESSLIST;"
sudo tail -n 100 /var/log/mysql/mysql-slow.log
sudo tail -n 100 /var/log/syslog
sudo systemctl status mysql.service