The Request Log Analyzer is invoked as follows:

reqloganalyzer [--flags] dgraph.log|- [dgraph2.log ...]

where dgraph.log is a relative or absolute path to the dgraph log file to analyze. Multiple Dgraph logs may be analyzed by listing all logs, separated by spaces. To process log file data from the standard input, specify the file name as a single hypen: -.

The Request Log Analyzer will write its results to standard output. To save results to a file, simply redirect standard output to a file.

The available flags for the Request Log Analyzer are detailed in the following topics. The flags are:

Show Flags:
  --showHourly
  --showProfiles
  --showResponseCodes
  --showRequestTypes
  --showExtendedTypes
  --showThreading
  --showWorstEngines
  --showWorstResponses
  --showAll
  --verbose
  --numWorstEngines
  --numWorstResponses
Threshold Flags:
  --threshEngine
  --threshResponse
  --threshResponseDiff
  --threshResponseSize
  --threshQueueLength
  --threshBinsRequested
  --threshAggrBinsRequested
  --threshBinsReturned
  --threshAggrBinsReturned
  --threshOffset
  --threshNumNavDescriptors
  --threshNumExposedRefinements
  --threshNumSortKeys
  --threshNumSearchTerms
  --threshNumSearchKeys
Ignore Flags:
  --ignoreAdmin
  --ignoreInvalid
  --ignoreEmpty
  --ignoreErrors
  --ignore
Timeframe Flags:  
  --timeLower
  --timeUpper
  --hourOffset
Miscellaneous Flags:
  --precision
  --help,-?


Copyright © Legal Notices