[ 
https://issues.apache.org/jira/browse/STORM-312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14049582#comment-14049582
 ] 

ASF GitHub Bot commented on STORM-312:
--------------------------------------

Github user Gvain commented on a diff in the pull request:

    https://github.com/apache/incubator-storm/pull/117#discussion_r14439496
  
    --- Diff: bin/storm ---
    @@ -390,6 +390,19 @@ def print_classpath():
         """
         print get_classpath([])
     
    +def monitor(*args):
    +    """Syntax: [storm monitor [-i interval-secs] -t topology-name -m 
component-id [-s stream-id] [-w [emitted | transferred]]*]
    --- End diff --
    
    Yep, it is better to do in this way, I will fix it in time.


> '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)

Reply via email to