Monitoring Data Virtualization Manager client response time

Client response time is the time between when a query starts on the Data Virtualization Manager server and when data is returned to the application.

Procedure

  1. Use the MODIFY PARM command to add the following parameter that is located in the AVZSIN00 configuration member:
    “MODIFY PARM NAME(MONRESPONSETIME) VALUE(YES)”
    The following table lists the parameter for configuring response time monitoring:
    Parameter Description Valid values
    MONRESPONSETIME

    Controls whether to monitor the client response time for applications that are defined by the RTMONAPP parameter in the AVZSIN00 configuration file.

    SMF Subtype 14: Client Response Time Records

    YES
    Monitoring occurs.
    NO
    Default value is NO.
  2. For each application that you want to monitor, add the following DEFINE statement to the AVZSIN00 configuration member:
    "DEFINE RTMONAPP APPLICATION(appname)", "TIME(time)"
    Where:
    • appname is the application name, internal name, or module name.

    • time is the response-time goal, in milliseconds.

  3. Restart the Data Virtualization Manager server so that the changes take effect.