From 2ee50d030178cede83eb9d0005fbc19f819d30fe Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 5 Feb 2018 14:48:51 +0200 Subject: Imported Upstream version 2.1.0 --- htop.1.in | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'htop.1.in') diff --git a/htop.1.in b/htop.1.in index 3bdb298..9816452 100644 --- a/htop.1.in +++ b/htop.1.in @@ -49,11 +49,11 @@ The following commands are supported while in htop: .LP .TP 5 .B Up, Alt-k -Select (hightlight) the previous process in the process list. Scroll the list +Select (highlight) the previous process in the process list. Scroll the list if necessary. .TP .B Down, Alt-j -Select (hightlight) the next process in the process list. Scroll the list if +Select (highlight) the next process in the process list. Scroll the list if necessary. .TP .B Left, Alt-h @@ -217,7 +217,7 @@ The parent process ID. .B PGRP The process's group ID. .TP -.B SESSION (SESN) +.B SESSION (SID) The process's session ID. .TP .B TTY_NR (TTY) @@ -370,6 +370,15 @@ The I/O scheduling class followed by the priority if the class supports it: \fBB\fR for Best-effort \fBid\fR for Idle .TP +.B PERCENT_CPU_DELAY (CPUD%) +The percentage of time spent waiting for a CPU (while runnable). Requires CAP_NET_ADMIN. +.TP +.B PERCENT_IO_DELAY (IOD%) +The percentage of time spent waiting for the completion of synchronous block I/O. Requires CAP_NET_ADMIN. +.TP +.B PERCENT_SWAP_DELAY (SWAPD%) +The percentage of time spent swapping in pages. Requires CAP_NET_ADMIN. +.TP .B All other flags Currently unsupported (always displays '-'). -- cgit v1.2.3