htop 0.8 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News htop 0.8 (Default branch)
# 1  
Old 05-08-2008
htop 0.8 (Default branch)

Imagehtop is an interactive process viewer for Linux.It aims to be a 'better top': you can scroll theprocess list vertically and horizontally, andselect a process to be killed with the arrow keysinstead of by typing its process id. It requiresncurses, and was tested with Linux 2.4 and 2.6.License: GNU General Public License (GPL)Changes:
This release adds per-process I/O statistics, Unicode support, and new handling of CPU count for threaded processes: it can now show either per-thread stats or a sum of all threads depending whether user threads are shown or hidden. There were also improvements in mouse support.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Htop - How to detect exact command running at background

Hello, I am running a python file from terminal and I wish to see which code is running at background. When I use htop, I see just a few commands, unable to see entire command. htop > report nano report Output: ^ Following parts of ffmpeg line is not shown by htop. Just showing... (7 Replies)
Discussion started by: baris35
7 Replies

2. UNIX for Dummies Questions & Answers

Htop process viewer - set column width

I try to enlarge the htop column's width. I've found a solution, but it seems very specific and also too difficult. Is there any simpler way to make all the characters in a column visible? (0 Replies)
Discussion started by: plaidshirtuser
0 Replies
Login or Register to Ask a Question
htop(1) 							       Utils								   htop(1)

NAME
htop - interactive process viewer SYNTAX
htop DESCRIPTION
This program is a free (GPL) ncurses-based process viewer. It is similar to top, but allows to scroll the list vertically and horizontally to see all processes and their full command lines. Tasks related to processes (killing, renicing) can be done without entering their PIDs. COMMAND-LINE OPTIONS The following flags are supported: -d DELAY Delay between updates, in tenths of seconds -u USERNAME Show only processes of a given user --sort-key COLUMN Sort by this column (use --sort-key help for a column list) INTERACTIVE COMMANDS
The following commands are supported: Arrows, PgUP, PgDn, Home, End Scroll process list. Space "Tag": mark a process. Commands that can operate on multiple processes, like "kill", will then apply over the list of tagged pro- cesses, instead of the currently highlighted one. U "Untag" all processes (remove all tags added with the Space key). s Trace process system calls: if strace(1) is installed, pressing this key will attach it to the currently selected process, presenting a live update of system calls issued by the process. l Display open files for a process: if lsof(1) is installed, pressing this key will display the list of file descriptors opened by the process. F1, h Help screen F2, S Setup screen. There you can configure meters displayed on the top side of the screen, as well as set various display options, choose among color schemes and select the layout of the displayed columns. F3, / Incremental process search: type in part of a process command line and the selection highlight will be moved to it. While in search mode, pressing this key will cycle through matching occurrences. F4, I Invert sort order: if sort order is increasing, switch to decreasing, and vice-versa. F5, t Tree view: organize processes by parenthood, and layout the relations between them as a tree. Toggling the key will switch between tree and your previously selected sort view. Selecting a sort view will exit tree view. F6, > Select field for sorting. The sort field is indicated by a highlight in the header. F7, ], - Increase selected process priority (subtract from 'nice' value). This can be done by the superuser only. F8, [, + Decrease selected process priority (add to 'nice' value) F9, k "Kill" process: sends a signal which is selected in a menu, to one or a group of processes. If processes were tagged, sends the signal to all tagged processes. If none is tagged, sends to the currently selected process. F10, q Quit +, - When in tree view mode, expand or collapse subtree. When a subtree is collapsed a "+" sign shows to the left of the process name. a (on multiprocessor machines) Set CPU affinity: mark which CPUs a process is allowed to use. u Show only processes owned by a specified user. M Sort by memory usage (top compatibility key). P Sort by processor usage (top compatibility key). T Sort by time (top compatibility key). F "Follow" process: if the sort order causes the currently selected process to move in the list, make the selection bar follow it. This is useful for monitoring a process: this way, you can keep a process always visible on screen. When a movement key is used, "follow" loses effect. K Hide kernel threads: prevent the threads belonging the kernel to be displayed in the process list. (This is a toggle key.) H Hide user threads: on systems that represent them differently than ordinary processes (such as recent NPTL-based systems), this can hide threads from userspace processes in the process list. (This is a toggle key.) Ctrl-L Refresh: redraw screen and recalculate values. Numbers PID search: type in process ID and the selection highlight will be moved to it. AUTHORS
htop is developed by Hisham Muhammad <loderunner@users.sourceforge.net>. This man page was written by Bartosz Fenski <fenio@o2.pl> for the Debian GNU/Linux distribution (but it may be used by others), and updated by Hisham Muhammad. Bartosz Fenski <;fenio@o2.pl> 0.9 htop(1)