Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 47487 invoked from network); 1 Feb 2011 00:42:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2011 00:42:45 -0000 Received: (qmail 13799 invoked by uid 500); 1 Feb 2011 00:42:45 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 13675 invoked by uid 500); 1 Feb 2011 00:42:43 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 13668 invoked by uid 500); 1 Feb 2011 00:42:43 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 13665 invoked by uid 99); 1 Feb 2011 00:42:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 00:42:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 00:42:42 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id C3AB4588; Tue, 1 Feb 2011 00:42:13 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Tue, 01 Feb 2011 00:42:13 -0000 Message-ID: <20110201004213.90503.54211@eosnew.apache.org> Subject: =?utf-8?q?=5BCouchdb_Wiki=5D_Update_of_=22Adding=5FRuntime=5FStatistics?= =?utf-8?q?=22_by_JanLehnardt?= X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for c= hange notification. The "Adding_Runtime_Statistics" page has been changed by JanLehnardt. The comment on this change is: fix api. http://wiki.apache.org/couchdb/Adding_Runtime_Statistics?action=3Ddiff&rev1= =3D3&rev2=3D4 -------------------------------------------------- An absolute value counter is not really a counter, it collects absolute v= alues for one second. They are good for collecting information like the amo= unt of time spent in an event or the size of some piece of data. = {{{ - couch_stats_collector:record({Module, Key}). + couch_stats_collector:record({Module, Key}, Value). }}} = =20