summaryrefslogtreecommitdiffstats
path: root/contrib/top/commands.c
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-04-17 03:12:39 +0000
committerrafan <rafan@FreeBSD.org>2007-04-17 03:12:39 +0000
commit3306a8a299e3b5170060a4f3551d52d929086ff2 (patch)
tree4e535601ecfa94915c8c4ffddd1c949ea023e3c7 /contrib/top/commands.c
parentee0894c663d96e1c56d3709ca4bcc97931f9c57c (diff)
downloadFreeBSD-src-3306a8a299e3b5170060a4f3551d52d929086ff2.zip
FreeBSD-src-3306a8a299e3b5170060a4f3551d52d929086ff2.tar.gz
- Add a new 'j' switch and runtime option to toggle display jail id for
each process. - While I'm here, keep help message sorted by keys PR: 98489, 98975 Submitted by: clsung Approved by: delphij (mentor) MFC after: 2 weeks
Diffstat (limited to 'contrib/top/commands.c')
-rw-r--r--contrib/top/commands.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/top/commands.c b/contrib/top/commands.c
index 200f0cc..58e00fb 100644
--- a/contrib/top/commands.c
+++ b/contrib/top/commands.c
@@ -71,8 +71,9 @@ sophisticated enough to handle those commands gracefully.\n\n", stdout);
C - toggle the displaying of weighted CPU percentage\n\
d - change number of displays to show\n\
e - list errors generated by last \"kill\" or \"renice\" command\n\
-i or I - toggle the displaying of idle processes\n\
H - toggle the displaying of threads\n\
+i or I - toggle the displaying of idle processes\n\
+j - toggle the displaying of jail id\n\
k - kill processes; send a signal to a list of processes\n\
m - toggle the display between 'cpu' and 'io' modes\n\
n or # - change number of processes to display\n", stdout);
OpenPOWER on IntegriCloud