From owner-freebsd-stable@FreeBSD.ORG Sat Oct 2 01:43:19 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3FA71065670 for ; Sat, 2 Oct 2010 01:43:18 +0000 (UTC) (envelope-from artemb@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id A18BE8FC1A for ; Sat, 2 Oct 2010 01:43:18 +0000 (UTC) Received: by qyk8 with SMTP id 8so47712qyk.13 for ; Fri, 01 Oct 2010 18:43:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=3WXaW0LJDHjhW5mR857r7RpxoUacsxzNPoYkyIZ+aM0=; b=e7k4N8uzl5Z+ai5/fCSUJee30jRXD0nRSf3a5e4IleXt4ke1iDL8boqysBmkVl/oOG y22QGdf41aRNvh0zKMk1ZGZ3j7GGqtnT6Y9dlLyPghxQk2xcvObRLUsKoX6ieMVOBSlV /GyqZ6jA5XoVWwJMiy8UZfiij0wXW3SiKTWVM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=gyntrWQuP72ZzXEbmOQwRpjB0f5vjiGlv4jWikHvBwAGTiBunapiHdQMizVVDLFg6E ESogij02Zegs6TYaAtUNklE6jfKN/u+oKmp13xATbR+eccE/ZK45i3O7XIuj0lurgAHN rMbOAEdJaCKddRVh4yiyWq4FUQYueDegsPen4= MIME-Version: 1.0 Received: by 10.220.57.15 with SMTP id a15mr1589769vch.142.1285983795447; Fri, 01 Oct 2010 18:43:15 -0700 (PDT) Sender: artemb@gmail.com Received: by 10.220.176.77 with HTTP; Fri, 1 Oct 2010 18:43:15 -0700 (PDT) In-Reply-To: <4CA68BBD.6060601@langille.org> References: <45cfd27021fb93f9b0877a1596089776.squirrel@nyi.unixathome.org> <4C511EF8-591C-4BB9-B7AA-30D5C3DDC0FF@langille.org> <4CA68BBD.6060601@langille.org> Date: Fri, 1 Oct 2010 18:43:15 -0700 X-Google-Sender-Auth: 1MRLxlT7OdslGm4_fsfC7xqEdOs Message-ID: From: Artem Belevich To: Dan Langille Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable Subject: Re: zfs send/receive: is this slow? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2010 01:43:19 -0000 > As soon as I opened this email I knew what it would say. > > > # time zfs send storage/bacula@transfer | mbuffer | zfs receive > storage/compressed/bacula-mbuffer > in @ =A0197 MB/s, out @ =A0205 MB/s, 1749 MB total, buffer =A0 0% full ... > Big difference. =A0:) I'm glad it helped. Does anyone know why sending/receiving stuff via loopback is so much slower compared to pipe? --Artem