leobibiano
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by leobibiano-
leobibiano commented,
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...
-
leobibiano commented,
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...
-
leobibiano commented,
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 ...
-
leobibiano commented,
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...
-
leobibiano commented,
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...
-
leobibiano commented,
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: ...
-
leobibiano commented,
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...
-
leobibiano created a post,
My system is very slow but I can't find the reason
Hi! I have a problem that is making me very worried. Every request made for any type of access to my server takes a long time to respond. I checked in "Service Status", but I can't find anything ...
-
leobibiano created a post,
Is it possible to create a cPanel account just to manage emails?
I have the following need: I need to have a cPanel to manage emails from a domain, but the DNS Zone type A needs to be pointed to another cPanel account on the same server. Thus, the site would b...
-
leobibiano commented,
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...