Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 5096 invoked from network); 25 Nov 2010 18:31:28 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Nov 2010 18:31:28 -0000 Received: (qmail 70617 invoked by uid 500); 25 Nov 2010 18:31:26 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 70579 invoked by uid 500); 25 Nov 2010 18:31:26 -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 70571 invoked by uid 99); 25 Nov 2010 18:31:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Nov 2010 18:31:26 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,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 paul.joseph.davis@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Nov 2010 18:31:20 +0000 Received: by iwn37 with SMTP id 37so1390236iwn.11 for ; Thu, 25 Nov 2010 10:30:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=ubOMV7GqrabBGo2XdwLE+zd9Ym9HV2VJdhtk8tB9zXw=; b=Jqrqf2HDZZV/NiySs36Ia3BhFq90/U+2zXqP1yntZJyl45EOR9++i+RPXiYKTPIjE+ gEuzOrTVwZOzl1NtSHTFKnR+gtdGpnB60OwE4BdlbkNSMqINvBl1Snym38OACpqYKc/0 Ne/KgLWRp7Uf2THOX9X+gdUng8OWTZpMbQpvI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=m6Igoudux2iyroua1kcUtBg7cCS65KE2Ly1gsQXf5C3Hv77HLaajyyyeg+EOkvlG4X 5wzoS3dlpunqAvPzMqPNgWcglyt90XrbqMjSdiBmVDwJxanOx6znyyCtRPhOR35MV9P1 WcqEAXZkGwRtolux6n0jrgxhps9ce5Jv0MrTo= Received: by 10.231.35.201 with SMTP id q9mr615422ibd.176.1290709812081; Thu, 25 Nov 2010 10:30:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.14.197 with HTTP; Thu, 25 Nov 2010 10:29:32 -0800 (PST) In-Reply-To: References: From: Paul Davis Date: Thu, 25 Nov 2010 13:29:32 -0500 Message-ID: Subject: Re: About QoS management To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Nov 25, 2010 at 1:28 PM, sleepy wrote: > Thanks, I need to produce some charts from those logs like GAE > features mentioned in this article > http://grack.com/blog/2010/11/23/why-were-really-happy-with-appengine-and-not-going-anywhere-else/ > > I > think it's essential for a web service. > Hope CouchDB will have build-in features like that someday! :) > Patches welcome :D > 2010/11/26 Stephen Lewis > >> On 25 November 2010 18:04, sleepy wrote: >> > Is there a way to get Quality of Service data like page view or latency >> > histogram from CouchDB? >> >> Yep - this page explains what CouchDB offers better than I could: >> >> http://wiki.apache.org/couchdb/Runtime_Statistics >> >> I suspect you'll need to do some post-processing to get exactly what >> you want, but the raw materials will be there. >> >> Stephen >> >