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/11/06 18:08:14 UTC

[5/6] storm git commit: Merge branch 'STORM-1158' of https://github.com/jerrypeng/storm into STORM-1158

Merge branch 'STORM-1158' of https://github.com/jerrypeng/storm into STORM-1158

STORM-1158: Storm metrics to profile various storm functions


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

Branch: refs/heads/master
Commit: e9fccb1277edbd62de1c28c8ffbb569ff5f68979
Parents: b24b0fe 23f75d9
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Fri Nov 6 10:59:24 2015 -0600
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri Nov 6 10:59:24 2015 -0600

----------------------------------------------------------------------
 .../storm-metrics-profiling-internal-actions.md |  70 +++++++++++++++++++
 docs/images/viewing_metrics_with_VisualVM.png   | Bin 0 -> 225100 bytes
 pom.xml                                         |  12 ++++
 storm-core/pom.xml                              |  47 +++++++++++++
 .../src/clj/backtype/storm/daemon/common.clj    |   5 +-
 .../src/clj/backtype/storm/daemon/drpc.clj      |  18 ++++-
 .../src/clj/backtype/storm/daemon/logviewer.clj |  19 ++++-
 .../src/clj/backtype/storm/daemon/nimbus.clj    |  67 +++++++++++++++++-
 .../clj/backtype/storm/daemon/supervisor.clj    |  10 ++-
 storm-core/src/clj/backtype/storm/ui/core.clj   |  44 +++++++++++-
 .../src/clj/backtype/storm/ui/helpers.clj       |  11 ++-
 11 files changed, 293 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/e9fccb12/pom.xml
----------------------------------------------------------------------

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