From owner-freebsd-stable@FreeBSD.ORG Sun Oct 5 12:55:57 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC63416A4B3 for ; Sun, 5 Oct 2003 12:55:57 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C17B143FEC for ; Sun, 5 Oct 2003 12:55:55 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h95JtlN1049840; Sun, 5 Oct 2003 12:55:51 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200310051955.h95JtlN1049840@gw.catspoiler.org> Date: Sun, 5 Oct 2003 12:55:47 -0700 (PDT) From: Don Lewis To: randy@psg.com In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: freebsd-stable@FreeBSD.org Subject: Re: dump faster from remote than from local X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 19:55:57 -0000 On 5 Oct, Randy Bush wrote: > 4.9rc of yesterday > > dump from B->A i.e. from a system on local ether > > DUMP: DUMP: 2082890 tape blocks on 1 volume > DUMP: finished in 478 seconds, throughput 4357 KBytes/sec > ^^^^^^^^^^^^^^^ > and a local dump on A > > DUMP: DUMP: 3560987 tape blocks on 1 volume > DUMP: finished in 3694 seconds, throughput 963 KBytes/sec > ^^^^^^^^^^^^^^ > why is local slower than remote? What are you dumping to on A? If you are dumping to a file on the same spindle, you spend a lot more time doing long seeks. Is there other I/O occuring on the same spindle as the filesystem that you are dumping on A? Could the file system on B have a small number of large files while A has a large number of small files? Has the file system on A been run in a near-full condition for a long period of time so that there are a lot of disk blocks that are poorly placed? What results do you get if you dump each file system to /dev/null on the local machine?