@@ -172,22 +172,22 @@ chartConfigs.yourMetric = { type: 'line', ... };
172172
173173```
174174gpu-hot/
175- βββ app.py # Flask + WebSocket server
175+ βββ app.py # Flask + WebSocket server
176176βββ core/
177- β βββ config.py # Configuration
178- β βββ monitor.py # NVML GPU monitoring
179- β βββ handlers.py # WebSocket handlers
180- β βββ routes.py # HTTP routes
177+ β βββ config.py # Configuration
178+ β βββ monitor.py # NVML GPU monitoring
179+ β βββ handlers.py # WebSocket handlers
180+ β βββ routes.py # HTTP routes
181181β βββ metrics/
182- β βββ collector.py # Metrics collection
183- β βββ utils.py # Metric utilities
182+ β βββ collector.py # Metrics collection
183+ β βββ utils.py # Metric utilities
184184βββ static/
185185β βββ js/
186- β β βββ charts.js # Chart configs
187- β β βββ gpu-cards.js # UI components
188- β β βββ socket-handlers.js # WebSocket + rendering
189- β β βββ ui.js # View management
190- β β βββ app.js # Init
186+ β β βββ charts.js # Chart configs
187+ β β βββ gpu-cards.js # UI components
188+ β β βββ socket-handlers.js # WebSocket + rendering
189+ β β βββ ui.js # View management
190+ β β βββ app.js # Init
191191β βββ css/styles.css
192192βββ templates/index.html
193193βββ Dockerfile
0 commit comments