summaryrefslogtreecommitdiffstats
path: root/contrib/top/commands.c
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2004-08-16 07:51:22 +0000
committeralfred <alfred@FreeBSD.org>2004-08-16 07:51:22 +0000
commit2e978add60ff6fefcd2fe53a0d4ac30152be4378 (patch)
treecbc9309044a7b5209118ee3cc432a8d8729f40e3 /contrib/top/commands.c
parent6d0528abdfecb0a45eec1ee51b594803b1e11866 (diff)
downloadFreeBSD-src-2e978add60ff6fefcd2fe53a0d4ac30152be4378.zip
FreeBSD-src-2e978add60ff6fefcd2fe53a0d4ac30152be4378.tar.gz
This patch merges the sort fields for both pages, so you can (for
example) view io stats while sorting by process size. Also adds voluntary and involuntary context-switch stats to the io page because there was lots of room. Submitted by: Dan Nelson dnelson at allantgroup.com
Diffstat (limited to 'contrib/top/commands.c')
-rw-r--r--contrib/top/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/top/commands.c b/contrib/top/commands.c
index e594825..b79e19a 100644
--- a/contrib/top/commands.c
+++ b/contrib/top/commands.c
@@ -81,7 +81,7 @@ n or # - change number of processes to display\n", stdout);
o - specify sort order (pri, size, res, cpu, time)\n", stdout);
else
fputs("\
-o - specify sort order (read, write, fault, total)\n", stdout);
+o - specify sort order (vcsw, ivcsw, read, write, fault, total)\n", stdout);
#endif
fputs("\
r - renice a process\n\
OpenPOWER on IntegriCloud