From owner-cvs-all Wed Oct 10 0:12:44 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 036B937B406; Wed, 10 Oct 2001 00:12:35 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id RAA14204; Wed, 10 Oct 2001 17:12:31 +1000 Date: Wed, 10 Oct 2001 17:11:47 +1000 (EST) From: Bruce Evans X-X-Sender: To: Maxim Sobolev Cc: , Subject: Re: cvs commit: src/usr.bin/systat systat.1 In-Reply-To: <200110091607.f99G7W817921@freefall.freebsd.org> Message-ID: <20011010165322.Q31198-100000@delplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 9 Oct 2001, Maxim Sobolev wrote: > sobomax 2001/10/09 09:07:32 PDT > > Modified files: > usr.bin/systat systat.1 > Log: > Remove greatly outdated comment that systat(1) takes 2-10% of the CPU time. > This isn't true nowadays. Does it take 20-100% of the CPU time nowadays (on the same hardware that it used to take only 2-10% on)? :-) It now has pessimizations like using one sysctl per struct member instead of one kvm_read per struct to read the contents of the kernel's `struct vmmeter vmtotal', despite the existence of a sysctl for reading the struct. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message