From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 04:05:04 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4341B106566B for ; Fri, 6 Aug 2010 04:05:04 +0000 (UTC) (envelope-from lisen1001@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 15B358FC0A for ; Fri, 6 Aug 2010 04:05:04 +0000 (UTC) Received: by pxi8 with SMTP id 8so3065550pxi.13 for ; Thu, 05 Aug 2010 21:05:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=u0KXHfqoiTW/4eKLAhjKS0hOD5P2rL+EZzKGjohTbmU=; b=J0xpCpVB+kTchp01cku9yVBuagrHJ2s3tqpT5Ismfi5rbsphkw2JQUbYSd5ZNESNgy dyhiE1cURAfGTUpv3vo3bol0w9OI9Qf4oGOlH7R2exuGHJQ+pdVMLVMc5fZE7vKnL9Rj UWjW7ZjvgIG0dzilFNB+UKPUYnOhih8we2bvg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=pt8TbuETdiG3lDuj3jKTmldqSUN/K0s+BRl2Uil2hDTQPqqnM+kLOYkA6NseETQ01D jp4xM/0+gNAWQ8bGtbS7rVbRCjB+KzpfZbeCf24oB7LHyPU1fD9c4/GtCw18k8O/qeLK vRxyILR1qcJtzRLvjPPJDD1YmPpY4TA7urEfQ= Received: by 10.114.110.2 with SMTP id i2mr13382760wac.193.1281067503862; Thu, 05 Aug 2010 21:05:03 -0700 (PDT) Received: from [192.168.24.2] ([218.107.55.254]) by mx.google.com with ESMTPS id s5sm1866593wak.12.2010.08.05.21.05.00 (version=SSLv3 cipher=RC4-MD5); Thu, 05 Aug 2010 21:05:02 -0700 (PDT) Message-ID: <4C5B89E9.3080609@gmail.com> Date: Fri, 06 Aug 2010 12:04:57 +0800 From: Jason User-Agent: Mozilla/5.0 (X11; U; Linux i686; zh-CN; rv:1.9.1.11) Gecko/20100711 Lightning/1.0b1 Thunderbird/3.0.6 MIME-Version: 1.0 To: bsd Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Subject: which tool can see the io associate with process? 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: Fri, 06 Aug 2010 04:05:04 -0000 hi,all: my freebsd server has very heavy io. i want to find which process cause this. iostat and gstat can not see the process . which tool could do this?