Performance Monitor Exit Program


  Required Parameter Group:

1 Member name Input Char(10)
2 Library name Input Char(10)


The Performance Monitor exit program is called to process the performance data just collected by the performance monitor. You would write an exit program for the performance monitor if you wanted to be sure that the performance data being collected was processed as soon as the monitor was done collecting it.

Note: The Performance Monitor exit program pertains to the Start Performance Monitor (STRPFRMON) command, not the Performance Monitor Collector APIs. Starting in Version 5 Release 1, the Start Performance Monitor (STRPFRMON) command is no longer supported.


Authorities and Locks

None.


Required Parameter Group

Member name
INPUT; CHAR(10)

The performance data member name.

Library name
INPUT; CHAR(10)

The library that contains the performance data.


Error Messages

The performance monitor handles any error that could occur in the exit program. Not only does the performance monitor contain generic MCH (machine), CPF (i5/OS), and PFR (performance) error messages, it also contains a function-check handler.



Exit program introduced: V2R3
Top | Performance Management APIs | APIs by category