$ systemctl status api
Status
Every number below is measured by middleware in the API itself and persisted to SQLite — no Prometheus, no Grafana, no vendor. If the error rate is 0.3% because a crawler hit 404s, it says so. Honest beats impressive.
// live from /api/metrics — refreshes every 30s
uptime13h 24m
requests today300
avg latency17ms
p95 latency18ms
error rate0.00%
Per endpoint
| route | count | errors | avg | p50 | p95 | p99 |
|---|---|---|---|---|---|---|
| GET /api/metrics | 100 | 0 | 28ms | 28ms | 28ms | 28ms |
| GET /api/whoami | 66 | 0 | 2ms | 2ms | 2ms | 2ms |
| GET /api/articles | 66 | 0 | 18ms | 18ms | 18ms | 18ms |
| GET /api/projects | 66 | 0 | 15ms | 15ms | 15ms | 15ms |
| GET /api/projects/{slug} | 2 | 0 | 77ms | 39ms | 115ms | 115ms |
/api/health is excluded — the Docker healthcheck shouldn't inflate traffic.
Live request feed
connecting…Every request anyone makes to the API — including yours, right now — shows up here in real time. Anonymized: route template, status, and latency only. Open the raw stream.
Waiting for traffic — hit the playground to see it live.
Deploys
- devJul 29, 2026 3:13:26 PM← running