Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: TKPROF Question
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
-- 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