jmx2dsl now has optimized conversions for regexExtractor
, ifController
, forEachController
& uniformRandomTimer
.
This release also changes default name (when no explicit controller name is specified) of forEachController
generated iteration number variables to use the name of iterationVarName
on it. For example, this controller forEachController("items", "item")
was previously using __jm__foreach__idx
while the new version uses __jm__item__idx
. This change was included since this reduces chances of name collisions with other forEachControllers and keeps all forEachController
variables with a common string.