IBM SMF Explorer
GitHubToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack 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