Menu principal                 [Fechar]


CICS Manual do Usuário - PERFORM STATISTICS RECORD


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

PERFORM STATISTICS RECORD

Causes the statistics for a named resource type to be recorded.

Sintaxe:

PERFORM STATISTICS RECORD
 
>>-PERFORM STATISTICS RECORD--ALL--+----------+----------------><
                                   '-RESETNOW-'
 
 
>>-PERFORM STATISTICS RECORD--+------+--+------+---------------->
                              '-DUMP-'  '-FILE-'
 
>--+-------------+--+---------+--+---------+--+-----------+----->
   '-INTERSYSTEM-'  '-JOURNAL-'  '-PROGRAM-'  '-RUNTIMEDB-'
 
>--+---------+--+------+--+---------+--+----------+------------->
   '-STORAGE-'  '-TASK-'  '-TDQUEUE-'  '-TERMINAL-'
 
>--+-------------+--+---------+--+------------+----------------><
   '-TRANSACTION-'  '-TSQUEUE-'  '-UNITOFWORK-'
 
 
Nota:
STORAGE includes statistics for all storage subpools.

 

Descrição:

PERFORM STATISTICS RECORD causes the statistics for a named resource type to be recorded (that is, written out to an operating system byte stream file) immediately, instead of waiting for the current interval to expire.
The recording is made irrespective of the setting of the statistics RECORDING option; see INQUIRE STATISTICS and SET STATISTICS.

For each resource type, the global and specific statistics are recorded.
You can specify any combination of the resource types that are listed, or you can ask for all resource types with the ALL option.
If you provide no resource type, no action is taken. Using ALL RESETNOW resets the statistics counters for all resources.
If the ALL option is used separately, the counters are not reset.

Informações relacionadas:


© Copyright IBM Corp.