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 | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'htop.1') diff --git a/htop.1 b/htop.1 index e590357..9e5454f 100644 --- a/htop.1 +++ b/htop.1 @@ -1,4 +1,4 @@ -.TH "HTOP" "1" "2015" "htop 2.0.2" "Utils" +.TH "HTOP" "1" "2015" "htop 2.1.0" "Utils" .SH "NAME" htop \- interactive process viewer .SH "SYNOPSIS" @@ -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