From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.9 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.raindrops.general Subject: Re: watcher updates in raindrops.git Date: Tue, 4 Oct 2011 18:23:07 -0700 Message-ID: <20111005012307.GA6277@dcvr.yhbt.net> References: <20111004014732.GA5761@dcvr.yhbt.net> <20111004014732.GA5761@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1317777800 1322 80.91.229.12 (5 Oct 2011 01:23:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Oct 2011 01:23:20 +0000 (UTC) To: raindrops@librelist.org Original-X-From: raindrops@librelist.org Wed Oct 05 03:23:16 2011 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: raindrops@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.raindrops.general:49 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RBGCa-0005JV-IT for gclrrg-raindrops@m.gmane.org; Wed, 05 Oct 2011 03:23:16 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 16BBA2197C7 for ; Wed, 5 Oct 2011 01:25:34 +0000 (UTC) Eric Wong wrote: > Hi all, I've added some new statistics to the Watcher service. > The following diff should document the new headers: > +# - X-Current - current number of connections > +# - X-First-Peak-At - date of when X-Max was first reached > +# - X-Last-Peak-At - date of when X-Max was last reached Of course any comments on this feature (including possibly better header names) would be greatly appreciated. I hope to push out a release with this feature early next week. I'm out of ideas for this project, if anybody can think of functionality they'd like, please let us know.