• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Issue Huge load average, uninterruptible state

This issue sounds like it scales with traffic (if you always had high wait time then that might point to an underlying infrastructure issue). You can likely rule ot a Plesk-related update problem at this point so when the issue is occurring, it might help to see if the traffic loads are being caused by bots or brute force attacks by looking at the top exernal IPs accessing the system:

# netstat -nt | awk '/^tcp/ {print $5}' | awk -F: '{print $1}' | sort | uniq -c | sort -n

It would also help to take a look at the sites that are being access and look at their individual error/access logs as well.
 
You're currently using phpfpm 7.3. It works and resource usage is normal. Now you switch to 7.4, and it spikes? What is the resource usage difference between the two. X GB of ram? X amount of cpu?
what if i am using the latest php version is it really affect?
 
Back
Top