summaryrefslogtreecommitdiffstats
path: root/contrib/top/top.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed the no-op -p; documented -P.ru2008-06-211-6/+2
| | | | MFC after: 3 days
* Add a -P flag to display per-cpu cpu usage stats.peter2008-01-181-1/+10
|
* Improve -u (limit uid lookups) behavior.obrien2008-01-091-1/+1
| | | | | Submitted by: David Frascone <dave@frascone.com> PR: 119490
* - s/jail id/jail ID/, acronyms should be in uppercase in general. Also,rafan2007-05-041-1/+1
| | | | | | | it is written this way in jail(8). Suggested by: brueffer Approved by: delphij (mentor, implicit)
* - Add new 'a' and 'j' options into usagerafan2007-04-191-1/+1
| | | | | Approved by: delphij (mentor, implicit) Forgotten by: stas ('a') and rafan ('j')
* - Add a new 'j' switch and runtime option to toggle display jail id forrafan2007-04-171-4/+19
| | | | | | | | | | 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-5/+16
| | | | | | | | | 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
* Re-add option -C to usage().ru2006-04-191-1/+1
|
* Bring SYNOPSIS in line with usage().ru2006-04-181-3/+4
|
* Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'keramida2005-05-181-7/+22
| | | | | | | | | | | command that toggles between the two and update the ORDER_PCTCPU() macro to sort correctly by the visible "cpu" value. This saves 6 more columns in 80-column terminals, making things a lot better for the COMMAND column. Tested on: i386, sparc64 (panther), amd64 (sledge) Approved by: davidxu (in principle)
* - Add a THR column to the process listing, that shows the number ofkeramida2005-04-141-3/+5
| | | | | | | | | threads a process has. The THR column is disabled and disappears when 'H' is hit, because then every thread gets its own output line. - Allow sorting processes by "threads". Approved by: davidxu Inspired by: Jiawei Ye <leafy7382@gmail.com>
* This patch merges the sort fields for both pages, so you can (foralfred2004-08-161-6/+2
| | | | | | | | 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
* Make 'S' in interactive mode toggle display of system processes.alfred2004-07-121-3/+7
|
* Build upon the nice work of Alfred and add sorting capabilities tokeramida2004-07-081-5/+8
| | | | | | the -m "io" mode of top. Approved by: alfred
* Correct a misleading (cut'n'pasted) comment.des2004-07-051-1/+1
|
* New feature, provide a display that shows the amount of IO processesalfred2004-07-011-10/+41
| | | | | | 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.
* Changes to allow top to decide whether or not to show multiple threads perjulian2003-07-171-5/+18
| | | | | | | process. Option -H enables it and it is toggled at the interactive screen by 'H'. Submitted by: Jung-uk Kim <jkim@niksun.com>
* Resolve conflicts (our -t option, we'd fixed a bug in a slightly different way).dwmalone2002-01-241-13/+38
|
* Make top exit if its tty vanishes.dwmalone2001-11-041-2/+8
| | | | | | | PR: 30939, 30581 Submitted by: Edwin Groothuis <edwin@mavetju.org> Submitted by: Andrew L. Neporada <andr@dgap.mipt.ru> MFC after: 2 weeks
* Don't do unsafe activities inside signal handlers. Just set a flag andkris2001-08-061-44/+54
| | | | | | | return. Obtained from: OpenBSD Reviewed by: audit
* Fix another possible bufer overflow in top.imp2000-11-031-1/+1
| | | | PR: bin/22496
* display.c: sprintf -> snprintfimp2000-10-041-1/+3
| | | | | | | | | top.c: fix from NetBSD/OpenBSD: make sure that new_message() is called with a format. Add $FreeBSD$ While I'm here. These files are already off the vendor branch.
* uptime display more in style with original codeobrien1999-01-091-0/+1
|
* Add -t option ('t' in interactive mode) to make top(1) ignore itself.des1998-08-041-5/+19
| | | | | | | | Attempts to contact the author of top(1) (William LeFebvre) have so far been unsuccessful. PR: 7253 Submitted by: Yours Truly
* Apply the FreeBSD-local patches.joerg1997-03-231-2/+13
| | | | Obtained from: The ports collection.
* This is the long-awaited import of top into the base system (actually,joerg1997-03-231-0/+996
the src/contrib/top part right now). This tools is simply too system- dependant to maintain it in the ports collection.
OpenPOWER on IntegriCloud