-
Notifications
You must be signed in to change notification settings - Fork 1
Live Charts
The Overview and Live tabs show line charts for server speed (TPS), tick lag (MSPT), memory, players, CPU, disk, and network.
- Time range: from 1 minute up to 90 days (depends on how much history is saved)
- Overview: linked 1h / 6h / 24h buttons for the main vitals
- Live tab: full range picker plus refresh speed
- Hover (or drag on touch) to see exact time and value
| Location | What you see |
|---|---|
| Overview | TPS, CPU, memory, players — shared 1h / 6h / 24h range |
| Live | TPS, lag, memory, players, CPU, disk, network |
| Crashes | Small TPS chart for 10 minutes before a crash |
Time range — how far back the line goes. Longer ranges may refresh less often to keep the page smooth.
Display refresh — how often the latest number updates (1s to paused). This is separate from how much history is stored.
- Green / yellow / red dot on the right — latest value health for TPS, lag, CPU
- Dashed guides — e.g. 20 TPS target, 50 ms lag budget
- Below the chart — latest value and low/high for the window; or exact point when hovering
If charts stay empty after an update, hard-refresh the browser (Ctrl+Shift+R).
On some hosts, “free RAM” is misleading because the game runs in a container. Watchtower charts show memory in use where possible, and labels Java heap separately. See Reading Metrics on Hosted Servers.
Long-term patterns (busy hours, heatmaps) are on the Insights tab — not on Live charts.
| Setting | File | Effect |
|---|---|---|
liveSampleIntervalSeconds |
watchtower-server.toml |
How often metrics are recorded (default 1s) |
liveRetentionHours |
watchtower-server.toml |
Max history kept (default 90 days) |
Restart required for TOML changes. See Configuration.
Minute-by-minute history for Insights is stored in watchtower/performance-rollups.json (L1_ROLLUP_ENABLED, L1_RETENTION_DAYS in watchtower.conf).
Watchtower · GitHub · Releases · Modrinth · Contributing · GPL-3.0-or-later
Start here
- Home
- Installation
- Quick Start Checklist
- Dashboard Overview
- Dashboard Tabs
- Understanding Data Sources
- Using Spark with Watchtower
- Live Charts
Day-to-day
- Commands
- Configuration
- Security and Access
- Hosting Panels
- Reading Metrics on Hosted Servers
- Health Reports
- Backups
- Scheduled Reports
When things go wrong
Reference