Previous | Next | Contents | Index |
Display the contents of the in-memory section of channel counters.
counters show [channel]
Command Qualifiers Defaults -header
-header
-output=
file-specNone
channel
Optional channel name indicating the channel(s) for which to show counters. May contain wildcards.
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'scounters show
command is currently not as detailed as the output of the shell levelpmdf counters -show
command.
-header
(default)Controls whether or not a header line describing each column in the table of counters is output.
-noheader
Direct the output to the specified file. By default the output appears on your display.
-output=
file-spec
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 |