Operating System - OpenVMS
1752603 Members
5048 Online
108788 Solutions
New Discussion юеВ

How can i check the current config for T4?

 
SOLVED
Go to solution
Sentosa
Frequent Advisor

How can i check the current config for T4?

Hi,

I am using T4 v4.0 to collect the system performance. How can i check the current configuration in T4? e.g. sampling interval, etc.

Thanks.
3 REPLIES 3
John Abbott_2
Esteemed Contributor
Solution

Re: How can i check the current config for T4?

Hi Sentosa,

When you ran @T4$SYS:T4$CONFIG you were asked a series of questions. This resulted in a batch job T4$COLLECT. If you do a $ SHOW ENTRY n/FULL of this batch job, you'll see a /PARAM=() qualifer which contains the answers to the questions you were asked by the config procedure.

You should also have logicals T4$SYS and T4$DATA defined system wide.

With regards to sampling interval, this is P6 in the above PARAM list. I believe the default for this is a 60 second interval.

Regards
John.
Don't do what Donny Dont does
John Abbott_2
Esteemed Contributor

Re: How can i check the current config for T4?

The parameter configuration is as follows;

P1 - Start time
P2 - End time
P3 - Queue name to run T4$COLLECT on
P4 - List of network devices to monitor
P5 - Email addr to send results (if supplied)
P6 - MONITOR /INTERVAL frequency (60sec def)
P7 - T4$DATA area
P8 - retention values for data files (3 values) followed by a Y or N for re-submission of the daily data collection (T4$COLLECT).
Don't do what Donny Dont does
Sentosa
Frequent Advisor

Re: How can i check the current config for T4?

Thanks