From owner-freebsd-current@FreeBSD.ORG Sun Sep 28 16:53:10 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C48F106564A; Sun, 28 Sep 2008 16:53:10 +0000 (UTC) (envelope-from bill@lefebvre.org) Received: from photon.ws-e.net (photon.ws-e.com [64.34.164.166]) by mx1.freebsd.org (Postfix) with ESMTP id 4C74D8FC1A; Sun, 28 Sep 2008 16:53:10 +0000 (UTC) (envelope-from bill@lefebvre.org) Received: from lilburn.lefebvre.org (adsl-074-166-023-150.sip.asm.bellsouth.net [74.166.23.150]) by photon.ws-e.net (8.13.8/8.13.8) with ESMTP id m8SGr8c9015055; Sun, 28 Sep 2008 16:53:08 GMT Received: from [10.88.88.6] (milton.lefebvre.org [10.88.88.6]) by lilburn.lefebvre.org (8.14.2/8.14.2) with ESMTP id m8SGr6Mx053815; Sun, 28 Sep 2008 12:53:07 -0400 (EDT) (envelope-from bill@lefebvre.org) Message-ID: <48DFB66D.3090002@lefebvre.org> Date: Sun, 28 Sep 2008 12:53:01 -0400 From: William LeFebvre User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: sthaug@nethelp.no References: <20080928054620.GA80250@k7.mavetju> <20080928.115351.74700175.sthaug@nethelp.no> In-Reply-To: <20080928.115351.74700175.sthaug@nethelp.no> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=4.0 tests=ALL_TRUSTED autolearn=failed version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on lilburn.lefebvre.org X-Scanned-By: MIMEDefang 2.63 on 192.168.0.4 Cc: stable@freebsd.org, current@freebsd.org, edwin@freebsd.org Subject: Re: Request for testing - top 3.8b1 in the base system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 28 Sep 2008 16:53:10 -0000 sthaug@nethelp.no wrote: >> The big new features are a line upper part with kernel statistics >> (context-switches, traps, interrupts, faults etc) and the FLG table >> (if you window is big enough) > > Would it be possible to document the values in the FLG field? The > meaning wasn't obvious to me... The FLG field is essentially the same as the ps "STAT" column (or "state" field) without the first character (which indicates run state). Bill