GitHub user roshannaik opened a pull request:

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

    STORM-1772 Adding Perf module with topologies for measuring performance

    Contributing some topologies for measuring Storm performance.
    I have used these topos to identify and resolve perf issued with Storm in 
the past.  Also some of these have been used to publish these benchmarks : 
https://hortonworks.com/blog/microbenchmarking-storm-1-0-performance/ 
    
    Some topos measure purely the internal functioning of Storm, while others 
measure I/O with external systems like Kafka and Hdfs. Topologies of the former 
type can be used for both:
    
     - Profiling speed within the IDE using profilers like JProfiler.
     - Benchmarking on a cluster
    
    The topos which measure how fast you can do I/O with Kafka/Hdfs ... are 
intended for running on cluster and not designed for profiling within IDE.


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

    $ git pull https://github.com/roshannaik/storm STORM-1772

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

    https://github.com/apache/storm/pull/1960.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 #1960
    
----
commit 809188b4be9dbb5a09c2c9dc2298f19bfe46e5a6
Author: Roshan Naik <[email protected]>
Date:   2017-02-22T20:05:08Z

    STORM-1772 Adding top level storm-perf module with perf topos

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to