From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 8 09:05:31 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56EFF16A40F for ; Mon, 8 Jan 2007 09:05:31 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id 1947213C455 for ; Mon, 8 Jan 2007 09:05:30 +0000 (UTC) (envelope-from uspoerlein@gmail.com) Received: by wr-out-0506.google.com with SMTP id i22so1239710wra for ; Mon, 08 Jan 2007 01:05:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ChCvesuvlgQv1iF4xRxixtfeloAE+EP/Y3XIUyrKxlXW5y/8j6sqlnhdOGFdACMhhADgk9G0WFjOpC2YTUsgcPgGq2B2GR0jjv3ZfbZUldEzHT6WyI7OLx7sy16yLYaAhoSR/52jbE7csOqMAiPC35B+A5ZrA8qnRqu844errZo= Received: by 10.78.205.7 with SMTP id c7mr3931913hug.1168245451295; Mon, 08 Jan 2007 00:37:31 -0800 (PST) Received: by 10.78.165.8 with HTTP; Mon, 8 Jan 2007 00:37:31 -0800 (PST) Message-ID: <7ad7ddd90701080037p3ade4c12tca3163d3de1aeef7@mail.gmail.com> Date: Mon, 8 Jan 2007 09:37:31 +0100 From: "Ulrich Spoerlein" To: freebsd-hackers@freebsd.org, dgilbert@dclg.ca, perryh@pluto.rain.com In-Reply-To: <200701080823.l088Nfqe082552@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45a1c260./gHVPL2TJkCotGTS%perryh@pluto.rain.com> <200701080823.l088Nfqe082552@lurza.secnetix.de> Cc: Subject: Re: dump reads more than restore writes? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jan 2007 09:05:31 -0000 On 1/8/07, Oliver Fromme wrote: > However, I think that there must be a bug in gstat when it > displays 600 GB read to copy a 200 GB file system. dump(8) > is inefficient, but not _that_ inefficient. When doing the dump|restore dance to copy filesystems, I make it a habit to have iostat(1) running. It is _always_ displaying a read rate twice as high as the write rate. And since the iostat/gstat numbers usually match up, eg., dd(1) numbers, I heavily doubt that it's a reporting/statistics glitch. It has to be dump(8). Uli