Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 10g System statistics - single and multi
FORMATING !!!
For some reason, the TAB sign has been replaced with 09 (HEX) thus all
my numbers were prefixed by 09 !!!! I knew i didn't post these numbers
...
Here's the results with NO TABS
Random read from my SAN
Test type Responce time (ms)
512 read-1 0.874 512 read-2 0.173 512 read-4 0.130 8k read-1 0.457 8k read-2 0.149 8k read-4 0.228 32k read-1 0.422 32k read-2 0.388 32k read-4 0.762 256k read-1 2.165
I dont have the 512K reads saved. The number after the test is outstanding IOs. (read async or multiple sessions active).
And the random values are:
512 read RAND-1 252.949 512 read RAND-2 79.780 512 read RAND-4 7.537 8k read RAND-1 6.376 8k read RAND-2 6.978 8k read RAND-4 8.375 32k read RAND-1 7.193
256k read RAND-1 1.331 256k read RAND-2 15.278 256k read RAND-4 27.275
On 5/18/05, Paul Drake <bdbafh_at_gmail.com> wrote:
> On 5/18/05, Christo Kutrovsky <kutrovsky.oracle_at_gmail.com> wrote:
> > Wolfgang,
> >
> > I will have to repeat this test on my system. What was your OS and
> > file system ? linux and ext3 does not have directio support. It also
> > has poor default read-ahead parameters.
> >
> > "...on average it should take the same amount of time to position ..."
> > If you were to do 1 x dfmrc randomly, then yes mread would always be >
> > sread. But you are doing this sequencially. Thus only the 1st read
> > would involve positioning the heads, after that, every subsequent read
> > would not include that time. Every so often, there would be some time
> > to move the head to next track, but this time is far less then a full
> > seek time. That is, of course, assuming no other disk activity. Or
> > minor activity.
> >
> > Unfortunelly the test 10g system I have is not yet on the SAN i am test=
ing.
> >
> > I am using RedHat linux and ASM (i.e. using directio)
> >
> > These results have been produced with Windows (for convenience) on
> > unpartitioned drives with iometer (www.iometer.org). No caching on OS
> > side.
> >
> > Random read from my SAN
> > Test type Responce time (ms)
> > 512 read-1=3D090.874
> > 512 read-2=3D090.173
> > 512 read-4=3D090.130
> > 8k read-1=3D090.457
> > 8k read-2=3D090.149
> > 8k read-4=3D090.228
> > 32k read-1=3D090.422
> > 32k read-2=3D090.388
> > 32k read-4=3D090.762
> > 256k read-1=3D092.165
> > 256k read-2=3D092.672
> > 256k read-4=3D095.185
> >
>=20
>=20
>=20
>=20
>=20
--=20
Christo Kutrovsky
Database/System Administrator
The Pythian Group
-- http://www.freelists.org/webpage/oracle-lReceived on Wed May 18 2005 - 15:02:09 CDT
![]() |
![]() |