Petals Ant Tasks

Create an ANT tasks to build the flow instance trees

Details

  • Description:
    Hide

    The MONIT traces permit to rebuild flow instances. Sometimes several flow instances are correlated (a flow instance is created from another one). Flow instances linked form a flow instance tree. And so, from all MONIT traces, we can create flow instance trees.

    Create an Ant task to build these flow instance trees from MONIT traces previously loaded with 'petals-monit-read-logfiles'. Next, for example, they could be operated with the right Ant task to check them.

    <petals-monit-read-logfiles id="flows" dir="${petals.home}/logs/flow-monitoring" />
    <petals-monit-build-flow-trees refid="flows" id="flow-trees">
    <petals-assert-flow-trees refid="flow-trees" assert-size="${expected-root-flow-number}" />
    Show
    The MONIT traces permit to rebuild flow instances. Sometimes several flow instances are correlated (a flow instance is created from another one). Flow instances linked form a flow instance tree. And so, from all MONIT traces, we can create flow instance trees. Create an Ant task to build these flow instance trees from MONIT traces previously loaded with 'petals-monit-read-logfiles'. Next, for example, they could be operated with the right Ant task to check them.
    <petals-monit-read-logfiles id="flows" dir="${petals.home}/logs/flow-monitoring" />
    <petals-monit-build-flow-trees refid="flows" id="flow-trees">
    <petals-assert-flow-trees refid="flow-trees" assert-size="${expected-root-flow-number}" />
  • Environment:
    -

People

Dates

  • Created:
    Thu, 14 Apr 2016 - 10:29:56 +0200
    Updated:
    Mon, 18 Apr 2016 - 18:44:30 +0200
    Resolved:
    Mon, 18 Apr 2016 - 18:44:10 +0200