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: Mismatch between v$filestat and v$sysstat

RE: Mismatch between v$filestat and v$sysstat

From: Allen, Brandon <Brandon.Allen_at_OneNeck.com>
Date: Mon, 31 Oct 2005 10:56:25 -0700
Message-ID: <04DDF147ED3A0D42B48A48A18D574C4503D3FC07@NT15.oneneck.corp>


My apologies for not searching Metalink thoroughly prior to posting. I did a cursory search before posting, but just searched again and found the following explanation:

"The 'physical reads' statistic (from v$sysstat) reflects the number of blocks read from the OS, not the number of I/O's. The Tablespace IO section is obtained from the v$filestat view which reflects the number of I/O's, not the number of blocks returned."

I wasn't aware that 'physical reads' from v$sysstat reflected the # of blocks rather than # of reads. Seems like the stat name is a bit misleading then. It should be 'physical blocks read' if you ask me.

-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Allen, Brandon Sent: Monday, October 31, 2005 10:48 AM
To: oracle-l_at_freelists.org
Subject: Mismatch between v$filestat and v$sysstat

Why doesn't sum(phyrds) from v$filestat match 'physical reads' from v$sysstat?

Privileged/Confidential Information may be contained in this message or attachments hereto. Please advise immediately if you or your employer do not consent to Internet email for messages of this kind. Opinions, conclusions and other information in this message that do not relate to the official business of this company shall be understood as neither given nor endorsed by it.

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Oct 31 2005 - 11:57:05 CST

Original text of this message

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