![Netscape NETSCAPE DIRECTORY SERVER 6.02 Administrator'S Manual Download Page 407](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-02/netscape-directory-server-6-02_administrators-manual_1674673407.webp)
Monitoring Database Activity
Chapter
12
Monitoring Server and Database Activity
407
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-6
Database Performance Monitoring - Database Cache Information
Performance Metric
Current Total
Hits
Indicates the number of times the database cache successfully supplied a
requested page. A page is a buffer of the size 2K.
Tries
Indicates the number of times the database cache was asked for a page.
Hit ratio
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.
Pages read in
Indicates the number of pages read from disk into the database cache.
Pages written out
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.
Read-only page evicts
Indicates the number of read-only pages discarded from the cache to make
room for new pages.
Read-write page evicts
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.
Table 12-7
Database Performance Monitoring - Database File-Specific table
Performance Metric
Current Total
Cache hits
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.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.02
Page 1: ...Administrator s Guide Netscape Directory Server Version6 02 May 2002 ...
Page 16: ...16 Netscape Directory Server Administrator s Guide May 2002 ...
Page 20: ...20 Netscape Directory Server Administrator s Guide May 2002 ...
Page 74: ...Maintaining Referential Integrity 74 Netscape Directory Server Administrator s Guide May 2002 ...
Page 138: ...Using Referrals 138 Netscape Directory Server Administrator s Guide May 2002 ...
Page 432: ...Miscellaneous Tuning Tips 432 Netscape Directory Server Administrator s Guide May 2002 ...
Page 434: ...434 Netscape Directory Server Administrator s Guide May 2002 ...
Page 468: ...PTA Plug In Syntax Examples 468 Netscape Directory Server Administrator s Guide May 2002 ...
Page 488: ...488 Netscape Directory Server Administrator s Guide May 2002 ...
Page 528: ...Examples of LDAP URLs 528 Netscape Directory Server Administrator s Guide May 2002 ...