Forrest logo
back to context overview

goaccess

List of commands for goaccess:

  • goaccess:tldr:53a3d goaccess: Analyze a log and write it to an HTML file in real-time.
    $ goaccess ${path-to-logfile} --output ${filename-html} --real-time-html
    try on your machine
    explain this command
  • goaccess:tldr:8bb79 goaccess: Analyze a log from `stdin`.
    $ tail -f ${path-to-logfile} | goaccess -
    try on your machine
    explain this command
  • goaccess:tldr:a3ee9 goaccess: Analyze one or more log files in interactive mode.
    $ goaccess ${path-to-logfile1 filename2 ---}
    try on your machine
    explain this command
  • goaccess:tldr:cd451 goaccess: Use a specific log-format (or pre-defined formats like "combined").
    $ goaccess ${path-to-logfile} --log-format=${format}
    try on your machine
    explain this command
back to context overview