• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Identify mysql process? Very high cpu load for a single mysql process

Azurel

Silver Pleskian
Hello,

I have one single mysql process that running since 10h with very high load peaks (60-200% CPU). Uptime of the server is 24h. All other mysql processes working in short time with normal load (10-40% CPU).

Is here a way to identify the source of this process?
I use many times processlist in mysql shell, but there is nothing unnatural. How I can find the source of this one process? Can anybody help me here?
 
Hello,

You can check your mysql process list through following command

Code:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` -e 'show full processlist'
 
Hi,

you could also try "mysqltuner" and see if maybe your settings/configuration needs to be modified.

Regards,
Kristian
 
Back
Top