Purpose
Lists each process registered with Unity and its status.
Syntax
PROCESS STATUS ;Example
The PROCESS STATUS command displays the following output.
Label | Description |
---|---|
Process Identifier | Name of the process. |
Process Type | Can be Endpoint, Dispatcher, Sequencer, or Watchdog |
Region Name | Name of the region associated with this process. |
Current Status | Can be Up or Down. The Sequencer that the current unityadmin session is connected to shows its status as: Up – Processing this UnityAdmin connection. |
unityadmin> PROCESS STATUS;
---------------------------------------------
Process Identifier : region1_dsp_fast
Process Type : Dispatcher
Region Name : region1
Current Status : Up
---------------------------------------------
Process Identifier : region1_ept
Process Type : Endpoint
Region Name : region1
Current Status : Down
---------------------------------------------
Process Identifier : region1_ept2
Process Type : Endpoint
Region Name : region1
Current Status : Down
---------------------------------------------
Process Identifier : region1_seq2
Process Type : Sequencer
Region Name : region1
Current Status : Up
---------------------------------------------
Process Identifier : region1_wdg2
Process Type : Watchdog
Region Name : region1
Current Status : Down
---------------------------------------------
Process Identifier : region1_seq
Process Type : Sequencer
Region Name : region1
Current Status : Up - Processing this Unityadmin connection