Skip to content

Commit

Permalink
HBASE-24826 Add some comments for processlist in hbase shell (#2207)
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Miller <[email protected]>
Signed-off-by: stack <[email protected]>
  • Loading branch information
bsglz authored Aug 7, 2020
1 parent f710d2d commit 9b49bd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hbase-shell/src/main/ruby/shell/commands/processlist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,13 @@ def help
hbase> processlist
hbase> processlist 'all'
# list non-RPC Tasks, such as compact, flush etc
hbase> processlist 'general'
# list RPC Handler Tasks
hbase> processlist 'handler'
# list RPC Handler Tasks which state is RUNNING
hbase> processlist 'rpc'
# list RPC Handler Tasks which state is RUNNING and from client
hbase> processlist 'operation'
hbase> processlist 'all','host187.example.com'
hbase> processlist 'all','host187.example.com,16020'
Expand Down

0 comments on commit 9b49bd6

Please sign in to comment.