If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > buffer stats down after fast cache hardware installed?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-09-04, 09:32
WiccaChic WiccaChic is offline
Registered User
 
Join Date: Jan 2004
Posts: 71
buffer stats down after fast cache hardware installed?

Good morning. I installed write cahching hardware on my disk subsystems over the weekend and I was surprized to find my buffer stats down from what they normall are:

Profile
dskreads pagreads bufreads %cached dskwrits pagwrits bufwrits %cached
35454219 112790800 2665919344 98.67 6032509 11332052 59579389 89.87

My reads usually run at 99.xx% and writes hover between 97-98.xx% Does this make sense to anyone?
Reply With Quote
  #2 (permalink)  
Old 08-10-04, 10:22
Big Kahuna Big Kahuna is offline
Registered User
 
Join Date: Jan 2003
Posts: 30
Lightbulb LRU Background writes faster

Hi,

Because of your writes being faster ( because the writes go to disk cache instead of directly to disk ) the background writes caused by exceeding the LRU_MAX_DIRTY threshold will also be faster. Therefore buffers can be liberated in memory faster. This then can have the effect buffers have to be read from disk again when they have to be modified, resulting in a worse write-cache ratio.

Make sure you reinitialize the figures ( onstat -z) periodically to be able to compare them .

Best regards
Koen
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On