Cemt perform statistics – IBM CICS Transaction Server for OS/390 SC33-1686-02 User Manual

Page 177

Advertising
background image

CEMT PERFORM STATISTICS

CEMT PERFORM STATISTICS

Function:

Write the statistics for a named resource type

immediately to the SMF data set, rather than wait for the
current statistics-gathering interval to expire. The recording
is made irrespective of the ON or OFF setting of statistics.
See also page “CEMT INQUIRE STATISTICS” on page 111
and page “CEMT SET STATISTICS” on page 194 for a
description of the CEMT INQUIRE and SET STATISTICS
commands.

Description:

You can request either statistics for all

resources (ALL), or statistics for individual resources in
various combinations by selecting one or more keywords
from the list.

The message ‘STATS MISSING’ appears when the resource
type is either not functioning or not available. As much data
is recorded as possible.

See the

CICS Operations and Utilities Guide for information

about printing statistics using the CICS-supplied utility
program DFHSTUP, and for information about the reports
produced by DFHSTUP.

Syntax

─CEMT Perform STatistics

─┬

────────

─────

─RECORd─

──

─────────────────────

──

─ALl─

─┬

──────────

─RESetnow─

─AUtoinstall───────

─Connection────────

─DB2───────────────

─DIspatcher────────

─Enqueue───────────

─FEpi──────────────

─FIle──────────────

─Journalname───────

─Lsrpool───────────

─Monitor───────────

─PROGAuto──────────

─PROGRam───────────

─RECOVery──────────

─STAts─────────────

─STOrage───────────

─STReamname────────

─SYsdump───────────

─TAblemgr──────────

─TCLass────────────

|

─TCPipservice──────

─TDqueue───────────

─TErminal──────────

─TRAnsaction───────

─TRDump────────────

─TSqueue───────────

─Vtam──────────────

Options

ALl

Statistics for all resources are to be written immediately
to the SMF data set.

ALL RESETNOW resets the counters for the collection
of statistics. RESETNOW only works if the ALL operand
is set, that is, ALL RESETNOW.

AUtoinstall

Autoinstall statistics are to be written immediately to the
SMF data set.

Connection

Connection statistics are to be written immediately to the
SMF data set.

DB2

CICS DB2 statistics are to be written immediately to the
SMF data set.

DIspatcher

Dispatcher statistics are to be written immediately to the
SMF data set.

Enqueue

Enqueue statistics are to be written immediately to the
SMF data set.

FEpi

FEPI statistics are to be written immediately to the SMF
data set.

FIle

File control statistics are to be written immediately to the
SMF data set.

Journalname

CICS journal statistics are to be written immediately to
the SMF data set.

Note: The JOURNALNUM resource name is obsolete,

and replaced by the JOURNALNAME resource
name.

Lsrpool

LSRPOOL statistics are to be written immediately to the
SMF data set.

Monitor

Monitoring statistics are to be written immediately to the
SMF data set.

PROGAuto

Autoinstalled program statistics are to be written
immediately to the SMF data set.

PROGRam

Program statistics are to be written immediately to the
SMF data set.

RECORd

is an optional keyword. It does not alter the action of the
transaction.

RECOVery

Recovery statistics are to be written immediately to the
SMF data set.

Chapter 11. Master terminal CEMT

159

Advertising