Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Aug 2004 06:30:56 +0900
From:      FUJISHIMA Satsuki <sf@FreeBSD.org>
To:        current@FreeBSD.org
Subject:   top -I does not show most of non-idol process
Message-ID:  <86pt5xe50v.wl%sf@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86pt5xe50v.wl%sf>