![Netscape NETSCAPE DIRECTORY SERVER 6.1 - ADMINISTRATOR Administrator'S Manual Download Page 409](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-1-administrator/netscape-directory-server-6-1-administrator_administrators-manual_1674675409.webp)
Monitoring Server Activity
Chapter
12
Monitoring Server and Database Activity
409
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=*)"
For information on searching the Directory Server, see “Using ldapsearch,” on
page 514.
The monitoring attributes for your server are found in the
cn=monitor,cn=config
entry.
When you monitor your server’s activities using
ldapsearch
, you see the
following information:
•
version
: Identifies the directory’s current version number.
•
threads
: Current number of active threads used for handling requests.
Additional threads may be created by internal server tasks, such as replication
or chaining.
•
connection:
fd
:
opentime
:
opsinitiated
:
opscompleted
:
binddn
:[rw]
: Provides the
following summary information for each open connection (only available if
you bind to the directory as the Directory Manager ):
❍
fd
—The file descriptor used for this connection.
❍
opentime
—The time this connection was opened.
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.
Table 12-4
Server Performance Monitoring - Global Database Cache (Continued)
Table Header
Description
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.1 - ADMINISTRATOR
Page 1: ...Administrator s Guide Netscape Directory Server Version6 1 August 2002...
Page 20: ...20 Netscape Directory Server Administrator s Guide August 2002...
Page 24: ...24 Netscape Directory Server Administrator s Guide August 2002...
Page 142: ...Using Referrals 142 Netscape Directory Server Administrator s Guide August 2002...
Page 440: ...Miscellaneous Tuning Tips 440 Netscape Directory Server Administrator s Guide August 2002...
Page 442: ...442 Netscape Directory Server Administrator s Guide August 2002...
Page 478: ...PTA Plug In Syntax Examples 478 Netscape Directory Server Administrator s Guide August 2002...
Page 498: ...498 Netscape Directory Server Administrator s Guide August 2002...
Page 538: ...Examples of LDAP URLs 538 Netscape Directory Server Administrator s Guide August 2002...