summaryrefslogtreecommitdiffstats
path: root/contrib/top/top.X
Commit message (Collapse)AuthorAgeFilesLines
* Removed the no-op -p; documented -P.ru2008-06-211-1/+4
| | | | MFC after: 3 days
* - s/jail id/jail ID/, acronyms should be in uppercase in general. Also,rafan2007-05-041-2/+2
| | | | | | | it is written this way in jail(8). Suggested by: brueffer Approved by: delphij (mentor, implicit)
* - Add documentation notes for the 'a' option, forgotten in the previousstas2007-05-031-0/+3
| | | | | | | | | commit. commands.c [1] top.X Suggested by: rafan [1]
* - Add a new 'j' switch and runtime option to toggle display jail id forrafan2007-04-171-3/+16
| | | | | | | | | | 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
* - Add new 'a' switch and runtime option that allows 'top' to display processstas2007-04-141-1/+7
| | | | | | | | | 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
* Update the description of the `STATE' column for SMP systems,keramida2006-05-161-2/+6
| | | | | | | | | 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
* Document the -C option of top(1), which has been added to the sourcekeramida2006-04-191-1/+13
| | | | | | | | and the usage message of top, but not to the manpage. Pointy hat to: keramida Reminded by: ru MFC after: 1 week
* Bring SYNOPSIS in line with usage().ru2006-04-181-4/+4
|
* Typo.keramida2005-10-261-1/+1
| | | | | | PR: docs/88015 Submitted by: Marian Cerny <jojo@matfyz.cz> MFC after: 3 days
* Correct macro usage.brueffer2005-03-131-1/+1
| | | | | Submitted by: Christoph Mallon <christoph.mallon@gmx.de> MFC after: 3 days
* Make 'S' in interactive mode toggle display of system processes.alfred2004-07-121-0/+3
|
* New feature, provide a display that shows the amount of IO processesalfred2004-07-011-0/+8
| | | | | | 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.
* Replace a reference to /kernel with /boot/kernel/kerneleivind2003-08-261-1/+1
|
* Resolve conflicts (we have a -t option).dwmalone2002-01-241-2/+14
|
* Correct default value for -s option.phantom2000-07-201-1/+2
| | | | | PR: bin/12946 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
* Add missing .TP in "INTERACTIVE MODE" section.des1998-08-121-0/+1
|
* Add -t option ('t' in interactive mode) to make top(1) ignore itself.des1998-08-041-2/+12
| | | | | | | | Attempts to contact the author of top(1) (William LeFebvre) have so far been unsuccessful. PR: 7253 Submitted by: Yours Truly
* vmunix -> kernelsteve1998-01-131-1/+1
| | | | | PR: 5484 Submitted by: Vasily V. Grechishnikov <bazilio@ns1.ied-vorstu.ac.ru>
* spelling corrections.wosch1997-09-131-1/+1
| | | | | PR: docs/4450 Submitted by: josh@quick.net
* fix a few spelling changesjmg1997-08-301-1/+1
| | | | | | | | Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author.
* This is the long-awaited import of top into the base system (actually,joerg1997-03-231-0/+324
the src/contrib/top part right now). This tools is simply too system- dependant to maintain it in the ports collection.
OpenPOWER on IntegriCloud