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:
bsglz 2020-08-07 10:28:37 +08:00 committed by GitHub
parent f710d2d654
commit 9b49bd6b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -27,9 +27,13 @@ Show regionserver task list.
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'