Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Monitor WebSocket applications


The Java API for WebSocket (JSR-356) enables you to create, configure, and deploy WebSocket endpoints in Web applications. Using the Administration Console, you can monitor message statistics and runtime properties for a WebSocket application and its endpoints.

To monitor a WebSocket application:

  1. In the left pane of the Console, select Deployments.

    A table that lists all the deployments currently installed on WebLogic Server appears in the right pane. The Type column specifies whether a deployment is an enterprise application, a Web application, or an EJB module.

  2. In the Deployments table, select the name of the WebSocket application.
  3. Select Monitoring > WebSocket Applications.
  4. Select Session Statistics to view session monitoring data for this WebSocket application.
  5. Select Error Statistics to view error monitoring data for this WebSocket application.
  6. Select Message Statistics to view monitoring data for all messages associated with this WebSocket application.
  7. Select Text Message Statistics to view monitoring data for all text messages associated with this WebSocket application.
  8. Select Binary Message Statistics to view monitoring data for all binary messages associated with this WebSocket application.
  9. Select Control Message Statistics to view monitoring data for all control messages associated with this WebSocket application.

Back to Top