Transaction volume

TransactionVolume estimates data volume generated by the begin and commit records.

The formula for InboundTransactionVolume is:

InboundTransactionVolume = (MsgSizecommit + MsgSizebegin) * InboundTransactionRate

where:

The formula for OutboundTransactionVolume is:

OutboundTransactionVolume = (MsgSizecommit + MsgSizebegin) * OutboundTransactionRate

where: