VSMDATA
The VSMDATA control statement causes the CMF MONITOR Extractor to collect information about the use of virtual storage, including the use of system queue area (SQA) by subpool, common storage area (CSA) by subpool and key, and private area virtual storage by specific jobs.
[SAMPLE={5000|nnnn}]
[JOBNAME=(job1,...,job32)]
Monitoring modes | One VSMDATA statement can be specified for each monitoring mode, continuous (CPM) or intermittent (IPM). | |
Sampler and record types | The VSMDATA statement controls the VSMS sampler, which produces SMF type 78-2 records. | |
Analyzer statements and reports | VIRTSTOR CMFSUM | Virtual Storage Activity Report CMF Summary Report |
Other BMC Software products | The VSMDATA control statement is used by the CMF MONITOR Extractor only. |
Usage notes for private area sampling
Private area sampling is most useful for long-running, nonswappable jobs. Sampling other jobs can be insufficient for the following reasons:
Jobs are sampled only if they are active at the beginning of a recording interval. If a job starts after a recording interval has begun, it will not be sampled until the next recording interval.
Similarly, if a job ends during a recording interval and another job of the same name begins, the data for the first job is flagged asjob terminated during interval and sampling for the new job does not begin until the next recording interval. In addition, the data for the two like-named jobs is reported as though they were the same job.
- A job that begins and ends in the same recording interval is not sampled.
- If CMF MONITOR finds that a job is swapped out, it skips the current sample; thus, the sample count for a particular job might be below that of another job and below the overall sample count. If the job was swapped out for every sample during a recording interval, no data is recorded for that job.
Parameters
Parameters for the VSMDATA control statement are as follows:
SAMPLE= | specifies the number of milliseconds between data gathering cycles for the VSM data being gathered The default is 5000, which is also the minimum value. The maximum sampling rate is 60,000. |
---|---|
JOBNAME= | specifies the names of jobs for which private area storage usage data is to be collected You can specify up to 32 job names. The sampling rate for jobs is the same as that for the common areas. If the JOBNAME parameter is not specified, no private area data is collected and the Private Area Storage Summary and Detail sections of the Virtual Storage Activity Report are unavailable. |
Examples