Customer Portal

Job monitoring and control in Java

Comments 2

  • Avatar
    admin
    0
    Comment actions Permalink
    Dear adrianshum,

    you can try to parse logs (Engine prints internal status every few seconds).

    Whole bunch of monitoring functions and controls is available in CloverETL Server product: see http://www.cloveretl.com/products/enterprise-editions
  • Avatar
    dpavlis
    0
    Comment actions Permalink
    During runtime, Clover provides a lot of useful statistics (records processed, cpu load by component, etc.) through JMX Bean it registers with JVM.
    You may connect to running instance through JConsole (as an example) and see what is going on. Also, there is a possibility to create your own Java JMX client and listen/poll the JMX Bean of Clover.

    As for the Java code on Clover's side - look into org.jetel.graph.runtime.jmx package.

Please sign in to leave a comment.