{"id":21843230,"url":"https://github.com/jackccrawford/gpu-sentinel-pro","last_synced_at":"2025-04-14T12:06:27.929Z","repository":{"id":263956955,"uuid":"891900239","full_name":"jackccrawford/gpu-sentinel-pro","owner":"jackccrawford","description":"Enterprise-grade NVIDIA GPU monitoring suite with real-time dashboard, time-series analytics, and intelligent alerts. Features React frontend, FastAPI backend, and Supabase for data persistence. Tracks utilization, memory, temperature, power with microsecond precision. Perfect for ML/AI, render farms.","archived":false,"fork":false,"pushed_at":"2025-02-17T18:12:51.000Z","size":36550,"stargazers_count":7,"open_issues_count":23,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T12:06:23.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackccrawford.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-21T06:44:24.000Z","updated_at":"2025-02-09T04:24:44.000Z","dependencies_parsed_at":"2024-11-21T08:28:50.513Z","dependency_job_id":null,"html_url":"https://github.com/jackccrawford/gpu-sentinel-pro","commit_stats":null,"previous_names":["jackccrawford/gpu-sentinel-pro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackccrawford%2Fgpu-sentinel-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackccrawford%2Fgpu-sentinel-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackccrawford%2Fgpu-sentinel-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackccrawford%2Fgpu-sentinel-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackccrawford","download_url":"https://codeload.github.com/jackccrawford/gpu-sentinel-pro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877985,"owners_count":21176243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T22:14:36.739Z","updated_at":"2025-04-14T12:06:27.911Z","avatar_url":"https://github.com/jackccrawford.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GPU Sentinel Pro\n\n\u003e \"Information should not be displayed all at once; let people gradually become familiar with it.\" - Edward Tufte\n\nTransform GPU monitoring from complex metrics into intuitive visual patterns. Enterprise-grade NVIDIA GPU monitoring with real-time analytics, intelligent alerts, and historical analysis.\n\n[![CodeQL](https://github.com/jackccrawford/gpu-sentinel-pro/actions/workflows/codeql.yml/badge.svg)](https://github.com/jackccrawford/gpu-sentinel-pro/actions/workflows/codeql.yml)\n[![X Follow](https://img.shields.io/badge/style--blue?style=social\u0026logo=x\u0026label=Follow%20%40jackccrawford)](https://x.com/intent/follow?screen_name=jackccrawford)\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n[![Built with Codeium](https://codeium.com/badges/main)](https://codeium.com)\n![Python](https://img.shields.io/badge/Python-3.10%2B-blue?style=for-the-badge\u0026logo=python\u0026logoColor=white)\n![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge\u0026logo=fastapi)\n![React](https://img.shields.io/badge/React-20232A?style=for-the-badge\u0026logo=react\u0026logoColor=61DAFB)\n![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![Supabase](https://img.shields.io/badge/Supabase-181818?style=for-the-badge\u0026logo=supabase\u0026logoColor=white)\n\n![Dark Mode Dashboard](images/DarkMode-Stressed.png)\n*Real-time GPU metrics visualized for instant comprehension*\n\n## Quick Start\n\n### Prerequisites\n- NVIDIA GPU with compute capability 3.0 or higher\n- NVIDIA Driver 450.80.02 or higher\n- Python 3.8+ and Node.js 16.0+\n- 4GB RAM (8GB recommended)\n- 1GB free disk space\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone git@github.com:jackccrawford/gpu-sentinel-pro.git\ncd gpu-sentinel-pro\n```\n\n2. Set up the backend:\n```bash\ncd backend\npython -m venv venv\nsource venv/bin/activate  # On Windows: .\\venv\\Scripts\\activate\npip install -r requirements.txt\n```\n\n3. Set up the frontend:\n```bash\ncd frontend\nnpm install\n```\n\n4. Start the services:\n```bash\n# Terminal 1 - Backend\ncd backend\npython src/service/app.py\n\n# Terminal 2 - Frontend\ncd frontend\nnpm run dev\n```\n\n5. Access the dashboard at http://localhost:5173\n\n## Pro Features\n\n### 🎯 Enterprise-Grade Monitoring\n- **Real-time Visual Dashboard**\n  - Modern React components with Material UI\n  - Responsive design for desktop and mobile\n  - Dark/light mode with automatic system preference detection\n  - Multi-GPU support with individual monitoring panels\n\n- **Advanced Metrics**\n  - Temperature and utilization with color-coded ranges\n  - Memory usage and bandwidth monitoring\n  - Power consumption and efficiency tracking\n  - Process-level GPU utilization\n  - Custom metric aggregation\n\n### 🔔 Intelligent Alert System\n- **Configurable Thresholds**\n  ```json\n  {\n    \"temperature\": {\n      \"warning\": 75,\n      \"critical\": 85\n    },\n    \"memory\": {\n      \"warning\": 85,\n      \"critical\": 95\n    }\n  }\n  ```\n- **Alert Types**\n  - Temperature spikes\n  - Memory leaks\n  - Process crashes\n  - Power anomalies\n  - Custom conditions\n\n### 📊 Analytics \u0026 Reporting\n- **Historical Data**\n  - Time-series metrics storage\n  - Customizable retention policies\n  - Data export in multiple formats\n  - Trend analysis and forecasting\n\n- **Performance Insights**\n  - Workload pattern recognition\n  - Resource utilization heatmaps\n  - Efficiency recommendations\n  - Cost analysis tools\n\n### 🛠 Enterprise Integration\n- **API Access**\n  - RESTful API with OpenAPI documentation\n  - Secure authentication\n  - Rate limiting and quotas\n  - Webhook support\n\n- **Security**\n  - Role-based access control\n  - Audit logging\n  - SSL/TLS encryption\n  - Regular security updates\n\n## Configuration\n\n### Backend Settings\n```python\n# config.py\nSETTINGS = {\n    'update_interval': 1000,  # ms\n    'retention_period': '30d',\n    'log_level': 'INFO',\n    'enable_analytics': True,\n    'alert_cooldown': 300,  # seconds\n}\n```\n\n### Frontend Configuration\n```typescript\n// config.ts\nexport const CONFIG = {\n  API_URL: 'http://localhost:8000',\n  REFRESH_RATE: 1000,\n  THEME_MODE: 'system',  // 'light' | 'dark' | 'system'\n  CHART_HISTORY: 300,    // data points\n};\n```\n\n## System Architecture\n\n```mermaid\ngraph TD\n    A[Frontend React App] --\u003e|HTTP/WebSocket| B[FastAPI Backend]\n    B --\u003e|NVML| C[GPU Hardware]\n    B --\u003e|Time Series| D[Supabase]\n    B --\u003e|Alerts| E[Notification Service]\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch: `git checkout -b feature/amazing-feature`\n3. Commit your changes: `git commit -m 'feat: add amazing feature'`\n4. Push to the branch: `git push origin feature/amazing-feature`\n5. Open a pull request\n\n## Support\n\n- 📚 [Documentation](docs/)\n- 🐛 [Issue Tracker](https://github.com/jackccrawford/gpu-sentinel-pro/issues)\n- 💬 [Discussions](https://github.com/jackccrawford/gpu-sentinel-pro/discussions)\n- 📧 [Contact Support](mailto:support@gpusentinel.pro)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackccrawford%2Fgpu-sentinel-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackccrawford%2Fgpu-sentinel-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackccrawford%2Fgpu-sentinel-pro/lists"}