On 10/19/2010 12:33 PM, Lizette Koehler wrote:
I am running z/OS V1.11
TPX R5.2

I have been asked to determine the maximum number of users and what sessions 
(cics, ims,etc) that they are using.

What is my best option to creating a report for this.

Is there an SMF record?  We have MXG and SAS.

With TPX I would need to issue a F TPX,D T or F TPX,D U every few minutes to 
zOS and then summarize that data.  I would do this with a REXX using the 
console interface.

Otherwise, any other ideas?

Lizette,

TPX can optionally produce SMF records.
To see if you currently are, go into TPX administration
and enter 1 for System Options  

Then Select the System Options Table you are using.

Enter 8 for Optional Parameters.

If you have an SMF Record Number specified, you should be
creating SMF records.

The records are described in the System Customization Guide.
There is a MACRO for them in GENLIB(MONSMF).

It is relatively easy to find what applications are being used.

The interval record might have the max users in it, if not
you may have to keep track of TPX signon/signoff events to
calculate it.

--
Richard

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to