PMDF System Manager's Guide


Previous Contents Index


counters show

Display the contents of the in-memory section of channel counters.

Syntax

counters show [channel]

Command Qualifiers Defaults
-header -header
-output=file-spec None

Parameters

channel

Optional channel name indicating the channel(s) for which to show counters. May contain wildcards.

Description

The contents of the in-memory channel counter section may be displayed with the counters show command.

Note that the output of the pmdf qm utility's counters show command is currently not as detailed as the output of the shell level pmdf counters -show command.


Command Qualifiers

-header (default)

-noheader

Controls whether or not a header line describing each column in the table of counters is output.

-output=file-spec

Direct the output to the specified file. By default the output appears on your display.

EXAMPLES

To display the counters information for all TCP/IP channels, use the command


qm.maint> counters show tcp_*
Channel                     Messages  Recipients      Blocks 
------------------------  ----------  ----------  ---------- 
tcp_local 
    Received                      33          41          95 
    Stored                         0           0           0 
    Delivered                     33          41          95 
    Submitted                      1           1           3 
tcp_internal 
    Received                     632         758        1453 
    Stored                         1           2          10 
    Delivered                    631         756        1443 
    Submitted                      3           6          12 
qm.maint> 


Previous Next Contents Index