This project provides a real-time web-based interface to monitor GPU engine usage and client statistics using intel_gpu_top.
- Real-time GPU engine usage visualization.
- Client-specific GPU usage metrics.
- Dynamic updates using Server-Sent Events (SSE).
- Responsive UI built with Bootstrap.
- Python 3.x
- Flask
intel_gpu_top(part of Intel GPU Tools)
- Install dependencies:
pip install flask
- Run the application:
python3 app.py
- Open your browser and navigate to
http://localhost:5000.
app.py: Main Flask application.templates/index.html: Frontend HTML with Bootstrap.
- Ensure
intel_gpu_topis installed and accessible in your PATH.