Quick Start¶
Try Without HPC¶
This launches a dashboard at http://localhost:8050 with synthetic data.
Production Setup¶
1. Install¶
2. Configure¶
Follow the wizard to configure your cluster(s).
3. Collect Data¶
Leave running (or set up as systemd service).
4. View Dashboard¶
Open http://localhost:8050
First Commands to Try¶
# System status
nomad status
# Disk usage trends
nomad disk /home
# Recent jobs
nomad jobs --user $USER
# Educational analytics (if you have job data)
nomad edu explain <job_id>
Next Steps¶
- Configuration — Customize collectors and alerts
- Dashboard — Navigate the web interface
- Educational Analytics — Track proficiency development
- CLI Reference — All available commands