WIS Queue Information

Command

The following command returns the information about WIS queue:

plist -w [WIS Number]

where WIS number is an option to only display the details for a specific Work Item Server.

Returns

The plist -w command returns the following information.

Column

Description

WIS

The number of the WIS (starting from 0). For example, if you have 5 WISes, the number of each WIS should be 0, 1, 2, 3, and 4.

QueueName

The name of the queue allocated to WIS.

Flags

The meaning for each flag is as follows:

D specifies the queue is disabled (this would normally be when the system has just been started and the queues have not yet been allocated to a WIS).
U specifies there are urgent items in this queue.
G specifies this is a group queue.
T specifies this is a test queue.
D specifies there are items in this queue with deadlines set.
N specifies there is new mail in this queue.
M specifies there is mail in this queue (i.e. it is not empty).

#Items

The number of items in the queue.

#NewP

The number of new items in the queue.

#Dead

The number of items in the queue with deadlines.

#Urgent

The number of urgent items in the queue.

Example

Input the SWDIR/util/plist -w command. The output is shown as follows.

WIS QueueName               Flags    #Items #Newp  #Dead  #Urgent
------------------------------------------------------------------
1 Administrator -----NM 6 6 0 0
2 Agent --G--NM 8 8 0 0
1 COMUsers --G---- 0 0 0 0
2 Dev1 ------M 1 0 0 0
Shared memory slots in use: 1.3%

Note

For more information about how to use this command, see Monitoring the WIS Processes.