Como @Vladimir mencionou, para registrar o tempo de solicitação, edite sua diretiva log_format
como abaixo:
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"'
' $request_time';
e defina as variáveis correspondentes para LogFormat
no arquivo de configuração awstats
:
LogFormat="%host %other %host_r %time1 %methodurl %code %bytesd %refererquot %uaquot %other %extra1"
Aqui está um exemplo de extra1
section:
ExtraSectionName1="Time to serve requests (seconds)"
ExtraSectionCodeFilter1=""
ExtraSectionFirstColumnTitle1="Number of seconds to serve the request"
ExtraSectionFirstColumnValues1="extra1,(.*)"
ExtraSectionStatTypes1="H"
Relatório de construção:
awstats.pl -config=model -output -staticlinks > awstats.localhost.html