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

Field - transaction_total_per_second

Average transaction completions per second for this interval.

Description

Average number of transactions completed per second for this interval.

Post-Processed

The field is created using the following pseudocode:

return transaction_total_count * 1000 / interval_in_milliseconds