RPTCNT parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (minor word change)
 
Line 17: Line 17:
==Description==
==Description==
<p>
<p>
The number of samples to be taken between successive groups of <var>[[Using_system_statistics#System_performance_statistics|performance statistics]]</var> lines in the journal</p>
<var>RPTCNT</var> specifies the number of samples to be taken between successive groups of [[Using system statistics#System performance statistics|performance statistics]] lines in the journal.</p>
<p>
<p>
A group of performance lines are produced every <code>RPTCNT * [[SMPLTIM parameter|SMPLTIM]]</code> milliseconds. A value of 0 indicates that no performance lines are printed.</p>
A group of performance lines are produced every <code>RPTCNT * [[SMPLTIM parameter|SMPLTIM]]</code> milliseconds. A value of 0 indicates that no performance lines are printed.</p>

Latest revision as of 19:58, 27 September 2017

Samples between performance stat lines

Summary

Default value
0
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V2.1 or earlier

Description

RPTCNT specifies the number of samples to be taken between successive groups of performance statistics lines in the journal.

A group of performance lines are produced every RPTCNT * SMPLTIM milliseconds. A value of 0 indicates that no performance lines are printed.

This performance subtask is not available under z/VSE.