Date: Thu, 14 Apr 2005 15:02:03 +0000 (UTC) From: Giorgos Keramidas <keramida@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/top commands.c top.c src/usr.bin/top machine.c Message-ID: <200504141502.j3EF24PS066455@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
keramida 2005-04-14 15:02:03 UTC FreeBSD src repository (doc committer) Modified files: contrib/top commands.c top.c usr.bin/top machine.c Log: - Add a THR column to the process listing, that shows the number of 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> Revision Changes Path 1.11 +1 -1 src/contrib/top/commands.c 1.16 +5 -3 src/contrib/top/top.c 1.70 +57 -12 src/usr.bin/top/machine.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504141502.j3EF24PS066455>