Connectivity Logger
Tracks access windows and duration for each hour.
Current Status
{{ statusOnline ? "ONLINE" : "OFFLINE" }}
{{ statusCountdown }}
{{ statusClockTime }}
Last connection start: {{ lastStart }}
Last connection end: {{ lastEnd }}
Previous connection duration: {{ previousDuration }}
Current window start: {{ currentStart }}
Current online duration: {{ currentDuration }}
Estimated next connection: {{ nextConnectionEstimate }}
Last 24h Overview
Total connection windows: {{ totalCount }}
Total online duration: {{ totalDuration }}
Average window: {{ avgDuration }}
Min window: {{ minDuration }}
Max window: {{ maxDuration }}
Offline Game: 2048
{{ statusOnline ? "You are online, but you can still play." : "While you wait for reconnect, play a quick round." }}
Score
{{ gameScore }}
+{{ gameLastGained }}
Best
{{ gameBestScore }}
Last
{{ gameLastScore }}
Global Best
{{ shadowGlobalBestScore }}
{{ tile.value }}
Desktop: Arrow keys ยท Mobile: Swipe
24h Timeline
{{ row.label }}
{{ row.total }}
Top Hours
| Hour | Connections | Total Duration |
|---|---|---|
| No data yet | ||
| {{ row.hourLabel }} | {{ row.connectionCount }} | {{ row.totalDuration }} |
Hourly Online (24h)
Duration Histogram
Start Time Scatter (7d)
Weekly Heatmap (7d x 24h)
{{ head.label }}
{{ row.hourLabel }}
Hourly Summary
| Hour | Connections | Total Duration |
|---|---|---|
| {{ row.hour }} | {{ row.connectionCount }} | {{ row.totalDuration }} |
Connection Windows
| Start | End | Duration |
|---|---|---|
| {{ row.start }} | {{ row.end }} | {{ row.duration }} |