From owner-freebsd-doc@FreeBSD.ORG Mon Mar 3 02:50:01 2014 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE642D88; Mon, 3 Mar 2014 02:50:01 +0000 (UTC) Received: from mail-ve0-x22c.google.com (mail-ve0-x22c.google.com [IPv6:2607:f8b0:400c:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72AA81596; Mon, 3 Mar 2014 02:50:01 +0000 (UTC) Received: by mail-ve0-f172.google.com with SMTP id jx11so3093804veb.31 for ; Sun, 02 Mar 2014 18:50:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=X9ugnC6iJGbQPlFfoelr/QRuTu7VBfwAyjLxthmyA2g=; b=mRSUKLut8hXzdcPBt57LmT1ZcMb6ooIvZM3YOuptOcNzzBeoATB4XbsDWjCWJ/DwHa 1iJzIUVxyZQtXCmRlNk/TU/go4JIPVFq3n1wM9v5HSNxqnbL2yeJ5I0Hfzze0Crh3Kdw ne4MKmCpM2twPyWlSYh5d67qf9K6c65vX8whbzFBvchdf0l47/8MndhXJzLLViH4Mav4 M82K6VqQjZ5vYq2zdWNRz9XovxTd0etPgxzzZGAJwKGJQjASplRuZle1GCLCjGvnYnz8 1T8xAaxPtXJWMGNVPpKfTqk/+ynOCyQj3L84thTmLp+Dc2O5PVOehEFFYw+eO3PbLALQ x+KQ== MIME-Version: 1.0 X-Received: by 10.220.99.72 with SMTP id t8mr15013382vcn.10.1393815000183; Sun, 02 Mar 2014 18:50:00 -0800 (PST) Received: by 10.58.115.103 with HTTP; Sun, 2 Mar 2014 18:50:00 -0800 (PST) Received: by 10.58.115.103 with HTTP; Sun, 2 Mar 2014 18:50:00 -0800 (PST) In-Reply-To: References: Date: Sun, 2 Mar 2014 20:50:00 -0600 Message-ID: Subject: Re: Processes and Daemons From: daniel dallmann To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: dru@freebsd.org, freebsd-doc@freebsd.org X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 02:50:02 -0000 Yes, that's great. On Mar 2, 2014 11:40 AM, "Warren Block" wrote: > On Sun, 2 Mar 2014, Warren Block wrote: > > On Sun, 2 Mar 2014, Thomas Hoffmann wrote: >> >> On Sat, Mar 1, 2014 at 4:10 PM, daniel dallmann >> >wrote: >>> >>> I was wondering if the output from top was displayed with two headers on >>>> purpose? >>>> >>>> http://www.za.freebsd.org/doc/handbook/basics-processes.html >>>> >>> >>> >>> I'm guessing yes. The first is without ZFS stats (5 lines), the second >>> with >>> ZFS stats (6 lines). The text describes the 'top' heading as being 5 or 6 >>> lines. So these two header formats are the two users will encounter, >>> depending on their use or non-use of ZFS. >>> >> >> If intentional, it's a bit misleading. Better to show just one more >> realistically and note that the output will vary depending on the >> individual system. It does not seem necessary mention ZFS specifically. >> > > And now I see that it does mention ZFS conditionally. The second header > has more detail, but the uptime has been moved more to the right than would > show in a standard 80-column console. > > This patch provides a minimal change: > > Index: basics/chapter.xml > =================================================================== > --- basics/chapter.xml (revision 44101) > +++ basics/chapter.xml (working copy) > @@ -3034,13 +3034,7 @@ > The output from &man.top.1; is similar: > > &prompt.user; top > -last pid: 72257; load averages: 0.13, 0.09, 0.03 up 0+13:38:33 > 22:39:10 > -47 processes: 1 running, 46 sleeping > -CPU states: 12.6% user, 0.0% nice, 7.8% system, 0.0% interrupt, 79.7% > idle > -Mem: 36M Active, 5256K Inact, 13M Wired, 6312K Cache, 15M Buf, 408K Free > -Swap: 256M Total, 38M Used, 217M Free, 15% Inuse > - > -last pid: 9609; load averages: 0.56, 0.45, 0.36 up > 0+00:20:03 10:21:46 > +last pid: 9609; load averages: 0.56, 0.45, 0.36 up 0+00:20:03 > 10:21:46 > 107 processes: 2 running, 104 sleeping, 1 zombie > CPU: 6.2% user, 0.1% nice, 8.2% system, 0.4% interrupt, 85.1% idle > Mem: 541M Active, 450M Inact, 1333M Wired, 4064K Cache, 1498M Free > @@ -3068,9 +3062,9 @@ > figures in the header relate to how many processes are > running, how much memory and swap space has been used, and how > much time the system is spending in different CPU states. If > - the system has been formatted with the ZFS > - file system, the ARC line provides an > - indication of how much data was read from the memory cache > + the ZFS > + file system module has been loaded, an ARC line > indicates > + how much data was read from the memory cache > instead of from disk. > > Below the header is a series of columns containing similar