processlist

Definition

Shows active tasks of Region Servers. Can be displayed in different view modes, depending on the input parameter.

Usage

processlist ['<view_mode>']
Arguments
Parameter Description

view_mode

Possible values:

  • all — returns all types of tasks (described below);

  • general — returns non-RPC tasks, such as compact, flush, etc.;

  • handler — returns RPC Handler tasks;

  • rpc — returns RPC Handler tasks, which state is RUNNING;

  • operation — returns RPC Handler tasks, which state is RUNNING and from client.

The default view mode is general

Examples

hbase(main):001:0> processlist 'general'
0 tasks as of: 2021-11-17 14:26:33
No general tasks currently running.
Took 0.5531 seconds
hbase(main):002:0> processlist 'rpc'
0 tasks as of: 2021-11-17 14:26:42
No rpc tasks currently running.
Took 0.0331 seconds
Found a mistake? Seleсt text and press Ctrl+Enter to report it