PMDF System Manager's Guide


Previous Contents Index


SUMMARIZE

Display a summary listing of message files.

Syntax

SUMMARIZE

Command Qualifiers Defaults
/DATABASE See text
/DIRECTORY_TREE See text
/HEADING /HEADING
/HELD /NOHELD
/TRAILING /TRAILING

Parameters

None.

Description

Display a summary listing of message files.


Command Qualifiers

/DATABASE

/DIRECTORY_TREE

Controls whether the information presented is gathered from the queue cache database, /DATABASE, or by looking at the actual directory tree containing the channel queues, /DIRECTORY_TREE. When neither /DATABASE or /DIRECTORY_TREE is specified, then the view selected with the VIEW command will be used. If no VIEW command has been issued, then /DIRECTORY_TREE is assumed.

/HEADING (default)

/NOHEADING

Controls whether or not a heading line describing each column of output is displayed at the start of the summary listing.

/HELD

/NOHELD (default)

Controls whether or not to include counts of .HELD messages in the output.

/TRAILING (default)

/NOTRAILING

Controls whether or not a trailing line with totals is displayed at the end of the summary.

EXAMPLES

The following example shows displaying a summary listing of message files.


qm.maint> SUMMARIZE
                                                Messages 
                         Channel  Queued   Size (Kb)   Oldest 
-------------------------------- -------- ----------- ----------------- 
                        cc_local       0        0.00 
                    circuitcheck       4        7.51    8 Jun, 10:19:20 
                      conversion       0        0.00 
                               l       0        0.00 
                        mailserv       0        0.00 
                    mime_to_x400       0        0.00 
                        mr_local       0        0.00 
                        popstore       0        0.00 
                         process       0        0.00 
                       reprocess       0        0.00 
                    tcp_internal      15       51.47    2 Jun, 12:10:03 
                       tcp_local       0        0.00 
                       wpo_local       0        0.00 
                      x400_local       0        0.00 
                    x400_to_mime       0        0.00 
-------------------------------- -------- ----------- ----------------- 
                          Totals      19       58.98 
 
qm.maint> 


Previous Next Contents Index