Dashboard Daily Use
Use the AutoDoctor dashboard effectively for daily monitoring of health trends, system metrics, and alert counts with 5-second refresh intervals.
Categories:
Who This Is For
- Users monitoring host behavior over time.
- Operators validating that data writes and API reads are healthy.
Access URL
http://127.0.0.1:8000/dashboard
What the Dashboard Shows
- Run metadata (
run_id, host, generated time) - CPU, memory, disk, and network trend charts
- Health score trend
- Alert counts by severity
Refresh interval:
- Every 5 seconds
Quick Backend Validation
Invoke-RestMethod http://127.0.0.1:8000/health
Invoke-RestMethod http://127.0.0.1:8000/api/dashboard/meta
Invoke-RestMethod http://127.0.0.1:8000/api/system/latest
API Base Resolution Behavior
Dashboard resolves API in this order:
?api_base=...query parameterwindow.AUTO_DOCTOR_API_BASEorlocalStorageoverride- Same-origin host/port when served over HTTP(S)
- Fallback probes:
127.0.0.1:8000thenlocalhost:8000
Common Interpretation Pattern
- Rising CPU + falling memory + increasing event errors usually indicates process or startup pressure.
- Repeated low disk and IO bottlenecks indicate storage pressure that remediation may not fully resolve.
Next Steps
- See API Reference
- For dashboard/API errors, see Service Startup Issues