If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > How to measure number of transactions

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-23-03, 09:04
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
How to measure number of transactions

Hi,

How to measure how many transactions (LUW) are done within some period of time?
Sample: I would like to know how many transactions (LUW) are complited within one day.

My system: DB2 v8.1 fp4 on Windows XP Sp1.

Thanks,
Grofaty
Reply With Quote
  #2 (permalink)  
Old 12-24-03, 11:28
cchattoraj cchattoraj is offline
Registered User
 
Join Date: Mar 2003
Posts: 343
Take a snapshot for the database

Commit statements attempted = 1375133
Rollback statements attempted = 284
Dynamic statements attempted = 4772397
Static statements attempted = 618175
Failed statement operations = 374
Select SQL statements executed = 19015
Update/Insert/Delete statements executed = 643258
DDL statements executed = 15

Could this information help in any way?
Reply With Quote
  #3 (permalink)  
Old 12-24-03, 11:35
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Remember, the count is since the time you activated the database or reset monitor switches, whichever is later ... To know the number of transactions/day, maybe you can reset the switches at midnight and then take a snapshot next midnight ...

Cheers
Sathyaram

Quote:
Originally posted by cchattoraj
Take a snapshot for the database

Commit statements attempted = 1375133
Rollback statements attempted = 284
Dynamic statements attempted = 4772397
Static statements attempted = 618175
Failed statement operations = 374
Select SQL statements executed = 19015
Update/Insert/Delete statements executed = 643258
DDL statements executed = 15

Could this information help in any way?
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On