From user-return-10918-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Jun 10 13:57:54 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 54663 invoked from network); 10 Jun 2010 13:57:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jun 2010 13:57:54 -0000 Received: (qmail 91862 invoked by uid 500); 10 Jun 2010 13:57:53 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 91830 invoked by uid 500); 10 Jun 2010 13:57:53 -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 91822 invoked by uid 99); 10 Jun 2010 13:57:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 13:57:53 +0000 X-ASF-Spam-Status: No, hits=3.6 required=10.0 tests=FREEMAIL_FROM,FS_REPLICA,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of robert.newson@gmail.com designates 209.85.219.226 as permitted sender) Received: from [209.85.219.226] (HELO mail-ew0-f226.google.com) (209.85.219.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jun 2010 13:57:45 +0000 Received: by ewy26 with SMTP id 26so1700791ewy.25 for ; Thu, 10 Jun 2010 06:57:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=jtiV2LyE7dlJab0ku6Za/jP5F4pBeeh46ALpgKqQNzY=; b=el9E31QPNrwdCrmlzsn1PO6Z64q+VR30YWmje2IecfcmqmyHTHX7fJALas7TZGzuKG dkqZYi6cHLHu+AiZ2s4sxo+x2Pq3aFbWVRicB0RqH/6kSLiMZAU/i6DAz0H26QjhHjiB y9+qEUywR7V+1eymbnQlEObYMWMOhpZK9kz10= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=lqEkZXkoiLT6Qc9GjWmkGHHO0myD2ggCbTmdV+xCDQ0y3AwiqzAG736E/OIw2dj/Ic DLKQuSCQeTFA5HepsIEVwTOBaM6ACX/9ns9NK9YlV964W8DGFZYVhWE06b6/Fokt4yum QFRIW0dWFBrpl4AoA7c4I/TGyKN18w9sjS/nE= MIME-Version: 1.0 Received: by 10.216.88.67 with SMTP id z45mr120130wee.96.1276178245078; Thu, 10 Jun 2010 06:57:25 -0700 (PDT) Received: by 10.216.20.136 with HTTP; Thu, 10 Jun 2010 06:57:24 -0700 (PDT) In-Reply-To: <4972C465-C97F-442C-BFC0-B77A853F371F@apache.org> References: <4972C465-C97F-442C-BFC0-B77A853F371F@apache.org> Date: Thu, 10 Jun 2010 14:57:24 +0100 Message-ID: Subject: Re: Monitoring Replication From: Robert Newson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org You can query the state of active tasks with a GET to /_active_tasks B. On Thu, Jun 10, 2010 at 2:50 PM, J Chris Anderson wrote: > > On Jun 10, 2010, at 2:32 AM, Moritz Post wrote: > >> Hi List >> >> my last mail was marked to have been rejected so i resend it again. hope >> that it will get through this time. if the first one has been received. >> sorry for the inconvenience. >> >> Greets >> Moritz >> >> >> ---------- Forwarded message ---------- >> From: Moritz Post >> Date: Thu, Jun 10, 2010 at 11:28 AM >> Subject: Monitoring Replication >> To: user@couchdb.apache.org >> >> >> Hi Couchos >> >> We are developing a replication scenario where several hundred megabyte of >> data have to replicated over the internet. Therefore the process takes some >> time. Is there any convenient way to monitor the replication process to >> provide a progress indication to the user? >> > > In Futon, there is a Status page, which will show the status of any active replications. > > If you look to see what queries that is running it should help. > > Chris > >> We are using filtered replication so would it be feasible to periodically >> query the replication target to determine what documents have already been >> replicated? >> >> Thanks >> Moritz > >