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.8 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: Troex Nevelin Newsgroups: gmane.comp.lang.ruby.raindrops.general Subject: Watcher + munin Date: Thu, 24 Mar 2011 23:04:20 +0300 Message-ID: <4D8BA3C4.8070303@mrtech.ru> References: <4D8BA3C4.8070303@mrtech.ru> 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 1300997095 2065 80.91.229.12 (24 Mar 2011 20:04:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2011 20:04:55 +0000 (UTC) To: raindrops@librelist.com Original-X-From: raindrops@librelist.com Thu Mar 24 21:04:51 2011 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org In-Reply-To: <4D8BA3C4.8070303@mrtech.ru> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: raindrops@librelist.com Xref: news.gmane.org gmane.comp.lang.ruby.raindrops.general:28 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q2qlz-0007e5-5B for gclrrg-raindrops@m.gmane.org; Thu, 24 Mar 2011 21:04:47 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 7F5AA21C8B1 for ; Thu, 24 Mar 2011 20:04:52 +0000 (UTC) I run Raindrops::Watcher and have put "Active Mean" and "Queued Mean" on the graph here: http://mon.melkov.net/PeterHost-RU/spb1.melkov.net/raindrops_watcher.html Munin reads X-Mean for active and queued connections on the socket each 5 minutes and after send's reset POST. Do I understand correctly that "Queued X-Mean" is average queue lenght? "Active X-Mean" looks like the avaerage number of workers used over the time after reset. Why I ask is because I cannot understand what "last_data_recv" means? X-Mean - mean last_data_recv time recorded (rounded, in milliseconds) ^^^ why this value is in milliseconds? Do you mean CPU seconds?