Quantcast
Channel: LowEndTalk
Viewing all articles
Browse latest Browse all 39981

htop with OpenVZ Support

$
0
0

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:

  1. 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).

  2. Makes sure you have gcc and ncurses-devel installed (which are needed for compilation).

  3. Runs ./configure --enable-openvz to enable OpenVZ stuff in htop.

  4. Removes a pre-installed htop version.

  5. Compiles and installs your custom-built htop.

To show the CTID in htop, press F2 while it's running, then under "Columns" scroll down until you see "CTID" and press F5 while CTID is highlighted to add it to the view. I prefer to put it before PID, personally. Then press F10 twice to properly exit htop so that your config changes are saved. Happy abuse squashing!


Viewing all articles
Browse latest Browse all 39981

Trending Articles