| Which CTID for a PID ? [message #44790] |
Wed, 04 January 2012 08:46  |
jmginer Messages: 15 Registered: July 2008 |
Junior Member |
From: *Red-79-157-50.dynamicIP.rima-tde.net
|
|
Hi, I'm having freeze problems in a server with CentOS 6
tested with 2.6.32-042stab039.11 and 2.6.32-042stab044.11
server blocks and not any error in secure o messages logs.
I have started a console with "htop" command running, and in all downtimes I see a httpd process with 60% of CPU load.
How can I see what VM is running this httpd command?
I try to install vztop, but seems dont run with CentOS6, only with CentOS5.
Any idea to find the malicious CTID ?
Thanks!!
|
|
|
|
|
|
|
|
|
| Re: Which CTID for a PID ? [message #45227 is a reply to message #44790] |
Wed, 15 February 2012 18:50  |
jmginer Messages: 15 Registered: July 2008 |
Junior Member |
From: *Red-83-41-181.dynamicIP.rima-tde.net
|
|
Thanks!!
wget downloads.sourceforge.net/project/htop/htop/1.0.1/htop-1.0.1 .tar.gz
yum install ncurses-devel gcc make
tar xvzf htop-1.0.1.tar.gz
cd htop-1.0.1
./configure --enable-openvz
make
make install
mv /usr/local/bin/htop /usr/bin/
[Updated on: Tue, 21 February 2012 14:49] Report message to a moderator
|
|
|