Made Transactions

warredon

New Member
Does anyone knows how to check how many transactions has been made in 1 day in a DB?

I alwayes stop the DB at 1:00 am and i would like to know how many transactions were made in this cycle.

Thanks.

W
 
I believe you can get this info from:

_ActSummary._Summary-Commits in the VSTs.

Record and compare values at your various checkpoints.


However, this info is not well documented (by Progress) and you will probably get a definitive answer on the Peg:

http://www.peg.com/lists/dba/web/

where db gurus like Potemkin and Bascom hang out.


There are various utilities for monitoring the database/VSTs which you may be aware of, including ProMon and Tom's own Protop which you can download from:

http://www.greenfieldtech.com/downloads/downloads.shtml

Also look at pmon.p in the samples directory.
 
Back
Top