Bryan Drewery
1b60f97272
Add -J command/flag to filter by jail name/jid. This will automatically
...
display the JID as well (the -j command/flag).
0 displays host.
+ displays all.
MFC after: 2 weeks
Relnotes: yes
2014-05-02 23:30:39 +00:00
John Baldwin
51f202e9ed
Allow per-CPU statistics to be toggled at runtime via the 'P' key.
...
While here, make -P a toggle similar to other options such as -I.
Reviewed by: arundel
MFC after: 1 week
2011-07-11 16:48:52 +00:00
John Baldwin
18abed0c9b
Note that -a, -C, -H, -j, and -z are also toggles.
...
PR: bin/158682
Reported by: arundel
MFC after: 3 days
2011-07-08 13:45:53 +00:00
John Baldwin
35b23f5d86
- Document the -H option and 'H' key alongside other options and keys
...
rather than at the bottom of the manpage.
- Remove an obsolete comment about SWAIT being a stale state. It was
resurrected for a different purpose in FreeBSD 5 to mark idle ithreads.
- Add a comment documenting that the SLEEP and LOCK states typically
display the name of the event being waited on with lock names being
prefixed with an asterisk and sleep event names not having a prefix.
MFC after: 1 week
2011-05-31 15:41:10 +00:00
John Baldwin
c9385548e7
Add a new option to toggle the display of the system idle process (per-CPU
...
idle threads). The process is displayed by default (subject to whether or
not system processes are displayed) to preserve existing behavior. The
system idle process can be hidden via the '-z' command line argument or the
'z' key while top is running. When it is hidden, top more closely matches
the behavior of FreeBSD <= 4.x where idle time was not accounted to any
process.
MFC after: 2 weeks
2011-05-31 15:11:23 +00:00
Ruslan Ermilov
cd83aa9707
Removed the no-op -p; documented -P.
...
MFC after: 3 days
2008-06-21 15:48:16 +00:00
Rong-En Fan
d3abf70e1b
- s/jail id/jail ID/, acronyms should be in uppercase in general. Also,
...
it is written this way in jail(8).
Suggested by: brueffer
Approved by: delphij (mentor, implicit)
2007-05-04 15:42:58 +00:00
Stanislav Sedov
679420161d
- Add documentation notes for the 'a' option, forgotten in the previous
...
commit.
commands.c [1]
top.X
Suggested by: rafan [1]
2007-05-03 22:17:35 +00:00
Rong-En Fan
6000ced11b
- 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
2007-04-17 03:12:39 +00:00
Stanislav Sedov
faac60c8fc
- Add new 'a' switch and runtime option that allows 'top' to display process
...
titles extracted from argv vector instead of the real executable names.
This is useful when you want to watch applications that set their status
information via setproctitle(3).
Approved by: alfred
MFC after: 2 weeks
2007-04-14 10:16:52 +00:00
Giorgos Keramidas
d9c49a535a
Update the description of the `STATE' column for SMP systems,
...
and add the missing `C' SMP-only column.
PR: docs/29245
Submitted by: ada@bsd.org
Patch by: Pawel Worach <pawel.worach@telia.com>
MFC after: 3 days
2006-05-16 15:27:43 +00:00
Giorgos Keramidas
4ced3fbbf1
Document the -C option of top(1), which has been added to the source
...
and the usage message of top, but not to the manpage.
Pointy hat to: keramida
Reminded by: ru
MFC after: 1 week
2006-04-19 11:47:51 +00:00
Ruslan Ermilov
7734a577e3
Bring SYNOPSIS in line with usage().
2006-04-18 15:26:58 +00:00
Giorgos Keramidas
5967e9a271
Typo.
...
PR: docs/88015
Submitted by: Marian Cerny <jojo@matfyz.cz>
MFC after: 3 days
2005-10-26 12:07:23 +00:00
Christian Brueffer
28d223bdcb
Correct macro usage.
...
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
MFC after: 3 days
2005-03-13 13:37:02 +00:00
Alfred Perlstein
3911ee527b
Make 'S' in interactive mode toggle display of system processes.
2004-07-12 03:00:50 +00:00
Alfred Perlstein
db6bb7fc01
New feature, provide a display that shows the amount of IO processes
...
are doing. Toggle this mode by hitting "m" or passing the command line
option "-m io" to top(1). This allows one to identify disk bandwidth
hogs much easier.
2004-07-01 09:12:38 +00:00
Eivind Eklund
c898f3db07
Replace a reference to /kernel with /boot/kernel/kernel
2003-08-26 15:37:19 +00:00
David Malone
bc2856b282
Resolve conflicts (we have a -t option).
2002-01-24 17:54:04 +00:00
Alexey Zelkin
bcfbf8ad07
Correct default value for -s option.
...
PR: bin/12946
Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
2000-07-20 13:27:58 +00:00
Dag-Erling Smørgrav
c8dde19133
Add missing .TP in "INTERACTIVE MODE" section.
1998-08-12 10:38:37 +00:00
Dag-Erling Smørgrav
e7cdb97253
Add -t option ('t' in interactive mode) to make top(1) ignore itself.
...
Attempts to contact the author of top(1) (William LeFebvre) have so
far been unsuccessful.
PR: 7253
Submitted by: Yours Truly
1998-08-04 14:10:48 +00:00
Steve Price
cd67e07e72
vmunix -> kernel
...
PR: 5484
Submitted by: Vasily V. Grechishnikov <bazilio@ns1.ied-vorstu.ac.ru>
1998-01-13 14:17:10 +00:00
Wolfram Schneider
f6b31571f6
spelling corrections.
...
PR: docs/4450
Submitted by: josh@quick.net
1997-09-13 16:01:53 +00:00
John-Mark Gurney
46657c7e77
fix a few spelling changes
...
Submitted by: Josh Gilliam
Closes PR's: 4429, 4431-4438
PS: He has agreed to submit all contrib fixes back to the original author.
1997-08-30 12:22:49 +00:00
Joerg Wunsch
aee34003d7
This is the long-awaited import of top into the base system (actually,
...
the src/contrib/top part right now). This tools is simply too system-
dependant to maintain it in the ports collection.
1997-03-23 18:51:21 +00:00