IBM SMF Explorer
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Field - transaction_executed_per_second

Average transaction executions per second for this interval.

Description

Average number of transactions completed their execution phase per second for this interval.

Post-Processed

The field is created using the following pseudocode:

return transaction_executed_count * 1000 / interval_in_milliseconds