package report
// cyberpunkCSS is the shared stylesheet used by both the daily report and
// the index page. It does not include map-specific rules or page-specific
// overrides (those live in reportExtraCSS / each template's own
{{if .IndexFile}}
← Back to Index
{{end}}
Total Requests
{{.TotalRequests}}
Unique IPs
{{.UniqueIPs}}
Total Bytes
{{formatBytes .TotalBytes}}
Error Rate
{{formatFloat .ErrorRate}}%
// Charts
Status Code Distribution
Top 10 Paths
Requests per Hour
{{if .GeoLocations}}
// Geographic Distribution
{{end}}
// Top IPs
# IP Address Requests
{{range $i, $ip := .TopIPs}}
{{add $i 1}}
{{$ip.IP}}
{{$ip.Count}}
{{end}}
// Top Paths
# Path Requests Top Status
{{range $i, $p := .TopPaths}}
{{add $i 1}}
{{$p.Path}}
{{$p.Count}}
{{statusBadge $p.TopStatus}}
{{end}}
// Access Log
Filter:
Rows:
50
100
250
500
← Prev
Next →
Time IP Method Path Status Bytes User Agent
// Error Log
Filter:
Rows:
50
100
250
500
← Prev
Next →
nxstats — nginx log parser & report generator