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 > DB2 > More IOCLEANERS required?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-19-07, 14:45
PKPChuck PKPChuck is offline
Registered User
 
Join Date: Sep 2006
Location: Columbus, OH
Posts: 64
More IOCLEANERS required?

DB2 7.2
AIX 5.2

It appears to me, that the IOCLEANERS are not working effectively. I just reset the monitors and I am not getting any asynchronous writes. Here are the settigns and snapshot data. Not sure if I need to change settings or not.


Changed pages threshold (CHNGPGS_THRESH) = 60
Number of asynchronous page cleaners (NUM_IOCLEANERS) = 16

Rows inserted = 6335
Package cache inserts = 5615
Application section inserts = 9033
Catalog cache inserts = 0


Bufferpool name = BP16K
Buffer pool data logical reads = 355467
Buffer pool data physical reads = 0
Buffer pool data writes = 54
Buffer pool index logical reads = 78495
Buffer pool index physical reads = 0
Total buffer pool read time (ms) = 0
Total buffer pool write time (ms) = 66
Asynchronous pool data page reads = 0
Asynchronous pool data page writes = 0
Buffer pool index writes = 22
Asynchronous pool index page reads = 0
Asynchronous pool index page writes = 0
Total elapsed asynchronous read time = 0
Total elapsed asynchronous write time = 0
Asynchronous read requests = 0
Direct reads = 0
Direct writes = 2304
Direct read requests = 0
Direct write requests = 9
Direct reads elapsed time (ms) = 0
Direct write elapsed time (ms) = 41
Database files closed = 0
Data pages copied to extended storage = 0

Thanks,
Charlie
Reply With Quote
  #2 (permalink)  
Old 07-19-07, 20:35
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
At least for this bufferpool, your bufferpool hit ratio is 100% for both data and index pages. There is no synchronous I/O going on. 16 page cleaners is probably too high unless you have 16 CPU's, and even then it does not look like you need that many anyway.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
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