Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B34711EA8 for ; Sun, 11 May 2014 08:19:20 +0000 (UTC) Received: (qmail 76607 invoked by uid 500); 10 May 2014 23:25:16 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 49128 invoked by uid 500); 10 May 2014 23:15:08 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 41265 invoked by uid 99); 10 May 2014 22:58:58 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 May 2014 22:58:58 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mgoulish@redhat.com designates 209.132.183.37 as permitted sender) Received: from [209.132.183.37] (HELO mx5-phx2.redhat.com) (209.132.183.37) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2014 12:21:52 +0000 Received: from zmail13.collab.prod.int.phx2.redhat.com (zmail13.collab.prod.int.phx2.redhat.com [10.5.83.15]) by mx5-phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s47CLUNj015718 for ; Wed, 7 May 2014 08:21:31 -0400 Date: Wed, 7 May 2014 08:21:30 -0400 (EDT) From: Michael Goulish To: users@qpid.apache.org Message-ID: <115295715.1578240.1399465290388.JavaMail.zimbra@redhat.com> In-Reply-To: <53690DA0.20705@redhat.com> References: <826529270.493675.1399296649259.JavaMail.zimbra@redhat.com> <53690DA0.20705@redhat.com> Subject: Re: dispatch router handles one million addresses MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.5.82.12] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF17 (Linux)/8.0.6_GA_5922) Thread-Topic: dispatch router handles one million addresses Thread-Index: liJ0eAPqXzcoimfKIkurkbBsPDSFEQ== X-Virus-Checked: Checked by ClamAV on apache.org ----- Original Message ----- > On 05/05/2014 02:30 PM, Michael Goulish wrote: > > > > > > I just had a successful test of the dispatch router > > handling one million unique addresses. > > > > There were 3 boxes, one for senders, one for receivers, > > and one in the middle for a single router. > > > > I had 20 senders, each sending to 50,000 unique addresses. > > These were qpid-messaging based. On the other > > side I had 2000 receivers, each listening to 500 > > unique addresses. Only 1 message went to each > > address. As each receiver got all 500 of its messages, > > it would quit. > > > > The router achieved throughput of 5780 messages per > > second, at 330% CPU usage. > > How did you measure/compute the throughput? > I had my sender print out time just before it started sending, and each receiver printed out time just after it received its last message. I measured number of seconds from sender-start to last-receiver-end. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org