- Add per-process details modal with kill/pause/resume functionality
- GET /api/v1/processes/:pid for detailed process info
- POST /api/v1/processes/:pid/signal for sending signals
- ProcessDetailModal component with state, resources, command line
- Add desktop notifications for alerts
- Browser Notification API integration
- Toggle in AlertsCard with permission handling
- Auto-close for warnings, persistent for critical
- Add CSV/JSON export functionality
- GET /api/v1/export/metrics?format=csv|json
- Export buttons in SettingsPanel
- Includes host name in filename
- Add multi-host monitoring support
- HostSelector component for switching between backends
- Hosts store with localStorage persistence
- All API calls updated for remote host URLs
- Add disk I/O rate charts to HistoryCard
- Read/write bytes/sec sparklines
- Complements existing network rate charts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Full-stack system monitoring dashboard for Linux with AMD GPU support.
Features:
- Real-time metrics via Server-Sent Events (SSE)
- CPU usage per core with frequency and load averages
- Memory and swap utilization
- Disk usage and I/O activity
- Network interfaces with traffic stats
- Process list sorted by CPU or memory
- Temperature sensors (CPU, GPU, NVMe, motherboard)
- AMD GPU monitoring (utilization, VRAM, temp, clocks, power, fan)
- Configurable refresh rate (1-60 seconds)
Stack:
- Backend: Go + Gin, reading from /proc and /sys
- Frontend: SvelteKit 5 + Tailwind CSS
- Deployment: Docker Compose with host volume mounts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>