Because I'm lazy, I'm just copy/pasting what I typed up for LET earlier.
Just in case there are people out there who haven't discovered the wonders of htop yet, and if those people happen to run OpenVZ nodes, here's something for you: You can compile htop with OpenVZ Support, allowing you to have the CTID of a process show up by it in the nice wonderful output from htop. I put together a little script to automate the process for CentOS, and with a few minor tweaks it could suit Debian, Ubuntu, etc. (just needs yum changed to apt-get). The script I put together is located at: http://eevee.unovarpgnet.net/htop.sh, and basically what it does is:
Just in case there are people out there who haven't discovered the wonders of htop yet, and if those people happen to run OpenVZ nodes, here's something for you: You can compile htop with OpenVZ Support, allowing you to have the CTID of a process show up by it in the nice wonderful output from htop. I put together a little script to automate the process for CentOS, and with a few minor tweaks it could suit Debian, Ubuntu, etc. (just needs yum changed to apt-get). The script I put together is located at: http://eevee.unovarpgnet.net/htop.sh, and basically what it does is:
- Downloads the latest (1.0.2) htop source tarball (located on my server, since SourceForge has the wonderful timestamping, etc. in their links which drive wget nuts).
- Makes sure you have gcc and ncurses-devel installed (which are needed for compilation).
- Runs ./configure --enable-openvz to enable OpenVZ stuff in htop.
- Removes a pre-installed htop version.
- Compiles and installs your custom-built htop.