Skip to content

Commit

Permalink
Updated man page response time note for Nginx and Apache.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Sep 21, 2016
1 parent c0eeeab commit f8d4f0a
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions goaccess.1
Original file line number Diff line number Diff line change
Expand Up @@ -723,15 +723,24 @@ The time taken to serve the request, in microseconds as a decimal number.
The time taken to serve the request, in seconds with milliseconds resolution.
.IP %L
The time taken to serve the request, in milliseconds as a decimal number.
.IP
.I Note:
If multiple time served specifiers are used at the same time, the first option
specified in the format string will take priority over the other specifiers.
.IP %^
Ignore this field.
.IP %~
Move forward through the log string until a non-space (!isspace) char is found.
.P
.I Note:
In order to get the average, cumulative and maximum time served in GoAccess,
you will need to start logging response times in your web server. In Nginx you
can add
.I $request_time
to your log format, or
.I %D
in Apache.
.P
.I Important:
If multiple time served specifiers are used at the same time, the first option
specified in the format string will take priority over the other specifiers.
.P
GoAccess
.I requires
the following fields:
Expand Down

0 comments on commit f8d4f0a

Please sign in to comment.