Have a look at "MeasureGet" in the Performer documentation. There is sample code containing: MeasureGet("TInit", MEASURE_TRANS_TRANSOK, MEASURE_KIND_COUNT, fValue); Each successful transaction will increment fValue, just use your own transaction name instead of TInit. Convert fValue to integer, using: "number(fValue)". Then use the modulo operator "mod" to express "every n" iterations.
↧