PMDF System Manager's Guide


Previous Contents Index


counters -show

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

Syntax

pmdf counters -show

Command Qualifiers Defaults
-associations -associations
-channels -channels
-headers -headers
-output=file-spec None
-today -today

restrictions

On UNIX, normally none, but if a new in-memory section must be created then privileges sufficient to create such a section are required.

Description

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

A new in-memory section will be created if one does not already exist. Note that if a new in-memory section must be created, the initial values for the number of messages stored, number of recipients, and message volumes will be set based on the entries in the PMDF queue cache database.


Command Qualifiers

-associations (default)

-noassociations

This qualifier specifies whether to show the in-memory cache of association counters.

-channels (default)

-nochannels

This qualifier specifies whether to show the in-memory cache of channel counters.

-headers (default)

-noheaders

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.

-today (default)

-notoday

This qualifier specifies whether to show PMDF's count for the number of messages processed this day. Note that the "today" count, like all counters counts, is a "lightweight" count; in case of any problems updating the counter, PMDF skips the update and keeps on processing. So

EXAMPLES

This UNIX example shows displaying the counters for all channels and associations.


# pmdf counters -show
4263 messages processed so far today 
30000 messages per day are permitted by your license 
 
Channel                     Messages  Recipients      Blocks 
------------------------  ----------  ----------  ---------- 
l 
    Received                    3863        3881       25786 
    Stored                        89          89         460 
    Delivered                   3876        3894       26018 (3859 first time) 
    Submitted                     99         114        1611 
    Attempted                     17          17          25 
    Rejected                       0           0           0 
    Failed                         1           1           6 
 
    Queue time/count        29794837/3877 = 7.68502E3 
    Queue first time/count  18904343/3860 = 4.8975E3 
 
tcp_local 
    Received                     208         217        4153 
    Stored                         3           3           9 
    Delivered                    200         212        2461 (197 first time) 
    Submitted                   4053        4078       25919 
    Attempted                      7           7           0 
    Rejected                      46          68           0 
    Failed                        14          14        1695 
 
    Queue time/count        1106266/211 = 5.24297E3 
    Queue first time/count  455897/208 = 2.19181E3 
 
    Current In Assocs            127 
    Total In Assocs             1056 
    Total Out Assocs             132 
    Rejected Out Assocs           11 
    Failed Out Assocs              1 
 
Channel      Timestamp    Association 
------------ ------------ ------------------------------------------------- 
tcp_local    01-Feb 00:27 TCP|192.160.253.70|25|192.160.253.66|3465 
tcp_local    25-Jan 00:31 TCP|192.160.253.70|25|192.160.253.66|3496 
tcp_local    26-Jan 14:50 TCP|192.160.253.70|25|192.160.253.66|2086 
tcp_local    05-Feb 12:23 TCP|192.160.253.70|25|192.160.253.66|3593 
tcp_local    01-Feb 00:34 TCP|192.160.253.70|25|192.160.253.66|3581 
 
...
# 


Previous Next Contents Index