display queue

Displays the number of orders in all the queues.

provadmin display queue nodename=<value> 
                        [ detailed=<value> ]

The following table describes the general options that are valid with the display queue command.

Option Description
nodename Application node name
detailed If false, only the items in the queue is displayed. Otherwise, items in the heap are displayed. The default is false.

The following is a typical output from this command.

>provadmin display queue nodename=banks
Available queues and their sizes:
        EndQ    0
        CatalogFuncError        0
        CatalogTechError        0
        NetworkExecutionError   0
        ReservoirError  0
        SequencerError  0
        priorityReservoir       0
        PendingForRetry 0
        pop_POPWaitingQueue     0
        custseq 0
        afterSopGate    0
        entryGate       0
        scan_manual     0
>

A detailed output may look like:

>provadmin display queue nodename=banks detailed=true
Available queues and their sizes:
        queue    0
         - queue_QueueOut       0
        res 1
         - __SUSPENDED__        0
         - res_QueueOut         1
>