dbmon.sh (8) Linux Manual Page
dbmon.sh – Directory Server script for monitoring database and entry cache usage
Synopsis
[INCR=num] [HOST=hostname] [PORT=num] [BINDDN=binddn] [BINDPW=password] [DBLIST=databases] [INDEXLIST=indexes] [VERBOSE=num] dbmon.sh
Description
dbmon.sh is a tool used to monitor database and entry cache usage. It is especially useful for database cache and entry/dn cache tuning – how much space is left, is the cache full, how much space on average do I need per entry/dn.
Options
It doesn’t take any command line arguments, so all options must be passed in as environment variables.
dbmon.sh will loop repeatedly showing the db information until it is killed or Ctrl-C
All arguments are optional, but you will most likely have to provide BINDPW
INCR– show results every INCR seconds – default is 1 secondHOST– name of host or IP address – default is localhostPORT– port number (LDAP not LDAPS) – default is 389BINDDN– DN to use to bind – must have permission to read everything under cn=config – default is cn=Directory ManagerBINDPW– password for BINDDN – default is secretDBLIST– a list of databases you want to check – default is all; for more than one, delimit with spaces e.g. DBLIST=one two threeINDEXLIST– a list of indexes to show for each named database – default is none; specify all for all indexes, or named e.g. INDEXLIST=id2entry entryrdnVERBOSE– output level – 0 == suitable for parsing by a script – 1 == has column headings – 2 == provides detailed descriptions of the data – default is 0
Example
INCR=1 HOST=ldap.example.com BINDDN="cn=directory manager" BINDPW="secret" VERBOSE=2 dbmon.sh
Author
dbmon.sh was written by the 389 Project.
Reporting Bugs
Report bugs to https://fedorahosted.org/389/newticket.
Copyright
Copyright © 2014 Red Hat, Inc.
