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 0ED209569 for ; Wed, 25 Apr 2012 12:57:34 +0000 (UTC) Received: (qmail 80712 invoked by uid 500); 25 Apr 2012 12:57:32 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 80603 invoked by uid 500); 25 Apr 2012 12:57:32 -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 80594 invoked by uid 99); 25 Apr 2012 12:57:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 12:57:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.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 12:57:23 +0000 Received: from 02da48f5.bb.sky.com ([2.218.72.245]:59165 helo=[192.168.0.3]) by zoe.mltserver-three.co.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1SN1mH-0000SW-VY for user@couchdb.apache.org; Wed, 25 Apr 2012 13:57:02 +0100 From: Martin Hewitt Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: CouchDB & inspection Date: Wed, 25 Apr 2012 13:57:01 +0100 Message-Id: <64D96C44-A94B-4857-8AEF-284442A1A823@thenoi.se> To: user@couchdb.apache.org Mime-Version: 1.0 (Apple Message framework v1084) 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 Hi all, 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? 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. Thanks, Martin=