<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/top, branch release/6.4.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.4.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F6.4.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-11-26T01:09:48Z</updated>
<entry>
<title>Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.</title>
<updated>2008-11-26T01:09:48Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-11-26T01:09:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a93332491e10c1a23a9fd2f11ccbdba33d72d850'/>
<id>urn:sha1:a93332491e10c1a23a9fd2f11ccbdba33d72d850</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 6.4-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: Several top '-P' fixes originally from ru@.  This fixes top -P</title>
<updated>2008-10-27T18:00:39Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2008-10-27T18:00:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=79c661e2e9b658d5fb71e14e8c8c467e21bb3181'/>
<id>urn:sha1:79c661e2e9b658d5fb71e14e8c8c467e21bb3181</id>
<content type='text'>
on i386.

Approved by:	re (kensmith)
</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 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.77 Fix logic for skipping of idle processes.</title>
<updated>2006-09-01T18:12:10Z</updated>
<author>
<name>Stefan Eßer</name>
<email>se@FreeBSD.org</email>
</author>
<published>2006-09-01T18:12:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4a5839cef760f6d8d8c556b3305e3e4cfbb21876'/>
<id>urn:sha1:4a5839cef760f6d8d8c556b3305e3e4cfbb21876</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(1) Revert unnecessary indentation changes I committed as part of the</title>
<updated>2005-05-18T13:42:51Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2005-05-18T13:42:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=58ea49c98eb6d433dedc0bcead38f5358e092c0b'/>
<id>urn:sha1:58ea49c98eb6d433dedc0bcead38f5358e092c0b</id>
<content type='text'>
last version and (2) remove a disabled debugging fprintf() that I
accidentally committed here.

Noticed by:	simon (2)
</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>Hardcode username to 8 characters.  This makes top(1) output sane when</title>
<updated>2005-05-16T18:17:38Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-05-16T18:17:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c413702af3152cea2bc956722f6f32e2a675f4c1'/>
<id>urn:sha1:c413702af3152cea2bc956722f6f32e2a675f4c1</id>
<content type='text'>
there are users on the system (even if not running a single process)
with a login &gt; 8 chars.
I'm not all that happy limiting the username width like this, but it
restores sanity to top(1) output.

Discussed with:	keramida
</content>
</entry>
<entry>
<title>Reduce the width of the THR column to 4 characters, to avoid wrap-around</title>
<updated>2005-04-16T15:43:38Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2005-04-16T15:43:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5970af4cd4235a28bafea48a03c394c80f0ade7c'/>
<id>urn:sha1:5970af4cd4235a28bafea48a03c394c80f0ade7c</id>
<content type='text'>
of lines in SMP machines (which are wider), until we have a better way
of handling window sizes &amp; columns in top.

Caught by:	ache, Andre Guibert de Bruet &lt;andy@siliconlandmark.com&gt;
Point hat:	keramida
</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>
