From dev-return-69221-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Wed Jan 23 09:23:06 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B5C5118066C for ; Wed, 23 Jan 2019 09:23:05 +0100 (CET) Received: (qmail 16331 invoked by uid 500); 23 Jan 2019 08:23:04 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 16320 invoked by uid 99); 23 Jan 2019 08:23:04 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2019 08:23:04 +0000 From: GitBox To: dev@activemq.apache.org Subject: [GitHub] franz1981 commented on issue #2514: ARTEMIS-2236 Address Latency Impact caused by ARTEMIS-1451 Message-ID: <154823178410.18863.3565744493784116714.gitbox@gitbox.apache.org> Date: Wed, 23 Jan 2019 08:23:04 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit franz1981 commented on issue #2514: ARTEMIS-2236 Address Latency Impact caused by ARTEMIS-1451 URL: https://github.com/apache/activemq-artemis/pull/2514#issuecomment-456711246 Suggestion: i would use something more precise (with an higher spectrum of latencies) if possible to make things comparable: https://github.com/franz1981/artemis-load-generator Change the core version you need and run it with: ```java -jar destination-bench.jar --bytes 100 --protocol artemis --url tcp://localhost:61616 ---out /tmp/latencies.txt --name q --iterations 100000 --runs 1 --warmup 100000 --wait 2``` It will give you the latencies over an all out throughout: then you need to choose a sustainable throughput eg 100000 and re-run the same test adding `--target 100000`, then you will have comparable latencies. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services