summaryrefslogtreecommitdiffstats
path: root/contrib/top/machine.h
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-05-17 02:39:20 +0000
committerbdrewery <bdrewery@FreeBSD.org>2014-05-17 02:39:20 +0000
commit7b44e09267defcf7c18d1b8ed0a8331d4a3a7bb7 (patch)
tree5f0484f8e2ab1b7233fdaff1b7511269ee368945 /contrib/top/machine.h
parenta0f7dc4feb575b542dbe33a427e89503bbd17007 (diff)
downloadFreeBSD-src-7b44e09267defcf7c18d1b8ed0a8331d4a3a7bb7.zip
FreeBSD-src-7b44e09267defcf7c18d1b8ed0a8331d4a3a7bb7.tar.gz
MFC r265249,r265250,r265251:
- Add -J command/flag to filter by jail name/jid. This will automatically display the JID as well (the -j command/flag). - Add a hint for 'u' and 'J' command that '+' displays all. - Add J command to help.
Diffstat (limited to 'contrib/top/machine.h')
-rw-r--r--contrib/top/machine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/top/machine.h b/contrib/top/machine.h
index 699c755..41da600 100644
--- a/contrib/top/machine.h
+++ b/contrib/top/machine.h
@@ -66,6 +66,7 @@ struct process_select
int thread; /* show threads */
int uid; /* only this uid (unless uid == -1) */
int wcpu; /* show weighted cpu */
+ int jid; /* only this jid (unless jid == -1) */
int jail; /* show jail ID */
int kidle; /* show per-CPU idle threads */
char *command; /* only this command (unless == NULL) */
OpenPOWER on IntegriCloud