From owner-freebsd-hackers@FreeBSD.ORG Fri Apr 11 01:01:05 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B980837B401; Fri, 11 Apr 2003 01:01:05 -0700 (PDT) Received: from cirb503493.alcatel.com.au (c18609.belrs1.nsw.optusnet.com.au [210.49.80.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8EBA43F75; Fri, 11 Apr 2003 01:01:04 -0700 (PDT) (envelope-from peterjeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1])h3B813M2047422; Fri, 11 Apr 2003 18:01:03 +1000 (EST) (envelope-from jeremyp@cirb503493.alcatel.com.au) Received: (from jeremyp@localhost) by cirb503493.alcatel.com.au (8.12.8/8.12.8/Submit) id h3B813vK047421; Fri, 11 Apr 2003 18:01:03 +1000 (EST) Date: Fri, 11 Apr 2003 18:01:03 +1000 From: Peter Jeremy To: Andreas Klemm Message-ID: <20030411080102.GC47320@cirb503493.alcatel.com.au> References: <20030411060823.GA27575@titan.klemm.apsfilter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030411060823.GA27575@titan.klemm.apsfilter.org> User-Agent: Mutt/1.4.1i cc: freebsd-hackers@freebsd.org Subject: Re: Solaris 2.x compat. system accounting, sarcheck for fbsd (commercial) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 08:01:06 -0000 On Fri, Apr 11, 2003 at 08:08:23AM +0200, Andreas Klemm wrote: >I wrote some performance monitoring utilities and need for >example a parameter wait for I/O, that I didn't find in our >tools, did I overlook something ? "wait for I/O" is a System-V state that BSD doesn't measure. One of the grey[er] beards may be able to answer why SysV does and BSD doesn't consider "wait for I/O" a state worth measuring. Peter