Monitoring the WIS Processes
You can use the SWDIR\util\plist -w command to monitor the operation of the WIS processes. TIBCO recommends you do this regularly, particularly in the following circumstances:
| • | On the initial configuration of your system. The default values can be used but when cases, users, or groups are added, you will need to monitor and perhaps configure the system. | 
| • | After several new queues have been added. | 
| • | After a significant increase in the number of cases in the system. If there are only a small number of queues, for example, less than 10, monitor the system after you add more users or group queues so you can monitor the load balancing of the WISprocesses. | 
The format of the SWDIR\util\plist -w command is:
plist -w[V][v] [WIS]
where:
| • | Vcan be used to display additional information (theLastCacheTimeandCDQPVercolumns) | 
| • | vcan be used to display additional information (theVersion,NewVers,DelVers,ExpVers,UrgVers, andQParamVcolumns) | 
| • | WISis the number of a specificWISprocess and can be used to display details only for thatWISprocess. If this parameter is omitted, the command displays details for all theWISprocesses. | 
Use the plist -w command to view detailed information about the WIS processes such as the number of items in the queue, whether the queue is disabled, and the number of new items in each WIS process.
Use the plist -wVv command to view all the additional information that is returned by the plist -wV and the plist -wv commands.
For example (using plist -wV):
| WIS | QueueName | Flags | #Items | #Newp | #Dead | #Urgent | LastCacheTime(ms) | CDQPVer | 
| 1 | sblanch | -----NM | 3000 | 3000 | 0 | 0 | 766 | -1 | 
| 1 | steveb | ------- | 0 | 0 | 0 | 0 | 11 | -1 | 
| 1 | swadmin | -----NM | 2 | 2 | 0 | 0 | 29 | -1 | 
| 1 | swgrp0000 | --G---- | 0 | 0 | 0 | 0 | 12 | -1 | 
| 1 | swgrp0001 | --G---- | 0 | 0 | 0 | 0 | 11 | -1 | 
| 1 | swgrp0002 | --G---- | 0 | 0 | 0 | 0 | 11 | -1 | 
| 1 | swgrp0003 | --G---- | 0 | 0 | 0 | 0 | -1 | -1 | 
The plist -w[V][v] [WIS] command displays the following information:
| Column | Description | |||||||||||||||||||||
| WIS | The number of this  | |||||||||||||||||||||
| QueueName | The name of the work queue allocated to this WIS instance. | |||||||||||||||||||||
| Flags | Any combination of the following, in order. A "-" in place of the indicated letter means that the corresponding flag is not set: 
 
 
 
 
 
 
 | |||||||||||||||||||||
| #Items | The total number of work items in this work queue. | |||||||||||||||||||||
| #NewP | The total number of new (unread) work items in this work queue. | |||||||||||||||||||||
| #Dead | The total number of work items in this work queue that have deadlines. | |||||||||||||||||||||
| #Urgent | The total number of urgent work items in this work queue. | |||||||||||||||||||||
| LastCacheTime | Displayed if the  The number of milliseconds that the  
 
 | |||||||||||||||||||||
| CDQPVer | Displayed if the  The current CDQP definition version for this work queue. (This should match the version number of the  | |||||||||||||||||||||
| #New | Displayed if the  The total number of new (unread) work items in the work queue. | |||||||||||||||||||||
| Version | Displayed if the  The total number of work items in the work queue that are processed from the time when the queue was last cached. | |||||||||||||||||||||
| NewVers | Displayed if the  The total number of new (unread) work items in the work queue from the time when the queue was last cached. | |||||||||||||||||||||
| DelVers | Displayed if the  The total number of work items in the work queue that are deleted from the time when the queue was last cached. | |||||||||||||||||||||
| ExpVers | Displayed if the  The total number of work items in the work queue that are expired from the time when the queue was last cached. | |||||||||||||||||||||
| UrgVers | Displayed if the  The total number of urgent work items in the work queue from the time when the queue was last cached. | |||||||||||||||||||||
| QParamV | Displayed if the  The current QParam definition version for the work queue. | |||||||||||||||||||||
| Displayed only if the -v option is used. | ||||||||||||||||||||||
| NewVers | Displayed only if the -v option is used. | |||||||||||||||||||||
| DelVers | Displayed only if the -v option is used. | |||||||||||||||||||||
| ExpVers | Displayed only if the -v option is used. | |||||||||||||||||||||
| UrgVers | Displayed only if the -v option is used. | |||||||||||||||||||||
| QParamV | Displayed only if the -v option is used. |