SQL Server Performance Forum – Threads Archive
read write ratio
I need to find out the current read write ratio of my database. How do I do that?Consult BOL Administering SQL Server/Monitoring Server Activity/Monitoring with System Monitor. There you will find a wealth of information regarding what you are trying to do.
Now that is a lazy dba… What specifically are you looking for? I did put in "read write ratio" in books online, and that did work pretty good. It sounds though like your looking for something like cache manager… Brett

We are going to purchase a SAN system. I’m a very new DBA (got the junior in my title <img src=’/community/emoticons/emotion-1.gif’ alt=’

<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by x002548</i><br /><br />Now that is a lazy dba…<br /><br />


Thanks for your advice Lazy_DBA. I have been reading BOL a lot and also reading the articles on this forum.
I ran performance monitor and chose
Disk Read Bytes/sec
Disk Reads/sec
Disk Write Bytes/sec
Disk Writes/sec
Buffer cache hit ratio
Transactions/sec Ran it for 2 hrs at 15 seconds interval and came back with an average of 153 reads/sec and 33 writes/sec. That means the read:write ratio is abt 5:1.
Would this qualify as a OLTP? I would expect higher write ratio it it was really an OLTP. Also, what would be considered normal for disk read bytes/sec. If my system reads an average of 8 MB/sec, is that too heavy on I/O?
What you want is high buffer cache hit ratio readings close to 99% and lower Disk Reads. How much Physical RAM do you have on your server?
My buffer cache hit ratio is good. It’s about 97% for that 2 hour window, which is our peak traffic time.
We have a active/passive cluster using Legato Co-Standby Server 2000 and we had a problem a while ago and restarted the active machine so Legato failed over to the passive machine.
After that, our Disk Read Bytes/sec went up to 8MB/sec. Before, when the other machine was the active server, it used to be around 3MB/sec. It’s an identical machine and we don’t know what’s wrong witht he high disk read bytes/sec we have now. We have 8GB of RAM.
Capture counters Physical Disk: % Disk Time & Avg. Disk Queue Length to further assessment.
Ensure all other related services are started and working without any issues by referring to the windows event log & SQL server error log.
HTH Satya SKJ
Moderator
http://www.SQL-Server-Performance.Com/forum
This posting is provided “AS IS†with no rights for the sake of knowledge sharing.
]]>