Monitoring Server Activity
402
Netscape Directory Server Administrator’s Guide • May 2002
Global Database Cache Information
The Global Database Cache Information table in the Directory Server Console
contains the following information:
Monitoring Your Server From the Command Line
You can monitor your Directory Server’s current activities from any LDAP client
by performing a search operation with the following characteristics:
•
Search for attribute
objectClass=*
•
Search base:
cn=monitor
•
Search scope:
base
For example:
ldapsearch -h directory.example.com -s base -b "cn=monitor"
"(objectclass=*)"
Table 12-4
Server Performance Monitoring - Global Database Cache
Table Header
Description
Hits
Indicates the number of times the server could process a request by
obtaining data from the cache rather than by going to the disk.
Tries
The total number of requests performed on your directory since server
startup.
Hit Ratio
The ratio of cache tries to successful cache hits. The closer this number is to
100% the better.
Pages read in
Indicates the number of pages read from disk into the cache.
Pages written out
Indicates the number of pages written from the cache back to disk.
Read-only page evicts
Indicates the number of read-only pages discarded from the cache to make
room for new pages. Pages discarded from the cache have to be written to
disk, possibly affecting server performance. The lower the number of page
evicts the better.
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.
Pages discarded from the cache have to be written to disk, possibly affecting
server performance. The lower the number of page evicts the better.
Содержание NETSCAPE DIRECTORY SERVER 6.02
Страница 1: ...Administrator s Guide Netscape Directory Server Version6 02 May 2002 ...
Страница 16: ...16 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 20: ...20 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 40: ...Starting the Server in Referral Mode 40 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 74: ...Maintaining Referential Integrity 74 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 138: ...Using Referrals 138 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 258: ...Compatibility with Earlier Releases 258 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 274: ...Setting Resource Limits Based on the Bind DN 274 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 330: ...Solving Common Replication Conflicts 330 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 374: ...Attribute Name Quick Reference Table 374 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 390: ...Configuring LDAP Clients to Use SSL 390 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 412: ...Monitoring Database Link Activity 412 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 432: ...Miscellaneous Tuning Tips 432 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 434: ...434 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 468: ...PTA Plug In Syntax Examples 468 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 488: ...488 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 502: ...Storing Information in Multiple Languages 502 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 522: ...Searching an Internationalized Directory 522 Netscape Directory Server Administrator s Guide May 2002 ...
Страница 528: ...Examples of LDAP URLs 528 Netscape Directory Server Administrator s Guide May 2002 ...