From owner-freebsd-questions@FreeBSD.ORG Wed Jul 6 21:27:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FE5E16A41C for ; Wed, 6 Jul 2005 21:27:44 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BECD43D55 for ; Wed, 6 Jul 2005 21:27:44 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout04/MantshX 4.0) with ESMTP id j66LCPNB005724; Wed, 6 Jul 2005 14:12:25 -0700 (PDT) Received: from [10.1.1.209] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id j66LCOWJ008840; Wed, 6 Jul 2005 14:12:25 -0700 (PDT) In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E948F4B1@fci-ex.FCI> References: <3A85D7EF44E1C744BF6434691F5659E948F4B1@fci-ex.FCI> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 6 Jul 2005 17:12:23 -0400 To: Jean-Paul Natola X-Mailer: Apple Mail (2.730) Cc: freebsd-questions@freebsd.org Subject: Re: Usage help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 21:27:44 -0000 On Jul 6, 2005, at 4:55 PM, Jean-Paul Natola wrote: > Ok, if I can figure out what this means > > procs memory page disk faults cpu > r b w avm fre flt re pi po fr sr ad0 in sy cs us > sy id > 1 10 0 435856 5288 260 22 63 43 334 9137 0 447 134 782 > 11 6 83 You need to either run vmstat with an interval (3 or 5 works OK) for a while, and see the load over time, or you can run "vmstat -s" and get detailed statistics. -- -Chuck