Customer Portal

how to gather statistics from each node??

Comments 2

  • Avatar
    dpavlis
    0
    Comment actions Permalink
    Clover engine offers such statistics through JMX protocol. Upon graph start, an JMX MBean is created which can be queried for that.

    When graph is finished, each Phase contains TrackingInfo for individual nodes belonging to tha phase.

    See org.jetel.graph.runtime.jmx package.
  • Avatar
    achan
    0
    Comment actions Permalink
    Thanks!

Please sign in to leave a comment.