Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: TKPROF Question

RE: TKPROF Question

From: Cary Millsap <cary.millsap_at_hotsos.com>
Date: Fri, 16 May 2003 18:36:42 -0800
Message-ID: <F001.0059BA87.20030516183642@fatcity.com>


Exactly. To be (only very slightly) more precise, the "SQL*Net message to client" event measures the duration of the OS write call upon the socket where SQL*Net runs. A write is fast: put a couple of bytes on the pipe and done. The "SQL*Net message from client" event measures the duration of the OS read call upon the same socket. A read call blocks from the time it is called until the function call returns.  

Cary Millsap
Hotsos Enterprises, Ltd.
http://www.hotsos.com

Upcoming events:
- Hotsos Clinic <http://www.hotsos.com/training/clinic101> 101 in London,
Reykjavik, Ottawa, Dallas, Washington, Denver, Sydney
- Visit www.hotsos.com for schedule details...

-----Original Message-----
Djordje
Sent: Tuesday, May 13, 2003 4:13 PM
To: Multiple recipients of list ORACLE-L  

The "to" time is how long it takes a message from the server to the client. The "from" time is from the client to the server. So if on the client you have an app that is waiting for user input, the time while the user is having a smoke break will account into the ale time "from" the client.  

In 8i they are still in centiseconds, and in 9i they are in microseconds.  

Djordje

-----Original Message-----
Sent: Tuesday, May 13, 2003 1:32 PM
To: Multiple recipients of list ORACLE-L

Hi,

Does anyone know how elapsed (ela=) times are accounted for 'SQL*Net message From|to client' event? I am getting a bit confused ... take a look at following snippet ... this is from at recent trace file ...

Why is the difference between ela= time for "to client" and "from client" this big?? I am assuming the ela= times are still in centi-seconds ...

Any help is greatly appreciated.
Raj




Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email are strictly personal. QOTD: Any clod can have facts, having an opinion is an art !
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Cary Millsap
  INET: cary.millsap_at_hotsos.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).
Received on Fri May 16 2003 - 21:36:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US