diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-18 17:59:57 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-06-18 17:59:57 +0000 |
commit | 3e1b0c93cbfea793e98b3b3bf7551399ede91f93 (patch) | |
tree | b3afe1b2bd5097be03d5846b827f206f8539ac5f /bin/ps/ps.1 | |
parent | 69a21ea0afdd021cb62f457b1cf6f2a69856ee12 (diff) |
Mark kernel threads as system processes. Make ps hide them by default,
show them with -k. Do not try to show RSS based values for them as they
mess up column alignment. vmstat -f now shows kernel threads separately
from rforks too.
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r-- | bin/ps/ps.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 62d132fb122..04c0ab29ac6 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.24 2000/03/17 18:15:15 aaron Exp $ +.\" $OpenBSD: ps.1,v 1.25 2000/06/18 17:59:54 niklas Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -42,7 +42,7 @@ .Nd process status .Sh SYNOPSIS .Nm ps -.Op Fl acCehjlmrSTuvwx +.Op Fl acCehjklmrSTuvwx .Op Fl M Ar core .Op Fl N Ar system .Op Fl O Ar fmt @@ -98,6 +98,8 @@ header per page of information. .It Fl j Print information associated with the following keywords: user, pid, ppid, pgid, sess, jobc, state, tt, time and command. +.It Fl k +Also display information about kernel threads. .It Fl L List the set of available keywords. .It Fl l @@ -296,6 +298,8 @@ swapped. .\" in a garbage collect). .It E The process is trying to exit. +.It K +The process is a kernel thread. .It L The process has pages locked in core (for example, for raw .Tn I/O ) . |