R
realgeeky
Guest
Hi,
I've noticed something very strange going on with my centOS 5 Plesk 8.2 server. When looking at top, I notice perl processes using very high CPU resources.
1892 apache 25 0 6484 4292 1328 R 100 0.1 58:36.31 perl
1900 apache 25 0 6488 4264 1320 R 100 0.1 61:10.12 perl
1907 apache 25 0 6488 4264 1320 R 98 0.1 62:11.89 perl
But when doing a ps on one of those processes I see:
[root@plesk1 etc]# ps aux | grep 1892
apache 1892 86.5 0.1 6484 4292 ? R 05:57 59:26 /usr/local/apache2/bin/httpd -k start
My server does not have a /usr/local/apache2 directory. If I attach to the process with strace I see:
select(8, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
select(8, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
select(8, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
select(8, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
over and over again.
This is obviously not right. Has anyone experienced this before or know where how I can further track this down?
Thanks.
-Derek
I've noticed something very strange going on with my centOS 5 Plesk 8.2 server. When looking at top, I notice perl processes using very high CPU resources.
1892 apache 25 0 6484 4292 1328 R 100 0.1 58:36.31 perl
1900 apache 25 0 6488 4264 1320 R 100 0.1 61:10.12 perl
1907 apache 25 0 6488 4264 1320 R 98 0.1 62:11.89 perl
But when doing a ps on one of those processes I see:
[root@plesk1 etc]# ps aux | grep 1892
apache 1892 86.5 0.1 6484 4292 ? R 05:57 59:26 /usr/local/apache2/bin/httpd -k start
My server does not have a /usr/local/apache2 directory. If I attach to the process with strace I see:
select(8, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
select(8, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
select(8, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
select(8, [3], NULL, NULL, {0, 0}) = 0 (Timeout)
over and over again.
This is obviously not right. Has anyone experienced this before or know where how I can further track this down?
Thanks.
-Derek