You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/17 21:15:07 UTC

[jira] [Commented] (STORM-1118) Add Test for latency vs throughput

    [ https://issues.apache.org/jira/browse/STORM-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14962059#comment-14962059 ] 

ASF GitHub Bot commented on STORM-1118:
---------------------------------------

GitHub user revans2 opened a pull request:

    https://github.com/apache/storm/pull/805

    STORM-1118: Added test to compare latency vs. throughput in storm.

    Also added a metrics gathering server for testing, an HdrHistogram based metric, and CPU utilization metric using sigar.
    
    This should provide a simple test for comparing different versions of storm to one another or different hardware options.  The goal is to produce a load at a given throughput and measure the latency it takes the system to process that throughput.  Generally if you have a given SLA you want the same hardware to handle the most throughput possible to meet your SLA.
    
    The current test uses word count, but should easily be extended to handle more complex processing.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/revans2/incubator-storm STORM-1118-perf

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/805.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #805
    
----
commit c356c35aeab17bc14861bf7efa8ddedd3f257741
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Date:   2015-10-16T19:57:23Z

    STORM-1118: Added test to compair latency vs throughput in storm.
    
    Also added a metrics gathering server for testing, an HdrHistogram based metric, and CPU utilization metric using sigar.

----


> Add Test for latency vs throughput
> ----------------------------------
>
>                 Key: STORM-1118
>                 URL: https://issues.apache.org/jira/browse/STORM-1118
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: storm-core
>            Reporter: Robert Joseph Evans
>            Assignee: Robert Joseph Evans
>
> As someone developing storm and trying to compare different versions of storm + patches it would really be nice to have a test that is a part of storm that we can run on all patches/releases to see how performance characteristics have changed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)