From 266ab52b3a741a58fb17c48b0f7939d7c5d266de Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:19 +0200 Subject: Imported Upstream version 0.6 --- htop.1 | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) (limited to 'htop.1') diff --git a/htop.1 b/htop.1 index dcb5689..ddca7bb 100644 --- a/htop.1 +++ b/htop.1 @@ -1,4 +1,4 @@ -.TH "htop" "1" "0.5" "Bartosz Fenski " "Utils" +.TH "htop" "1" "0.6" "Bartosz Fenski " "Utils" .SH "NAME" htop \- interactive process viewer .SH "SYNTAX" @@ -27,12 +27,21 @@ Scroll process list. like "kill", will then apply over the list of tagged processes, instead of the currently highlighted one. .TP +.B U +"Untag" all processes (remove all tags added with the Space key). +.TP +.B 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. +.TP .B F1, h Help screen .TP .B F2, S Setup screen. There you can configure meters displayed on the top side -of the screen, as well as setting various display options. +of the screen, as well as set various display options, choose among +color schemes and select the layout of the displayed columns. .TP .B F3, / Incremental process search: type in part of a process command line and @@ -49,12 +58,8 @@ 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. .TP -.B Shift-F6 (F18), < -Select sorting by previous field. The sort field is indicated by a -highlight in the header. -.TP .B F6, > -Select sorting by next field. The sort field is indicated by a +Select field for sorting. The sort field is indicated by a highlight in the header. .TP .B F7, ], - @@ -72,6 +77,9 @@ If none is tagged, sends to the currently selected process. .B F10, q Quit .TP +.B u +Show only processes owned by a specified user. +.TP .B M Sort by memory usage (top compatibility key). .TP @@ -81,22 +89,20 @@ Sort by processor usage (top compatibility key). .B T Sort by time (top compatibility key). .TP -.B C -Select displayed columns. -.TP .B 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. .TP -.B U -Shadow other users: processes belonging to other users are displayed in -dim color (requires a capable terminal). -.TP .B K Hide kernel threads: prevent the threads belonging the kernel to be -displayed in the process list. +displayed in the process list. (This is a toggle key.) +.TP +.B 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.) .TP .B Ctrl-L Refresh: redraw screen and recalculate values. -- cgit v1.2.3