From owner-freebsd-current@FreeBSD.ORG Wed Aug 11 21:31:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0911716A4CF for ; Wed, 11 Aug 2004 21:31:12 +0000 (GMT) Received: from mps4.plala.or.jp (c147240.vh.plala.or.jp [210.150.147.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 871DD43D3F for ; Wed, 11 Aug 2004 21:31:10 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from i169110.ap.plala.or.jp ([218.47.169.110]) by mps4.plala.or.jp with ESMTP id <20040811213109.VZJF8755.mps4.plala.or.jp@i169110.ap.plala.or.jp> for ; Thu, 12 Aug 2004 06:31:09 +0900 Date: Thu, 12 Aug 2004 06:30:56 +0900 Message-ID: <86pt5xe50v.wl%sf@FreeBSD.org> From: FUJISHIMA Satsuki To: current@FreeBSD.org User-Agent: Wanderlust/2.11.30 (Wonderwall) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: top -I does not show most of non-idol process X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 21:31:12 -0000 On -CURRENT of 2004.08.10.22.19.57, /usr/bin/top -I does not show long-living non-idol process such as cc, XFree86, emacs, etc. A binary built from a year old source works fine. I captured tty output from both top binaries run at the same time with ttyrec for you to examine. To play, 1) fetch http://people.freebsd.org/~sf/ttytop.tar.gz 2) tar zxf ttytop.tar.gz 2) portinstall misc/ttyrec 3) ttyplay 20030810.ttyrec (a year old binary), or ttyplay 20040812.ttyrec (latest binary) 4) enjoy. note1: both output has been captured with $ unset TOP; ttyrec -e "top.20030810 -Is1" 20030810.ttyrec or $ unset TOP; ttyrec -e "top -Is1" 20040812.ttyrec on independent terminal. note2: old top built with this way: $ cvs co -D'a year ago' src/contrib/top src/usr.bin/top $ cd src/usr.bin/top; make