Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 4036 invoked from network); 25 Nov 2010 18:28:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 25 Nov 2010 18:28:59 -0000 Received: (qmail 68780 invoked by uid 500); 25 Nov 2010 18:28:58 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 68729 invoked by uid 500); 25 Nov 2010 18:28:58 -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 68721 invoked by uid 99); 25 Nov 2010 18:28:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Nov 2010 18:28:58 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wanpeebaw@gmail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Nov 2010 18:28:53 +0000 Received: by fxm5 with SMTP id 5so1010034fxm.11 for ; Thu, 25 Nov 2010 10:28:32 -0800 (PST) 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=pqb4LwEMyg79Wd1fw7QFs4eVvAke42YTZYQDiRq7C9c=; b=fkmxNvQPeuKBpkTEg78OgHPmc5eMqN6YDyYiaBiHkqj0rQR/lShSD+yYFOwBXHE7kp L1R7jeLokeM0ZK2B2vKRMCZiM3p3uP4taPNiOEl0y1CrdbEjhTDg+gA8jKpUsPMuH34z V9JFRP0AymXiiHeYanwvcw+ydltOhTeLwprUA= 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=ZfEX4GuZxGMH9hPg0uWacEIHMU5GaNlHK+jLi/kjayYZQkyB0YJL8MHoqWnkflviTZ KhAGlGgzx2uxtN0eLPI6/kcUaiKX7fc4CjuZClTAb7OFPXGV6qaWdjjH/44nSFo3r9Uz lEjx/nhG7rqJIoAOtsl2dyDlwJN0l5prVPJqM= MIME-Version: 1.0 Received: by 10.223.96.198 with SMTP id i6mr1124077fan.10.1290709711343; Thu, 25 Nov 2010 10:28:31 -0800 (PST) Received: by 10.223.73.201 with HTTP; Thu, 25 Nov 2010 10:28:31 -0800 (PST) In-Reply-To: References: Date: Fri, 26 Nov 2010 02:28:31 +0800 Message-ID: Subject: Re: About QoS management From: sleepy To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf3054ace3da52a20495e4c56f --20cf3054ace3da52a20495e4c56f Content-Type: text/plain; charset=UTF-8 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! :) 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 > --20cf3054ace3da52a20495e4c56f--