I have done /scripts/upcp --force in my servers and Cpanel have updated the Mysql version to Mysql 4.1.19, all webspaces work correctly, but i have checked the server status and :
- when i do : ps -ef | grep mysqld, the result is :
ps -ef |grep mysqld
root 4484 1 0 06:00 ? 00:00:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/lib/mysql/niobe.sync-intertainment.com.pid
mysql 4505 4484 0 06:00 ? 00:04:42 /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/niobe.sync-intertainment.com.pid --skip-locking
and when i do: top
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
24799 root 23 8 29120 23M 2160 S N 0.0 2.3 0:30 1 spamd
4505 mysql 21 6 30648 21M 3960 S N 0.0 2.1 0:01 1 mysqld
4506 mysql 25 0 30648 21M 3960 S 0.0 2.1 0:00 0 mysqld
4507 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:00 1 mysqld
4508 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:00 1 mysqld
4509 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:00 1 mysqld
4510 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:07 0 mysqld
4511 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:04 0 mysqld
4512 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:00 0 mysqld
4513 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:05 1 mysqld
16185 mysql 25 6 30648 21M 3960 S N 0.0 2.1 0:00 0 mysqld
There are different number of process when i execute top and when i execute ps.
Does anybody know why is it happening ?
It´s normal or not ?
Regards.
- when i do : ps -ef | grep mysqld, the result is :
ps -ef |grep mysqld
root 4484 1 0 06:00 ? 00:00:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/lib/mysql/niobe.sync-intertainment.com.pid
mysql 4505 4484 0 06:00 ? 00:04:42 /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/niobe.sync-intertainment.com.pid --skip-locking
and when i do: top
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME CPU COMMAND
24799 root 23 8 29120 23M 2160 S N 0.0 2.3 0:30 1 spamd
4505 mysql 21 6 30648 21M 3960 S N 0.0 2.1 0:01 1 mysqld
4506 mysql 25 0 30648 21M 3960 S 0.0 2.1 0:00 0 mysqld
4507 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:00 1 mysqld
4508 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:00 1 mysqld
4509 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:00 1 mysqld
4510 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:07 0 mysqld
4511 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:04 0 mysqld
4512 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:00 0 mysqld
4513 mysql 15 0 30648 21M 3960 S 0.0 2.1 0:05 1 mysqld
16185 mysql 25 6 30648 21M 3960 S N 0.0 2.1 0:00 0 mysqld
There are different number of process when i execute top and when i execute ps.
Does anybody know why is it happening ?
It´s normal or not ?
Regards.