Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: measuring TPM
Well, as you are well aware of, you cannot measure without
impacting. I know of the following methods:
SQL> select name, value from v$sysstat
2 where name = 'user commits';
NAME VALUE
On 01/28/2004 10:29:25 AM, Charlie_Mengler_at_HomeDepot.com wrote:
>
> I've been asked to provide value for the Transactions Per Minute
> going through our primary OLTP production database.
>
> I believe I can use deltas in SCN values to measure "transactions"
> which do INSERT/UPDATE/DELETE and then COMMIT;
>
> Is there any way to measure/count the number of SELECTs which occur?
> If so, how?
>
> How would you derive a value for TPM for your DB?
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author:
> INET: Charlie_Mengler_at_HomeDepot.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Mladen Gogala Oracle DBA -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Mladen Gogala INET: mgogala_at_adelphia.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Jan 28 2004 - 10:09:27 CST
![]() |
![]() |