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:
|
|||||||||||||||||||||
|
#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.