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.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to