DB2 – How to Get Transaction Per Minute Parameter

db2transaction

Hi is there some easy way to find out what is transaction per minute value for the database?
Should I use db2 get snapshot?
We are using DB2 9.7 ESE on Linux

Thank you in advance

Best Answer

Since you are indeed interested in the transaction log sizing, not performance, you will get better information observing the actual log usage instead of the number of transactions.

$ db2 get snapshot for database on sample | grep "Log space"
Log space available to the database (Bytes)= 52893203
Log space used by the database (Bytes)     = 94797