
Originally Posted by
rebouy
Hi, the server's load has increase this few last days.
When i go to process manager, this entry is always the first one :
16827 (Trace) (Kill) 32006 0
96.2 0.3 /var/cpanel/3rdparty/bin/php -c /usr/local/cpanel/3rdparty/etc/roundcube /usr/local/cpanel/base/3rdparty/roundcube/index.php
This process by owner 32006 is using 96.2% cpu.
How can i really identify whats going on here?
We have other servers besides the one with the problem, and the others doesnt have this issue.
TNX!
Roundcube processes should be relatively short-lived and not run for several hours. Do you see the same process ID displayed for several hours, or does the process ID change upon subsequent status checks when viewing running processes at a later time? For reference, the process ID (PID) is displayed on the left at the start or beginning of the line.
If you would like to see which users are accessing Roundcube, you may use the following command via root SSH access to search the cPanel access_log:
Code:
# egrep "GET (/cpsess[0-9]+)?/3rdparty/roundcube/\?.* HTTP/1.[01]" /usr/local/cpanel/logs/access_log
Are any "webmaild" processes running? The following commands should list any that may be running along with the IP address of the user connected:
Code:
# pgrep -l -f webmaild
Please let us know your cPanel&WHM version and Roundcube version; these can be obtained using the following command via root SSH access:
Code:
# grep -H '' /usr/local/cpanel/version /var/cpanel/roundcube/version