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: Ryan King Newsgroups: gmane.comp.lang.ruby.raindrops.general Subject: queued is always 0 Date: Mon, 28 Jun 2010 17:26:29 -0700 Message-ID: References: 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 1277771206 16771 80.91.229.12 (29 Jun 2010 00:26:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2010 00:26:46 +0000 (UTC) To: raindrops@librelist.com Original-X-From: raindrops@librelist.com Tue Jun 29 02:26:45 2010 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org In-Reply-To: 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:5 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OTOey-0000iE-A4 for gclrrg-raindrops@m.gmane.org; Tue, 29 Jun 2010 02:26:44 +0200 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 73B6421B74D for ; Tue, 29 Jun 2010 00:35:05 +0000 (UTC) I'm trying to see if raindrops will help us instrument our stack, so I'm doing some tests. I have 16 unicorns running our app with rainbows and am hitting it with ab with a concurrency of 100. However, according to linux-tcp-listener-stats.rb I have 0 queued requests. Maybe I'm missing something, but shouldn't there be queued requests somewhere here? -ryan