Hyperfoil

addToSharedCounter

Adds value to a counter shared by all sessions in the same executor.

Inline definition
Use on of: counter++, counter--, counter += <value>,
counter -= <value>
Property Type Description
fromVar String Input variable name.
key String Identifier for the counter.
operator enum Operation to perform on the counter. Default is ADD.
Options:
  • ADD
  • SUBTRACT
value int Value (integer).
Close

Search results for "":