From owner-freebsd-stable@FreeBSD.ORG Sun Oct 5 12:07:19 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 802B616A4BF for ; Sun, 5 Oct 2003 12:07:19 -0700 (PDT) Received: from ran.psg.com (ip166.usw12.rb1.bel.nwlink.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id C574043FEC for ; Sun, 5 Oct 2003 12:07:18 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.22) id 1A6EDt-000GST-SF for freebsd-stable@freebsd.org; Sun, 05 Oct 2003 12:07:17 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 5 Oct 2003 12:07:17 -0700 To: FreeBSD Stable Message-Id: Subject: 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:07:19 -0000 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? randy