From owner-freebsd-fs@FreeBSD.ORG Sun Apr 4 19:20:21 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 983051065670 for ; Sun, 4 Apr 2010 19:20:21 +0000 (UTC) (envelope-from nekoexmachina@gmail.com) Received: from mail-fx0-f209.google.com (mail-fx0-f209.google.com [209.85.220.209]) by mx1.freebsd.org (Postfix) with ESMTP id 2A8D28FC18 for ; Sun, 4 Apr 2010 19:20:18 +0000 (UTC) Received: by fxm1 with SMTP id 1so2363050fxm.13 for ; Sun, 04 Apr 2010 12:20:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=3hmlbyDWg5XQURT9e/bSWVmP2U3x1dz4AYW45rzBIU0=; b=NXDw9HFNJqawYn0rnHSkrYuPzVrhET+SeHQJhk8i8qBa5pbdJ5SlxfvV9i7moqJJeo lch7VxM2vRfipEArDykulmw5yzU5ZWtV132/yRRTFUxxxaVgaaTqfqFwCLQpH8s4KLnm 2sMICrWxfZGUTOTu62WJ+ZFPKTLtNqVlHlNmU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=PRp5ho9y6lFYIE5UQ8x91vHfH+Z50dJNCUVDbiaO/RnVsa/SwP+ftw3Gut2H+akJw9 VbdSXEtiF6LOaLD+8/eAjNdL3qEmyF3+peOF0cYT5S5JFsBL4dX7/vgUbjneYaa7ZI73 xTJpzdKsy4vwweQgl+jWeQX4nDZ8dDCh++gUY= Received: by 10.223.5.71 with SMTP id 7mr4770525fau.48.1270408817610; Sun, 04 Apr 2010 12:20:17 -0700 (PDT) Received: from localhost ([188.134.12.208]) by mx.google.com with ESMTPS id f31sm24681130fkf.18.2010.04.04.12.20.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 04 Apr 2010 12:20:17 -0700 (PDT) Date: Sun, 4 Apr 2010 23:18:45 +0400 From: Mikle To: freebsd-fs@freebsd.org Message-ID: <20100404191844.GA5071@takino.homeftp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Strange ZFS performance X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Apr 2010 19:20:21 -0000 Hello, list! I've got some strange problem with one-disk zfs-pool: read/write performance for the files on the fs (dd if=/dev/zero of=/mountpoint/file bs=4M count=100) gives me only 2 MB/s, while reading from the disk (dd if=/dev/disk of=/dev/zero bs=4M count=100) gives me ~70MB/s. pool is about 80% full; PC with the pool has 2GB of ram (1.5 of which is free); i've done no tuning in loader.conf and sysctl.conf for zfs. In dmesg there is no error-messages related to the disk (dmesg|grep ^ad12); s.m.a.r.t. seems OK. Some time ago disk was OK, nothing in software/hardware has changed from that day. Any ideas what could have happen to the disk? Wbr,