• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue augmentation of CPU usage

Medfarouk

New Pleskian
I have a question concerns the augmentation of CPU usage. I use Laravel PHP.
The cpu usage get increased in the working time as shown in the screenshot.
The response time of requests get bigger and bigger after every request (500ms, ..., 1s, ..., 2s, 30s, ...)
bc1.png
bc.png


and if the the slowdown was because reaching 75% of CPU usage ot other problem ?

My system specification : CPU Intel(R) Xeon(R) CPU E3-1230 v6 @ 3.50GHz (8 core(s))
Version Plesk Obsidian v18.0.39_build1800211014.23 os_CentOS 8 OS CentOS Linux 8.4.2105
 
high consumption of CPU causes very slow page loading so I have also a doubt that the issue is in query cache

My system specification :

CPU :4 vCore x 3.5 GHz (Intel Xeon E3-1230 v6)RAM :32 GoSSD:2 x 480 GB Software RAID 1

Version Plesk Obsidian v18.0.39_build1800211014.23 os_CentOS 8 OS CentOS Linux 8.4.2105
 
I missed your head -n 5. It looks like it's mostly PHP-FPM processes. Is there a long-running task being spawned by your script?
 
high consumption of CPU causes very slow page loading so I have also a doubt that the issue is in query cache
if it was query cache (or anything sql really) related the cpu consumption would be in mysql, php would just wait
php using that much cpu means it is php itself that is busy, not waiting on mysql.
 
Back
Top