Monitoring Database Link Activity; Table 12-8 Database Link Monitoring Attributes - Netscape DIRECTORY SERVER 6.02 - ADMINISTRATOR Administrator's Manual

Table of Contents

Advertisement

Monitoring Database Link Activity

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 /usr/netscape/servers/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
nsBindCount
nsUnbindCount
nsCompareCount
410
Netscape Directory Server Administrator's Guide • May 2002
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.
Number of bind request received.
Number of unbinds received.
Number of compare operations received.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents