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 7BDE5CE3A for ; Wed, 25 Apr 2012 13:40:09 +0000 (UTC) Received: (qmail 10513 invoked by uid 500); 25 Apr 2012 13:40:07 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 10450 invoked by uid 500); 25 Apr 2012 13:40:07 -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 10442 invoked by uid 99); 25 Apr 2012 13:40:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 13:40:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [87.117.198.154] (HELO zoe.mltserver-three.co.uk) (87.117.198.154) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 13:40:01 +0000 Received: from 02da48f5.bb.sky.com ([2.218.72.245]:61562 helo=[192.168.0.3]) by zoe.mltserver-three.co.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1SN2RW-0002cG-QK for user@couchdb.apache.org; Wed, 25 Apr 2012 14:39:38 +0100 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) Subject: Re: CouchDB & inspection From: Martin Hewitt In-Reply-To: Date: Wed, 25 Apr 2012 14:39:38 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <64D96C44-A94B-4857-8AEF-284442A1A823@thenoi.se> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1084) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - zoe.mltserver-three.co.uk X-AntiAbuse: Original Domain - couchdb.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - thenoi.se X-Virus-Checked: Checked by ClamAV on apache.org I haven't seen /_stats, that's a very useful link, thanks Robert. Martin=20 On 25 Apr 2012, at 14:00, Robert Newson wrote: > Have you seen /_stats ? >=20 > B. >=20 > On 25 April 2012 13:57, Martin Hewitt wrote: >> Hi all, >>=20 >> We're in the process of adding a load of instrumentation to our = servers, apps and so on, and I was wondering if there's a way we can = hook into CouchDB to extract basic inspection details like request = duration, that sort of thing? >>=20 >> We're trying to make sure we can pinpoint where any bottlenecks = appear, so measuring everything app-side, whilst simpler, doesn't quite = give us the insight we're looking for. >>=20 >> Thanks, >>=20 >> Martin