Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9ACB67AC5 for ; Thu, 3 Nov 2011 15:20:51 +0000 (UTC) Received: (qmail 18667 invoked by uid 500); 3 Nov 2011 15:20:50 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 18623 invoked by uid 500); 3 Nov 2011 15:20:49 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 18615 invoked by uid 99); 3 Nov 2011 15:20:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2011 15:20:49 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ryan.ramage@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Nov 2011 15:20:43 +0000 Received: by vws10 with SMTP id 10so1756579vws.11 for ; Thu, 03 Nov 2011 08:20:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=u2ZF+3GpTOkLNKrFiqTo/+sKa0otGkh3SanjORsedC4=; b=DeFlJCrv3kkUxfpyZRH6g8NZ86Hj589zO2mpxxVLVtwN4byFjWHqUOtY+ZS2DBJFI2 AoR94mieEcpkrldSUOUk83lAE1USz2NAmx+Fg4DbjqD/TPiKSoJhceBwEGpVY+7xUbYe +doXxNPEdDWv5IFZKdl8/xTPIb+3OJXPtNkdM= MIME-Version: 1.0 Received: by 10.52.115.74 with SMTP id jm10mr10110430vdb.40.1320333622995; Thu, 03 Nov 2011 08:20:22 -0700 (PDT) Received: by 10.220.193.75 with HTTP; Thu, 3 Nov 2011 08:20:22 -0700 (PDT) In-Reply-To: <4EB1F856.7030601@gmail.com> References: <4EB1F856.7030601@gmail.com> Date: Thu, 3 Nov 2011 09:20:22 -0600 Message-ID: Subject: Re: Replication Monitoring From: Ryan Ramage To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > Using the _changes feed is ok, but I would like to be able to provide a w= ay > for the user to see how many documents are remaining, MB's to be transfer= red > etc. =A0Is there a place where this data is reported? > I have not looked at this in a while, but here is something I had written and that Filipe had answered the list as of Jul 14: >> One question, how can I get the progress of a one time replication? Is t= here>> something on the _active_task line that I can use to inform the user= how>> long the replication will take (percent complete) ? Currently I have= to use>> an indeterminate progress bar. > Look at the screenshot at: > https://issues.apache.org/jira/secure/attachment/12483855/active_tasks_ti= mes.png > This is the current state of subversion's trunk (1.2.0 will be cut from t= here eventually).