[
https://issues.apache.org/jira/browse/STORM-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13999657#comment-13999657
]
ASF GitHub Bot commented on STORM-312:
--------------------------------------
GitHub user Gvain opened a pull request:
https://github.com/apache/incubator-storm/pull/117
STORM-312 : add storm monitor tools to monitor throughtput interactively
This cmd line tool 'storm monitor' will use Nimbus.Client to get throughput
information from Nimbus Server.
1)One can specify topology's name, component's name to monitor it's
throughput interactively.
2) It will statistics 'emit' or 'transferred' throughput in a given time
window and print it in a given time frequency
The implementation will be much like yahoo's storm-perf-test
(http://yahooeng.tumblr.com/post/64758709722/making-storm-fly-with-netty)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Gvain/incubator-storm storm-monitor-cmd
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-storm/pull/117.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 #117
----
commit d080e043d15d710d6729963bed9cb078b7dce78e
Author: Li Jiahong <[email protected]>
Date: 2014-03-05T04:36:22Z
Merge pull request #1 from apache/master
update from apache/incubator-storm
commit 33715a2b4613742dfb3294a097874312d4e6c3b6
Author: Li Jiahong <[email protected]>
Date: 2014-04-03T07:46:40Z
Merge pull request #2 from apache/master
update from apache/incubator-storm
commit b2a5102917ebb4b32d42b9b722427500f939e8b5
Author: Li Jiahong <[email protected]>
Date: 2014-04-15T08:05:55Z
Merge pull request #3 from apache/master
update from apache/incubator-storm
commit a45b53a167cd48a275bbb21279bcaa9e9437b97b
Author: Li Jiahong <[email protected]>
Date: 2014-05-07T12:09:34Z
Merge pull request #4 from apache/master
update from apache/incubator-storm
commit edcaf71b304cc5196eec48035b06d15aaa8df433
Author: jiahong.ljh <[email protected]>
Date: 2014-05-16T07:14:05Z
STORM-312 add storm monitor command line tools
----
> 'storm monitor' to monitor throughput performance interactively
> ---------------------------------------------------------------
>
> Key: STORM-312
> URL: https://issues.apache.org/jira/browse/STORM-312
> Project: Apache Storm (Incubating)
> Issue Type: New Feature
> Reporter: Jiahong Li
> Labels: cmd-line-monitor
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> This cmd line tool 'storm monitor' will use Nimbus.Client to get throughput
> information from Nimbus Server.
> 1)One can specify topology's name, component's name to monitor it's
> throughput interactively.
> 2) It will statistics 'emit' and/or 'transferred' throughput in a given time
> window and print it in a given time frequency
> The implementation will be much like yahoo's storm-perf-test
> (http://yahooeng.tumblr.com/post/64758709722/making-storm-fly-with-netty)
--
This message was sent by Atlassian JIRA
(v6.2#6252)