HBASE-24826 Add some comments for processlist in hbase shell (#2207)
Signed-off-by: Elliot Miller <elliot_miller@apple.com> Signed-off-by: stack <stack@apple.com>
This commit is contained in:
parent
f710d2d654
commit
9b49bd6b66
|
@ -27,9 +27,13 @@ Show regionserver task list.
|
||||||
|
|
||||||
hbase> processlist
|
hbase> processlist
|
||||||
hbase> processlist 'all'
|
hbase> processlist 'all'
|
||||||
|
# list non-RPC Tasks, such as compact, flush etc
|
||||||
hbase> processlist 'general'
|
hbase> processlist 'general'
|
||||||
|
# list RPC Handler Tasks
|
||||||
hbase> processlist 'handler'
|
hbase> processlist 'handler'
|
||||||
|
# list RPC Handler Tasks which state is RUNNING
|
||||||
hbase> processlist 'rpc'
|
hbase> processlist 'rpc'
|
||||||
|
# list RPC Handler Tasks which state is RUNNING and from client
|
||||||
hbase> processlist 'operation'
|
hbase> processlist 'operation'
|
||||||
hbase> processlist 'all','host187.example.com'
|
hbase> processlist 'all','host187.example.com'
|
||||||
hbase> processlist 'all','host187.example.com,16020'
|
hbase> processlist 'all','host187.example.com,16020'
|
||||||
|
|
Loading…
Reference in New Issue