•
dbfilepageout
written out in Table 12-7 on page 431.
Monitoring Database Link Activity
You can monitor the activity of your database links from the command line using
the monitoring attributes. Use the
attribute values that interest you. The monitoring attributes are stored in the
following entry:
database,cn=plugins,cn=config
For example, you can use the
number of add operations received by a particular database link called DBLink1.
First, type the following to change to the directory containing the utility:
cd serverRoot/shared/bin
Then, run
ldapsearch -h directory.example.com -p 389 -D "cn=Directory Manager"
-w secret -s sub -b "cn=monitor,cn=DBLink1,cn=chaining
database,cn=plugins,cn=config" "(objectclass=*)" nsAddCount
NOTE
You can search for the following database link monitoring attributes:
Table 12-8
Attribute Name
nsAddCount
nsDeleteCount
nsModifyCount
nsRenameCount
nsSearchBaseCount
nsSearchOneLevelCount
nsSearchSubtreeCount
nsAbandonCount
: Provides the same information as described in Pages
number
-
cn=monitor,cn=database_link_name,cn=chaining
ldapsearch
as follows:
ldapsearch
The above command should be typed on a single line. It does not
appear on one line here because of page size constraints.
Database Link Monitoring Attributes
command-line utility to return the
ldapsearch
.
command-line utility to retrieve the
Description
Number of add operations received.
Number of delete operations received.
Number of modify operations received.
Number of rename operations received.
Number of base level searches received.
Number of one-level searches received.
Number of subtree searches received.
Number of abandon operations received.
Chapter 12
Monitoring Server and Database Activity
Monitoring Database Link Activity
433
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.2 - ADMINISTRATOR and is the answer not in the manual?
Questions and answers