- Add GPU metrics display for NVIDIA and AMD cards with utilization, temperature, and memory - Add Network interfaces display with RX/TX bytes and error tracking - Add Temperature monitoring with CPU and sensor data - Add Top processes display with CPU/memory usage - Implement color-coded temperature indicators - Add data formatting helpers for bytes, MB/GB, and percentages - Conditional rendering for available metric modules - Enhanced grid layout for optimal metrics viewing Dashboard now displays all metric modules from the configuration system: CPU load, memory usage, disk usage, GPU status, network I/O, temperatures, and top processes. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| config | ||
| lib | ||
| priv | ||
| test | ||
| .formatter.exs | ||
| .gitignore | ||
| mix.exs | ||
| mix.lock | ||
| README.md | ||
Dashboard
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
Learn more
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix