Monitoring engines

Use the ccm monitor command to monitor engines. The ccm ps command is like ccm monitor, but it lists more information about each process and does not loop continuously.

Procedure

  1. Run the ccm monitor command.

    The following example shows all interfaces with engines running on host vod.

    $ ccm monitor -host vod -process engine

    You can use a string or an ACCENT regular expression in the value fields for any of these arguments. Ensure that the argument starts with ?" to indicate that it is a regular expression.

  2. Press CTRL-c to exit from the command.

Feedback