summaryrefslogtreecommitdiffstats
path: root/htop.1.in
diff options
context:
space:
mode:
authorSworddragon <sworddragon2@aol.com>2014-05-15 09:22:03 +0200
committerSworddragon <sworddragon2@aol.com>2014-05-15 10:19:22 +0200
commitbbd62c1929b3062eea469db8ee56d5477a67db89 (patch)
tree907c170cc0bdd07c9149d224c78b73b3bbe6d832 /htop.1.in
parent9ba8e2ed05cd2ff6f83809e7740f676f0dcba2da (diff)
Added columns and added/fixed aliases in the manpage
Diffstat (limited to 'htop.1.in')
-rw-r--r--htop.1.in21
1 files changed, 15 insertions, 6 deletions
diff --git a/htop.1.in b/htop.1.in
index 5c8302ae..74cc1f0f 100644
--- a/htop.1.in
+++ b/htop.1.in
@@ -1,4 +1,4 @@
-.TH "HTOP" "1" "2011" "@PACKAGE_STRING@" "Utils"
+.TH "HTOP" "1" "2014" "@PACKAGE_STRING@" "Utils"
.SH "NAME"
htop \- interactive process viewer
.SH "SYNOPSIS"
@@ -179,6 +179,9 @@ The parent process ID.
.B PGRP
The process's group ID.
.TP
+.B TGID
+The thread group ID.
+.TP
.B SESSION (SESN)
The process's session ID.
.TP
@@ -224,11 +227,11 @@ executing system calls on behalf of the process, measured in clock ticks.
The time, measured in clock ticks that the process has spent in user and system
time (see UTIME, STIME above).
.TP
-.B CUTIME
+.B CUTIME (CUTIME+)
The children's user CPU time, which is the amount of time the process's
waited-for children have spent executing in user mode (see UTIME above).
.TP
-.B CSTIME
+.B CSTIME (CSTIME+)
The children's system CPU time, which is the amount of time the kernel has spent
executing system calls on behalf of all the process's waited-for children (see
STIME above).
@@ -237,7 +240,7 @@ STIME above).
The kernel's internal priority for the process, usually just its nice value
plus twenty. Different for real-time processes.
.TP
-.B PERCENT_MEM
+.B PERCENT_MEM (MEM%)
The percentage of memory the process is currently using (based on the process's
resident memory size, see M_RESIDENT below).
.TP
@@ -271,7 +274,7 @@ The user ID of the process owner.
The username of the process owner, or the user ID if the name can't be
determined.
.TP
-.B STARTTIME
+.B STARTTIME (START)
The time the process was started.
.TP
.B RCHAR (RD_CHAR)
@@ -298,12 +301,18 @@ The I/O rate of read(2) in bytes per second, for the process.
.B IO_WRITE_RATE (IOWR)
The I/O rate of write(2) in bytes per second, for the process.
.TP
-.B IO_RATE (IO)
+.B IO_RATE (IORW)
The I/O rate, IO_READ_RATE + IO_WRITE_RATE (see above).
.TP
.B CNCLWB (IO_CANCEL)
Bytes of cancelled write(2) I/O.
.TP
+.B IO_PRIORITY (IO)
+The I/O scheduling class followed by the priority if the class supports it:
+ \fBR\fR for Realtime
+ \fBB\fR for Best-effort
+ \fBid\fR for Idle
+.TP
.B CGROUP
Which cgroup the process is in.
.TP

© 2014-2024 Faster IT GmbH | imprint | privacy policy