You can view OpenEdge ABL application metrics by using the ABL Application: <ABL application name> page.

To view the list of metrics:
  1. Click Resources > Go to Resources in the OpenEdge Management console.
    All resources managed by your console appear in the grid frame.
  2. Filter or search for, and select the required PAS for OpenEdge instance.

    For example, type the default PAS for OpenEdge instance name, oepas1, in the Filter field or select Progress Application Server as the selection in the Type drop-down menu and select the PAS instance.

    The Progress Application Server: <instance name> page appears.
  3. Click an ABL application listed in the ABL Applications section.
    The ABL Application: <ABL application name> page appears.
    Note: The OpenEdge manager web application, oemanager, must be installed on PAS for OpenEdge for you to manage OpenEdge ABL applications and transport services while the PAS for OpenEdge instance is running.
  4. Click Application Metrics.
    The PAS Application metrics for <ABL application name> page appears. You can view the following PAS application metric properties:
    Note: The metric properties of the target PAS for OpenEdge instance appear only if the value of the collectMetrics property is set to 3. For more information on how to set the collectMetrics property of the target PAS for OpenEdge instance, see Collect runtime metrics.
    Table 1. PAS application metric properties
    Property Description
    Access Time The date and time at which the metrics have been retrieved.
    Last Reset Time The date and time at which you have last reset the metrics for the service.
    Requests A group of various requests made to the PAS application for accessing the AppServer.
    Errors A group of various errors encountered from the time the PAS for OpenEdge has started or last reset.
    Time A group of various time components.
    The following table describes the Requests group properties:
    Table 2. Requests group properties
    Property Description
    Requests Total number of requests to the session.
    Writes Number of times requests were written by the session on the agent.
    Reads Number of times a response was read by the session from the agent.
    Concurrent Connected Clients Number of clients connected at a particular time.
    Max Concurrent Clients Maximum number of concurrent clients.
    Number of Reserve ABL Session Waits Number of waits that occurred while reserving a local ABL session.
    Number of Reserve ABL Session Timeouts Number of timeouts that occurred while reserving a local ABL session.
    The following table describes the Errors group properties:
    Table 3. Errors group properties
    Property Description
    Write Number of errors that occurred while writing a request to the agent.
    Read Number of errors that occurred while reading a response from the agent.

    The following table describes the Time group properties:

    Table 4. Time group properties
    Property Description
    Max Agent Read Maximum time to read a response from the agent.
    Min Agent Read Minimum time to read a response from the agent.
    Avg Agent Read Average time to read a response from the agent.
    Std Dev Agent Read Standard deviation of the time taken to read a response from the agent.
    Reserve Connection Timeouts Number of timeouts that occurred while reserving a local ABL session.
    Avg Reserve ABL Session Wait Time Average time that a reserved ABL session had to wait before executing the request.
    Max Reserve ABL Session Wait Time Maximum time that a reserved ABL session had to wait before executing the request.
    Total Reserve ABL Session Wait Time Total time that reserved ABL sessions had to wait before executing the request.

    You can reset the time and count values of PAS application metrics to zero by clicking Reset statistics. The Last Reset Time field is updated when the statistics are reset.

    The PAS Application metrics for <ABL application name> page also shows the graphs that display the connections, sessions, concurrent connected clients for PAS application. Using the options on the top-right corner of the graph, you can select a time period, ranging from 2 hours to 2 weeks, to display the data collected for that period of time, reload the graph, and select different forms of graphical interpretation.