Choose
child tag of the choices tag that groups a bunch of actions and
associates a probablility with the execution of this group of
actions.
Children Tags
Required Attributes
howoften
describes in a percentage how often this action will be
executed.
Usage Examples
Example #1
<distribute iterations="1..10" workers="3">
<choices>
<choose howoften="25%">
<event name="test.event2" />
</choose>
<choose howoften="25%">
<event name="test.event1" />
</choose>
<choose howoften="50%">
<event name="test.event3" />
</choose>
</choices>
</distribute>