sijie opened a new pull request #5768: [CLI] Add a broker tool for operations 
of a specific broker
URL: https://github.com/apache/pulsar/pull/5768
 
 
   *Motivation*
   
   Add a tool to collect load report on a specific broker.
   This is used for troubleshooting problems in a production cluster.
   
   *Modifications*
   
   Add a broker tool for operations of a specific broker.
   
   ```
   broker-tool is used for operations on a specific broker
   
   Usage:  broker-tool [flags] [commands]
   
   Commands:
   
       load-report     Collect the load report of a specific broker
   
       help            Display help information about it
   
   Flags:
   
   
       -h, --help
           Display help information
   
   Use "broker-tool [command] --help" or "broker-tool help [command]" for more
   information about a command
   ```
   
   ```
   Collect the load report of a specific broker
   
   Usage:  load-report [flags]
   
   Flags:
   
       -i, --interval-ms
           Interval to collect load report, in milliseconds
   
   
       -h, --help
           Display help information
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to