Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

Configuring Statistics Logging to a PowerExchange File

Configuring Statistics Logging to a PowerExchange File

If you need to get SMF statistics quickly, such as for testing purposes, log statistics records to a sequential data set on z/OS instead of to SMF.
To log statistics to a sequential data set, specify the STATS statement with the FILE parameter in the DBMOVER configuration file. Then, restart the PowerExchange Listener. By default, PowerExchange does not collect the statistics.
Use the following syntax for the STATS statement:
STATS=(FILE,
dataset_name
,{
interval
|
0
})
For example:
STATS=(FILE,DTLUSR.V101.PWXFILE,0)
The following table describes the parameters in the statement:
Parameter
Description
dataset_name
The fully qualified name of the sequential data set to which to write statistics records. You must have pre-allocated this data set.
interval
The interval in minutes at which to log statistics.
Valid values are 0 and any number from 5 through 120.
Default is 0, which disables interval processing. PowerExchange writes an SMF record when the PowerExchange Listener shuts down.

0 COMMENTS

We’d like to hear from you!