Skip to content

Phantom monitoring and admin console

Regunath B edited this page Sep 11, 2013 · 4 revisions

The monitoring console is available via the URL : http://<host name>:8081/admin/dashboard.

  • This console shows live metrics of API/Service calls. Information is organized by handlers/API methods and thread pools: Live Monitor

The admin console is available via the URL : http://<host name>:8081/admin/configuration.

  • The configuration landing page shows all deployed socket listeners and active handlers as shown below: Config landing page

  • Each handler can be independently re-initialized and configured. Note that for this to work, each handler must be defined in its own spring-proxy-handler-config.xml file. Handler specific config files may be created in sub-directories under /src/main/resources/external - for e.g. /src/main/resources/external/productService/spring-proxy-handler-config.xml. The edit page displays the handler's XML configuration. Editing and saving the XML will cause the Handler to be undeployed/destroyed and re-created from the modified configuration. A sample edit configuration page : Edit Handler config