mysql using high cpu resources
Process Manager
mysql | 0 |
cpu
56.12 |
mem
8.81 |
/usr/sbin/mysqld --daemonize --pid-file=/var/run/mysqld/mysqld.pid |
-
Hey there! The best thing to do when this happens is to run this command on the system:
mysqladmin proc status
as that will show all the active MySQL queries in real-time. This may help you show which database is active or which site is experiencing issues.
0
Please sign in to leave a comment.
Comments
1 comment