From owner-freebsd-performance@FreeBSD.ORG Fri Sep 23 01:52:24 2005 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 556DF16A41F for ; Fri, 23 Sep 2005 01:52:24 +0000 (GMT) (envelope-from lists@natserv.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1076943D48 for ; Fri, 23 Sep 2005 01:52:24 +0000 (GMT) (envelope-from lists@natserv.com) Received: from localhost (localhost.natserv.net [127.0.0.1]) by zoraida.natserv.net (Postfix) with ESMTP id 778537DE1 for ; Thu, 22 Sep 2005 21:52:23 -0400 (EDT) Date: Thu, 22 Sep 2005 21:52:23 -0400 (EDT) From: Francisco Reyes X-X-Sender: fran@zoraida.natserv.net To: FreeBSD Performance Message-ID: <20050922214709.Q50836@zoraida.natserv.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Finding what's causing I/O X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 01:52:24 -0000 Looking at vmstat I see the "b" colun never hits zero and it's usually between 5 and 20. Is there a way to find out which program(s) are causing the I/O? In some of the machines it was near trivial to find the culprit, but have a handfull of machines that I am not sure what the cause of I/O is. The machines are mailservers so they likely will not hold any particular file open long.