leobibiano
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by leobibiano-
If you aren't seeing a difference with the server monitoring tools during those times, it very well could be the network connection. That is something that you'd want to reach out to your hosting...
-
It's always tricky to track down intermittent problems in any system or machine. If you can get logged into SSH quickly and check the CPU, RAM, and MySQL system during the time of the slowness th...
-
It would definitely be the CPU and RAM for the number of queries. As a test, if you stop the MySQL server for a few minutes, does the server seem faster? This slowness only happens a few times ...
-
Thanks for providing that output. Are you expecting there to be that much traffic with MySQL? 3 million queries per second is an incredibly large amount of data. Since the MySQL service has bee...
-
It looks like the MySQL command is only showing the top line, when usually there is a summary of the connections at the bottom. That memory usage shows over 3.5G free, so that seems fine. I'm s...
-
What do you see from the output of the following two commands: free -m mysqladmin proc status free -m total used free shared buff/cache available Mem: ...
-
Hey there! You mentioned that it's any type of request, which means the issue wouldn't be isolated to just one service. This sounds more like a network problem than a server-side problem if it i...
-
I decided to do the following steps: I went to WHM-> Software-> MultiPHP Manager-> System PHP-FPM, clicked Turn Off, then On and clicked Convert All Accounts to PHP-FPM. It worked, solved my prob...
-
Thank you all for your efforts to help me.
-
I think I solved it. I removed the pki-validation folder and started AutoSSL. Apparently he created a new one, without permission problems. I looked in my cPanel, all subdomains are valid AutoSSL ...