summarize-access-log

Description Examples Arguments

Description

Examine one or more access log files from Ping Identity, UnboundID, or Nokia/Alcatel-Lucent 8661 server products to display a number of metrics about operations processed within the server.

Examples

Analyze the contents of the /ds/logs/access access log file.

summarize-access-log /ds/logs/access

Arguments

-V
--version

Description Display Directory Server version information

-H
--help

Description Display general usage information

--help-debug

Description Display help for using debug options
Advanced Yes

--json

Description Indicates that the log file contains JSON-formatted log messages rather than text-formatted messages.

--encryptionPassphraseFile {path}

Description Indicates that the log file is encrypted and that the encryption passphrase is contained in the specified file. If the log data is encrypted and this argument is not provided, then the tool will interactively prompt for the encryption passphrase.
Required No
Multi-Valued No

--reportCount {value}

Description The number of values to display for each item being summarized. A value of zero indicates that all items should be displayed. If this is not provided, a default value of 20 will be used.
Upper Bound 2147483647
Default Value 20
Required No
Multi-Valued No

--doNotAnonymize

Description Do not anonymize the output, but include actual attribute values in filters and DNs. This will also have the effect of de-generifying those values, so output including the most common filters and DNs in some category will be specific instances of those filters and DNs instead of generic patterns.

--interactive

Description Launch the tool in interactive mode.

--outputFile {path}

Description Write all standard output and standard error messages to the specified file instead of to the console.
Required No
Multi-Valued No

--appendToOutputFile

Description Indicates that the tool should append to the file specified by the --outputFile argument if it already exists. If this argument is not provided and the output file already exists, it will be overwritten.

--teeOutput

Description Write all standard output and standard error messages to the console as well as to the specified output file. The --outputFile argument must also be provided.

--propertiesFilePath {path}

Description The path to a properties file used to specify default values for arguments not supplied on the command line.
Required No
Multi-Valued No

--generatePropertiesFile {path}

Description Write an empty properties file that may be used to specify default values for arguments.
Required No
Multi-Valued No

--noPropertiesFile

Description Do not obtain any argument values from a properties file.

--suppressPropertiesFileComment

Description Suppress output listing the arguments obtained from a properties file.