addItem
Appends value to an array stored in another variable.
Processors can work either as consumers of input bytes (e.g. storing part of the input into session variables), as filters (passing modified version of the input to delegated processors) or combination of the above.
Some processors can expect extra context in the session, such as an ongoing (HTTP) request. It is possible to use processors that don’t expect specific type of request in places where a more specific type is provided; opposite is not allowed.
Also it is possible to use an action instead of a processor; Hyperfoil automatically inserts an adapter. That’s why the list below includes actions as well.
Appends value to an array stored in another variable.
Add value to integer variable in the session.
Adds value to a counter shared by all sessions in the same executor.
Stores data in an array stored as session variable.
Drops all entries from HTTP cache in the session.
Prevents reuse connection after the response has been handled.
Collects results of processor invocation into a unbounded list.
Passes the data to nested processor if the condition holds.
Records number of parts this processor is invoked on.
Fail the phase with given message. Used mostly for testing/debugging.
Lookup index of an item in an array/collection.
Retrieves n-th item from an array or collection.
Retrieves value from a counter shared by all sessions in the same executor and stores that in a session variable.
Calculates size of an array/collection held in variable into another variable
Decompresses a GZIP data and pipes the output to delegated processors.
Parses JSON responses using simple queries.
Log a message and variable values.
Logs body chunks from requests marked as invalid.
Unconditionally mark currently processed request as invalid.
Instantiates a sequence for each invocation.
Parses HTML tags and invokes handlers based on criteria.
Makes the data available to all sessions in the same agent, including those using different executors.
Gathers values from session variables and publishes them globally (to all agents).
Stores defragmented data in a queue.
Reads data from agent-wide scope into session variable.
Removes element from an array of variables.
Schedules a restart of this sequence.
Set variable in session to certain value.
Set session variable to an integral value.
Set element in a collection on given position.
Sets value in a counter shared by all sessions in the same executor.
Stores data in a session variable (overwriting on multiple occurences).
Converts buffers into integral value and stores it in a variable.
Parse string into integer and store it in a variable.
Undefine variable name.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.