Return-Path: X-Original-To: apmail-mesos-dev-archive@www.apache.org Delivered-To: apmail-mesos-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F409D11ED5 for ; Sat, 30 Aug 2014 13:09:43 +0000 (UTC) Received: (qmail 3136 invoked by uid 500); 30 Aug 2014 13:09:43 -0000 Delivered-To: apmail-mesos-dev-archive@mesos.apache.org Received: (qmail 3076 invoked by uid 500); 30 Aug 2014 13:09:43 -0000 Mailing-List: contact dev-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list dev@mesos.apache.org Received: (qmail 3061 invoked by uid 99); 30 Aug 2014 13:09:43 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Aug 2014 13:09:43 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 0F0781DBED6; Sat, 30 Aug 2014 13:09:43 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============5505645936131884939==" MIME-Version: 1.0 Subject: Re: Review Request 25124: Added 'net-bench' libprocess benchmarking tool. From: "Mesos ReviewBot" To: "Benjamin Hindman" , "Ben Mahler" Cc: "Mesos ReviewBot" , "mesos" , "Niklas Nielsen" Date: Sat, 30 Aug 2014 13:09:43 -0000 Message-ID: <20140830130943.17468.218@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Mesos ReviewBot" X-ReviewGroup: mesos X-ReviewRequest-URL: https://reviews.apache.org/r/25124/ X-Sender: "Mesos ReviewBot" References: <20140829051951.17468.9747@reviews.apache.org> In-Reply-To: <20140829051951.17468.9747@reviews.apache.org> Reply-To: "Mesos ReviewBot" X-ReviewRequest-Repository: mesos-git --===============5505645936131884939== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25124/#review51941 ----------------------------------------------------------- Patch looks great! Reviews applied: [25124] All tests passed. - Mesos ReviewBot On Aug. 29, 2014, 5:19 a.m., Niklas Nielsen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/25124/ > ----------------------------------------------------------- > > (Updated Aug. 29, 2014, 5:19 a.m.) > > > Review request for mesos, Benjamin Hindman and Ben Mahler. > > > Repository: mesos-git > > > Description > ------- > > Added libprocess connection throughput stress test (basically two libprocess programs sending messsages back and forth). > One end is multihomed so we can scale the number of clients. One client will issue multiple "concurrent" messages (messages sent before waiting for acknowledgement). > > The motivation is to stress test libprocess communication and get an idea on theoretical throughput / scale-properties for increase slave-fanout. > > > Diffs > ----- > > src/Makefile.am 40b9f6b > src/net-bench/main.cpp PRE-CREATION > > Diff: https://reviews.apache.org/r/25124/diff/ > > > Testing > ------- > > Server: > > $ ./src/mesos-net-bench > WARNING: Logging before InitGoogleLogging() is written to STDERR > I0827 15:48:01.605250 259977216 main.cpp:111] Running server at (1)@10.0.0.224:53492 > I0827 15:48:13.617341 259977216 main.cpp:135] 14628.2 requests / second > I0827 15:48:14.617578 258367488 main.cpp:135] 13886.7 requests / second > I0827 15:48:15.617683 257830912 main.cpp:135] 8677.19 requests / second > I0827 15:48:16.617771 257830912 main.cpp:135] 8304.19 requests / second > > > Client: > > $ ./build/src/mesos-net-bench --server="(1)@10.0.0.224:53492" > WARNING: Logging before InitGoogleLogging() is written to STDERR > I0827 15:48:12.624887 124162048 main.cpp:115] Connecting to server at (1)@10.0.0.224:53492... > > > Thanks, > > Niklas Nielsen > > --===============5505645936131884939==--