Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Monitor RESTful Web services


After a Web application that contains a RESTful Web service is installed and started, you can review information about the service, such as its invocation and error counts, average execution time, and so on.

To monitor a RESTful Web service:

  1. In the left pane of the Administration Console, select Deployments.
  2. In the right pane, navigate within the Deployments table until you find the RESTful Web service you want to monitor.

    Note: RESTful Web services are deployed as part of an Web application.

  3. In the Deployments table, click the name of the Web application that contains the RESTful Web service.
  4. Select Monitoring > JAX-RS Applications to display general statistics about the RESTful Web service applications.

    This page displays the application name, its root context, and the server on which it is running. Statistics such as error and invocations counts are aggregated for all servers on which the Web service is running. You can customize the information that is shown in the table by clicking Customize this table.

  5. Click the name of the RESTful application to view more details and monitor its associated resources and methods.
  6. Select the General tab to review details about the RESTful Web service and monitor general statistics, such as invocation and error counts, execution times, and so on.
  7. Select the JAX-RS Resources tab for a table listing the resources associated with the RESTful Web service.

    The table provides a summary of information for each resource. Expand a resource name to view the public methods that can be invoked by client applications.

    For each method, runtime monitoring information is displayed, such as the number of times the operation has been invoked since the WebLogic Server instance started, the average execution time, and so on. You can customize the information that is shown in the table by clicking Customize this table.


Back to Top