<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/contrib/top, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-10-13T21:35:10Z</updated>
<entry>
<title>MFC: Several top '-P' fixes originally from ru@.  This fixes top -P</title>
<updated>2008-10-13T21:35:10Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-10-13T21:35:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=358b380bb344c470cb6035f39e0dd2d4bf807833'/>
<id>urn:sha1:358b380bb344c470cb6035f39e0dd2d4bf807833</id>
<content type='text'>
on i386.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFC: backport -P (per-cpu) stats for %user/%system/%idle etc.</title>
<updated>2008-04-09T19:48:06Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2008-04-09T19:48:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e5d0b376fc5df19670253cc80526e2e9582008f8'/>
<id>urn:sha1:e5d0b376fc5df19670253cc80526e2e9582008f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: s/jail id/jail ID/ in top</title>
<updated>2007-05-04T15:45:13Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2007-05-04T15:45:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c7376e094238007f1d3538314c8ef5e87e6f483a'/>
<id>urn:sha1:c7376e094238007f1d3538314c8ef5e87e6f483a</id>
<content type='text'>
  - 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)
</content>
</entry>
<entry>
<title>MFC the top -j switch:</title>
<updated>2007-05-01T15:44:19Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2007-05-01T15:44:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b4dac4b63871bf5787a6189089c2681a4dad8b8a'/>
<id>urn:sha1:b4dac4b63871bf5787a6189089c2681a4dad8b8a</id>
<content type='text'>
 - Add a new 'j' switch and runtime option to toggle display jail id for
   each process.

 src/contrib/top/commands.c: 1.13
 src/contrib/top/machine.h: 1.8
 src/contrib/top/top.X: 1.18
 src/contrib/top/top.c: 1.21 and 1.22 (-j part)
 src/usr.bin/top/machine.c: 1.80

PR:		98489, 99631
Submitted by:	clsung
Approved by:	delphij (mentor)
</content>
</entry>
<entry>
<title>MFC: 1.14-1.16 (Reduce diffs from HEAD)</title>
<updated>2006-06-23T18:28:27Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2006-06-23T18:28:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=100c0e3a4278f58443267ade893efe5b74310f55'/>
<id>urn:sha1:100c0e3a4278f58443267ade893efe5b74310f55</id>
<content type='text'>
# revision 1.16
# date: 2006/05/16 15:27:43;  author: keramida;  state: Exp;  lines: +6 -2
# 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 &lt;pawel.worach@telia.com&gt;
# MFC after:      3 days

# revision 1.14
# date: 2006/04/18 15:26:58;  author: ru;  state: Exp;  lines: +4 -4
# Bring SYNOPSIS in line with usage().
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2006-04-27T02:58:47Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2006-04-27T02:58:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=77772c8708457a5ac9622ec9ade2dc078bb0f115'/>
<id>urn:sha1:77772c8708457a5ac9622ec9ade2dc078bb0f115</id>
<content type='text'>
* top.X

  revision 1.15
  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

* top.c

  revision 1.18
  Bring SYNOPSIS in line with usage().
  ----------
  revision 1.19
  Re-add option -C to usage().

Approved by:	re (hrs)
</content>
</entry>
<entry>
<title>The 'text' argument of u_header() is not used, so we don't need to</title>
<updated>2005-05-19T13:34:19Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2005-05-19T13:34:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3c2ab2b0ec7794c1198e80d243d9b8bbf4bd705a'/>
<id>urn:sha1:3c2ab2b0ec7794c1198e80d243d9b8bbf4bd705a</id>
<content type='text'>
trim_header() it.

Noticed by:	bde
</content>
</entry>
<entry>
<title>Properly trim the header line too, to fix wrap-around problems that</title>
<updated>2005-05-18T13:48:33Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2005-05-18T13:48:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cd660671cea3aebb46b9cf4b88a975279e1e92ee'/>
<id>urn:sha1:cd660671cea3aebb46b9cf4b88a975279e1e92ee</id>
<content type='text'>
have been noticed by running top(1) in terminals that are too narrow
(or on systems with usernames that were too long, pushing everything
too far to the right).

Note that this does *not* solve the wrap-around problem of the system
statistics, which is an entirely different matter :-/

Tested on:	i386, sparc64 (panther), amd64 (sledge)
Approved by:	davidxu (in principle)
</content>
</entry>
<entry>
<title>Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'</title>
<updated>2005-05-18T13:30:08Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2005-05-18T13:30:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bbf750fbff0cd83935336699b42d0130591395ca'/>
<id>urn:sha1:bbf750fbff0cd83935336699b42d0130591395ca</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>- Add a THR column to the process listing, that shows the number of</title>
<updated>2005-04-14T15:02:03Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2005-04-14T15:02:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=32efd26355e2a1fb9cc98d0ffaa7c404bb378064'/>
<id>urn:sha1:32efd26355e2a1fb9cc98d0ffaa7c404bb378064</id>
<content type='text'>
  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 &lt;leafy7382@gmail.com&gt;
</content>
</entry>
</feed>
