This page shows tracking statistics for my website using Pirsch and Chart.Js. The data shows unique visitors. All times and dates are UTC.
Active visitors within the last ten minutes: {{.ActiveVisitors}}
The next diagram shows active visitors for each hour of today.
The next table shows where the active visitors are for the past 30 seconds. Visitors switching between pages fast do create duplicate entries in the table.
| Path | Visitors |
|---|---|
| {{$data.Path}} | {{$data.Visitors}} |
Here are the top 10 visited pages.
| Path | Visitors |
|---|---|
| {{$data.Path}} | {{$data.Visitors}} |
Here are the top 10 languages used by my visitors.
| Language | Absolute | Relative |
|---|---|---|
| {{if $data.Language.String}}{{$data.Language.String}}{{else}}(not set){{end}} | {{$data.Visitors}} | {{round (multiply $data.RelativeVisitors 100)}} % |
Here are the top 10 referrer.
| Referrer | Visitors |
|---|---|
| {{if $data.Referrer.String}} {{$data.Referrer.String}} {{else}} (unknown) {{end}} | {{$data.Visitors}} |
| Browser | Absolute | Relative |
|---|---|---|
| {{if $data.Browser.String}}{{$data.Browser.String}}{{else}}(unknown){{end}} | {{$data.Visitors}} | {{round (multiply $data.RelativeVisitors 100)}} % |
| OS | Absolute | Relative |
|---|---|---|
| {{if $data.OS.String}}{{$data.OS.String}}{{else}}(unknown){{end}} | {{$data.Visitors}} | {{round (multiply $data.RelativeVisitors 100)}} % |
| Platform | Absolute | Relative |
|---|---|---|
| Desktop | {{.Platform.PlatformDesktop}} | {{round (multiply .Platform.RelativePlatformDesktop 100)}} % |
| Mobile | {{.Platform.PlatformMobile}} | {{round (multiply .Platform.RelativePlatformMobile 100)}} % |
| (unknown) | {{.Platform.PlatformUnknown}} | {{round (multiply .Platform.RelativePlatformUnknown 100)}} % |