Table 12-6
Database Performance Monitoring - Database Cache Information
Performance Metric
Hits
Tries
Hit ratio
Pages read in
Pages written out
Read-only page evicts
Read-write page evicts
Database File-Specific Table
The directory displays a table for each index file that makes up your database. Each
of the tables provides the following information:
Table 12-7
Database Performance Monitoring - Database File-Specific table
Performance Metric
Cache hits
Current Total
Indicates the number of times the database cache successfully supplied a
requested page. A page is a buffer of the size 2K.
Indicates the number of times the database cache was asked for a page.
Indicates the ratio of database cache hits to database cache tries. The closer this
value is to 100%, the better. Whenever a directory operation attempts to find a
portion of the database that is not present in the database cache, the directory
has to perform a disk access to obtain the appropriate database page. Thus, as
this ratio drops towards zero, the number of disk accesses increases and
directory performance drops.
To improve this ratio, you can increase the amount of data that the directory
maintains in the database cache by increasing the value of the "Maximum
Cache Size" attribute. See "Tuning Database Performance," on page 424 for
information on changing this value using the Server Console.
Indicates the number of pages read from disk into the database cache.
Indicates the number of pages written from the cache back to disk. A database
page is written to disk whenever a read-write page has been modified and
then subsequently deleted from the cache. Pages are deleted from the database
cache when the cache is full and a directory operation requires a database page
that is not currently stored in cache.
Indicates the number of read-only pages discarded from the cache to make
room for new pages.
Indicates the number of read-write pages discarded from the cache to make
room for new pages. This value differs from Pages Written Out in that these
are discarded read-write pages that have not been modified.
Current Total
Number of times that a search result resulted in a cache hit on this specific
file. That is, a client performs a search that requires data from this file and
the directory obtains the required data from the cache.
Chapter 12
Monitoring Server and Database Activity
Monitoring Database Activity
407
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.02 - ADMINISTRATOR and is the answer not in the manual?
Questions and answers