commit | 23bf564d73befc4c645bc0bb0290bae4569f33c7 | [log] [download] |
---|---|---|
author | Martin "eto" Misuth <et.code@ethome.sk> | Tue Oct 06 19:50:19 2015 +0200 |
committer | Martin "eto" Misuth <et.code@ethome.sk> | Tue Oct 06 19:50:19 2015 +0200 |
tree | 9ee3de668904e3f41e7f638272986797ac8e7fca | |
parent | 214d0cff0df5e434ff145ea12969f0b08354907e [diff] |
Fixed reparenting issue. PPID should be updated each refresh as any process can get reparented to either PID1 or even any other PID (if there are custom reapers in the system). Similar issue with jails, elevated process can ask kernel to attach itself into any jail at any time, thus JID and jail name can change each refresh cycle.
by Hisham Muhammad hisham@gobolinux.org
2004 - 2015
This is htop, an interactive process viewer. It requires ncurses. It is developed primarily on Linux, but we also have code for running under FreeBSD and Mac OS X (help and testing are wanted for these platforms!)
This software has evolved considerably over the years, and is reasonably complete, but there is always room for improvement.
This program is distributed as a standard autotools-based package. See the INSTALL file for detailed instructions, but you are probably used to the common ./configure
/make
/make install
routine.
When fetching the code from the development repository, you need to run the ./autogen.sh
script, which in turn requires autotools to be installed.
See the manual page (man htop) or the on-line help (‘F1’ or ‘h’ inside htop) for a list of supported key commands.
if not all keys work check your curses configuration.