You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/10/20 16:51:51 UTC

[4/5] storm git commit: Merge branch 'STORM-1118-perf' of https://github.com/revans2/incubator-storm into STORM-1118

Merge branch 'STORM-1118-perf' of https://github.com/revans2/incubator-storm into STORM-1118

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


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/d6d9b788
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/d6d9b788
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/d6d9b788

Branch: refs/heads/master
Commit: d6d9b788e88fd440df1f3b4a0ecbacdb42ce4fd1
Parents: 647d672 b60bb72
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Tue Oct 20 09:38:21 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Tue Oct 20 09:38:21 2015 -0500

----------------------------------------------------------------------
 LICENSE                                         |   9 +
 examples/storm-starter/pom.xml                  |   9 +
 .../jvm/storm/starter/ThroughputVsLatency.java  | 429 +++++++++++++++++++
 external/storm-metrics/pom.xml                  |  58 +++
 .../metrics/hdrhistogram/HistogramMetric.java   |  79 ++++
 .../apache/storm/metrics/sigar/CPUMetric.java   |  60 +++
 .../resources/libsigar-amd64-freebsd-6.so       | Bin 0 -> 210641 bytes
 .../resources/resources/libsigar-amd64-linux.so | Bin 0 -> 246605 bytes
 .../resources/libsigar-amd64-solaris.so         | Bin 0 -> 251360 bytes
 .../resources/libsigar-ia64-hpux-11.sl          | Bin 0 -> 577452 bytes
 .../resources/resources/libsigar-ia64-linux.so  | Bin 0 -> 494929 bytes
 .../resources/resources/libsigar-pa-hpux-11.sl  | Bin 0 -> 516096 bytes
 .../resources/resources/libsigar-ppc-aix-5.so   | Bin 0 -> 400925 bytes
 .../resources/resources/libsigar-ppc-linux.so   | Bin 0 -> 258547 bytes
 .../resources/resources/libsigar-ppc64-aix-5.so | Bin 0 -> 425077 bytes
 .../resources/resources/libsigar-ppc64-linux.so | Bin 0 -> 330767 bytes
 .../resources/resources/libsigar-s390x-linux.so | Bin 0 -> 269932 bytes
 .../resources/libsigar-sparc-solaris.so         | Bin 0 -> 285004 bytes
 .../resources/libsigar-sparc64-solaris.so       | Bin 0 -> 261896 bytes
 .../resources/libsigar-universal-macosx.dylib   | Bin 0 -> 377668 bytes
 .../resources/libsigar-universal64-macosx.dylib | Bin 0 -> 397440 bytes
 .../resources/libsigar-x86-freebsd-5.so         | Bin 0 -> 179751 bytes
 .../resources/libsigar-x86-freebsd-6.so         | Bin 0 -> 179379 bytes
 .../resources/resources/libsigar-x86-linux.so   | Bin 0 -> 233385 bytes
 .../resources/resources/libsigar-x86-solaris.so | Bin 0 -> 242880 bytes
 .../resources/resources/sigar-amd64-winnt.dll   | Bin 0 -> 402432 bytes
 .../resources/resources/sigar-x86-winnt.dll     | Bin 0 -> 266240 bytes
 .../resources/resources/sigar-x86-winnt.lib     | Bin 0 -> 99584 bytes
 pom.xml                                         |   7 +
 .../src/clj/backtype/storm/daemon/nimbus.clj    |   2 +-
 .../metric/HttpForwardingMetricsConsumer.java   |  81 ++++
 .../metric/HttpForwardingMetricsServer.java     | 119 +++++
 32 files changed, 852 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/d6d9b788/storm-core/src/clj/backtype/storm/daemon/nimbus.clj
----------------------------------------------------------------------