Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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