The
is used to capture profiling information about operations performed
inside the JVM while the Directory Server is running.
ds-cfg-profiler-plugin
ds-cfg-plugin
org.opends.server.plugins.profiler.ProfilerPlugin
startup
false
Specifies the sample interval that should be used when capturing
profiling information in the server.
Changes to this configuration attribute will take effect the
next time the profiler is started.
ds-cfg-profile-sample-interval
Specifies the path to the directory into which profile information
will be written.
The directory must exist and the Directory Server must have
permission to create new files in it.
ds-cfg-profile-directory
Indicates whether the profiler plugin should start collecting data
automatically when the Directory Server is started.
This will only be read when the server is started, and any changes
will take effect on the next restart.
ds-cfg-enable-profiling-on-startup
Specifies the action that should be taken by the profiler.
A value of "start" will cause the profiler thread to start
collecting data if it is not already active. A value of "stop"
will cause the profiler thread to stop collecting data and write
it do disk, and a value of "cancel" will cause the profiler thread
to stop collecting data and discard anything that has been
captured. These operations will occur immediately.
none
Do not take any action.
Start collecting profile data.
Stop collecting profile data and write what has been
captured to a file in the profile directory.
Stop collecting profile data and discard what has been
captured.
ds-cfg-profile-action