Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section enables you to understand how can you monitor the performance of Adeptia server and which parameters are displayed. In addition, it also explains how this information is presented to the user.

Prerequisites

 

You must start Kernel and WebRunner before monitoring Adeptia server.

...

http://<hostname>:<port>/adeptia/control/monitorMatrix?monitorFlag=<monitorflag>&matrixFlag=<matrixflag>
where,
<hostname> is the name of the server on which Adeptia Suite is running.
<port> is the Web server HTTP port number on which HTTP Adeptia Suite WebRunner is running. By default, Adeptia Suite WebRunner runs at 8080.
<monitorflag> is used to define JVM for which you want to monitor the performance. It can have any of the following three values: 

    • kernel
    • webrunner
    • cluster
Info
  • When you set kernel as the monitorflag, then parameters of Kernel JVM are displayed.
  • When you set webrunner as the monitorflag, the parameters of WebRunner JVM are displayed.
  • When you set cluster as the monitorflag, status of all nodes of the cluster are displayed.
  • When you set <monitorflag> to cluster then do not provide any value to the <matrixflag>. Then the format for the HTTP URL is:

    http://<hostname>:<port>/adeptia/control/monitorMatrix?monitorFlag=<cluster>

...