1MONITOR(8) System Manager's Manual MONITOR(8)
2
3
4
6 monitor - Directory Server script for monitoring database performance
7
9 monitor [ -Z serverID ] [ -D rootdn ] [ -w password ] [ -b basedn ] [-P
10 protocol] [-h]
11
13 Retrieves performance monitoring information. To run this script, the
14 server must be running.
15
17 A summary of options is included below:
18
19 -Z Server Identifier
20 The server ID of the Directory Server instance. If there is
21 only one instance on the system, this option can be skipped.
22
23 -D Root DN
24 The Directory Manager DN, or root DN. If not specified, the
25 script will search the server instance configuration for the
26 value.
27
28 -w password
29 The rootdn password.
30
31 -b basedn
32 The DN of a backend from cn=config.
33
34 -P Protocol
35 The connection protocol to connect to the Directory Server.
36 Protocols are STARTTLS, LDAPS, LDAPI, and LDAP. If this option
37 is skipped, the most secure protocol that is available is used.
38 For LDAPI, AUTOBIND is also available for the root user.
39
40 -h
41 Display the usage.
42
44 monitor -P STARTTLS
45
46 Note: security must be enabled to use protocol STARTTLS. If
47 STARTTLS is not available it will default to next strong‐
48 est/available protocol automatically.
49
50 monitor -Z instance2 -D 'cn=directory manager' -w password -b 'cn=moni‐
51 tor,cn=userRoot,cn=ldbm database,cn=plugins,cn=config'
52
53 Note: You only need to bind as the root DN if you want to look
54 at a backend monitor.
55
57 Exit status is zero if no errors occur. Errors result in a non-zero
58 exit status and a diagnostic message being written to standard error.
59
61 monitor was written by the 389 Project.
62
64 Report bugs to https://pagure.io/389-ds-base/new_issue
65
67 Copyright © 2017 Red Hat, Inc.
68
69
70
71 March 31, 2017 MONITOR(8)