Enabling the Stats Logger
By default, the Stats Logger plugin is disabled. Enable it using the dsconfig
tool (and its Advanced Objects menu and Plugin option) or the administrative console (and its Advanced Configuration menu and Plugin Root option).
About this task
The steps below show how to use dsconfig
to enable the plugin.
Steps
-
Run
dsconfig
in interactive mode. Enter the LDAP or LDAPS connection parameters when prompted.Example:
$ bin/dsconfig
-
Enter
o
to change to the Advanced Objects menu. -
On the main menu, enter the number for the Plugin menu.
-
On the Plugin menu, enter the number corresponding to view and edit an existing plugin.
-
On the Plugin selection list, enter the number corresponding to the Stats Logger.
-
On the Stats Logger Plugin menu, enter the number to set the
enabled
property toTRUE
.If the server is idle, nothing is logged. You can log data even when idle by setting the
suppress-if-idle
property toFALSE
(suppress-if-idle=false
).On this menu, you can also change the format from
csv
tojson
. -
When done changing properties, enter
f
to save and apply the configuration.The default logger logs information about the server every second to
<server-root>/logs/dsstats.csv
. You can open the file in a spreadsheet.